#bd700d color space conversions
Hex:
        #bd700d
        RGB:
        189, 112, 13
        CMY:
        26, 56, 95
        CMYK:
        0, 41, 93, 26
      HSL:
        34°, 87.1287%, 39.6078%
        HSV (HSB):
        34°, 93.1217%, 74.1176%
        XYZ:
        26.8531, 22.4362, 3.2961
        xyY:
        0.5107, 0.4267, 22.4362
      CIE-Lab:
        54.4868, 24.2642, 59.1972
        CIE-LCH:
        54.4868, 63.9771, 67.7119
        CIE-Luv:
        54.4868, 63.6854, 51.4299
        Hunter-Lab:
        47.3669, 18.3026, 29.0311
      #bd700d color charts
#bd700d RGB chart
      #bd700d CMYK chart
      #bd700d RGB pie chart
      #bd700d color shades, tints & tones
#bd700d color schemes
#bd700d color preview, HTML & CSS examples
           This text has a color of #bd700d        
        
          <p style="color:#bd700d;">Text here</p>
        
        
          .mytext {color:#bd700d;}
        
        Text color #bd700d
      
           This box has a color of #bd700d        
        
          <div style="background-color:#bd700d;">Content here</div>
        
        
          .mybackground {background-color:#bd700d;}
        
        Background color #bd700d
      
           Border around this has a color of #bd700d        
        
          <div style="border:2px solid #bd700d;">Content here</div>
        
        
          .myborder {border:2px solid #bd700d;}
        
        Border color #bd700d