#b6502c color space conversions
Hex:
        #b6502c
        RGB:
        182, 80, 44
        CMY:
        29, 69, 83
        CMYK:
        0, 56, 76, 29
      HSL:
        16°, 61.0619%, 44.3137%
        HSV (HSB):
        16°, 75.8242%, 71.3725%
        XYZ:
        22.6147, 15.8643, 4.2531
        xyY:
        0.5292, 0.3713, 15.8643
      CIE-Lab:
        46.7959, 39.1561, 40.4093
        CIE-LCH:
        46.7959, 56.2682, 45.9024
        CIE-Luv:
        46.7959, 80.9719, 32.8598
        Hunter-Lab:
        39.8300, 31.6465, 21.5500
      #b6502c color charts
#b6502c RGB chart
      #b6502c CMYK chart
      #b6502c RGB pie chart
      #b6502c color shades, tints & tones
#b6502c color schemes
#b6502c color preview, HTML & CSS examples
           This text has a color of #b6502c        
        
          <p style="color:#b6502c;">Text here</p>
        
        
          .mytext {color:#b6502c;}
        
        Text color #b6502c
      
           This box has a color of #b6502c        
        
          <div style="background-color:#b6502c;">Content here</div>
        
        
          .mybackground {background-color:#b6502c;}
        
        Background color #b6502c
      
           Border around this has a color of #b6502c        
        
          <div style="border:2px solid #b6502c;">Content here</div>
        
        
          .myborder {border:2px solid #b6502c;}
        
        Border color #b6502c