#bc952c color space conversions
Hex:
        #bc952c
        RGB:
        188, 149, 44
        CMY:
        26, 42, 83
        CMYK:
        0, 21, 77, 26
      HSL:
        44°, 62.0690%, 45.4902%
        HSV (HSB):
        44°, 76.5957%, 73.7255%
        XYZ:
        31.9411, 32.3681, 6.9471
        xyY:
        0.4483, 0.4542, 32.3681
      CIE-Lab:
        63.6460, 4.3204, 57.4028
        CIE-LCH:
        63.6460, 57.5651, 85.6958
        CIE-Luv:
        63.6460, 32.6876, 60.2609
        Hunter-Lab:
        56.8930, 0.6516, 32.5853
      #bc952c color charts
#bc952c RGB chart
      #bc952c CMYK chart
      #bc952c RGB pie chart
      #bc952c color shades, tints & tones
#bc952c color schemes
#bc952c color preview, HTML & CSS examples
           This text has a color of #bc952c        
        
          <p style="color:#bc952c;">Text here</p>
        
        
          .mytext {color:#bc952c;}
        
        Text color #bc952c
      
           This box has a color of #bc952c        
        
          <div style="background-color:#bc952c;">Content here</div>
        
        
          .mybackground {background-color:#bc952c;}
        
        Background color #bc952c
      
           Border around this has a color of #bc952c        
        
          <div style="border:2px solid #bc952c;">Content here</div>
        
        
          .myborder {border:2px solid #bc952c;}
        
        Border color #bc952c