#b6882c color space conversions
Hex:
        #b6882c
        RGB:
        182, 136, 44
        CMY:
        29, 47, 83
        CMYK:
        0, 25, 76, 29
      HSL:
        40°, 61.0619%, 44.3137%
        HSV (HSB):
        40°, 75.8242%, 71.3725%
        XYZ:
        28.5502, 27.7353, 6.2316
        xyY:
        0.4567, 0.4436, 27.7353
      CIE-Lab:
        59.6488, 8.7852, 53.3548
        CIE-LCH:
        59.6488, 54.0732, 80.6498
        CIE-Luv:
        59.6488, 37.7391, 54.6491
        Hunter-Lab:
        52.6643, 4.6054, 29.8494
      #b6882c color charts
#b6882c RGB chart
      #b6882c CMYK chart
      #b6882c RGB pie chart
      #b6882c color shades, tints & tones
#b6882c color schemes
#b6882c color preview, HTML & CSS examples
           This text has a color of #b6882c        
        
          <p style="color:#b6882c;">Text here</p>
        
        
          .mytext {color:#b6882c;}
        
        Text color #b6882c
      
           This box has a color of #b6882c        
        
          <div style="background-color:#b6882c;">Content here</div>
        
        
          .mybackground {background-color:#b6882c;}
        
        Background color #b6882c
      
           Border around this has a color of #b6882c        
        
          <div style="border:2px solid #b6882c;">Content here</div>
        
        
          .myborder {border:2px solid #b6882c;}
        
        Border color #b6882c