#bc333e color space conversions
Hex:
        #bc333e
        RGB:
        188, 51, 62
        CMY:
        26, 80, 76
        CMYK:
        0, 73, 67, 26
      HSL:
        355°, 57.3222%, 46.8627%
        HSV (HSB):
        355°, 72.8723%, 73.7255%
        XYZ:
        22.7924, 13.4068, 5.9439
        xyY:
        0.5408, 0.3181, 13.4068
      CIE-Lab:
        43.3699, 54.7325, 26.4924
        CIE-LCH:
        43.3699, 60.8070, 25.8286
        CIE-Luv:
        43.3699, 101.1022, 17.3816
        Hunter-Lab:
        36.6153, 47.0361, 16.0059
      #bc333e color charts
#bc333e RGB chart
      #bc333e CMYK chart
      #bc333e RGB pie chart
      #bc333e color shades, tints & tones
#bc333e color schemes
#bc333e color preview, HTML & CSS examples
           This text has a color of #bc333e        
        
          <p style="color:#bc333e;">Text here</p>
        
        
          .mytext {color:#bc333e;}
        
        Text color #bc333e
      
           This box has a color of #bc333e        
        
          <div style="background-color:#bc333e;">Content here</div>
        
        
          .mybackground {background-color:#bc333e;}
        
        Background color #bc333e
      
           Border around this has a color of #bc333e        
        
          <div style="border:2px solid #bc333e;">Content here</div>
        
        
          .myborder {border:2px solid #bc333e;}
        
        Border color #bc333e