#bc3945 color space conversions
Hex:
        #bc3945
        RGB:
        188, 57, 69
        CMY:
        26, 78, 73
        CMYK:
        0, 70, 63, 26
      HSL:
        355°, 53.4694%, 48.0392%
        HSV (HSB):
        355°, 69.6809%, 73.7255%
        XYZ:
        23.2763, 14.0473, 7.1148
        xyY:
        0.5238, 0.3161, 14.0473
      CIE-Lab:
        44.3007, 52.9040, 23.4107
        CIE-LCH:
        44.3007, 57.8523, 23.8700
        CIE-Luv:
        44.3007, 96.0657, 15.4397
        Hunter-Lab:
        37.4797, 45.2658, 14.9807
      #bc3945 color charts
#bc3945 RGB chart
      #bc3945 CMYK chart
      #bc3945 RGB pie chart
      #bc3945 color shades, tints & tones
#bc3945 color schemes
#bc3945 color preview, HTML & CSS examples
           This text has a color of #bc3945        
        
          <p style="color:#bc3945;">Text here</p>
        
        
          .mytext {color:#bc3945;}
        
        Text color #bc3945
      
           This box has a color of #bc3945        
        
          <div style="background-color:#bc3945;">Content here</div>
        
        
          .mybackground {background-color:#bc3945;}
        
        Background color #bc3945
      
           Border around this has a color of #bc3945        
        
          <div style="border:2px solid #bc3945;">Content here</div>
        
        
          .myborder {border:2px solid #bc3945;}
        
        Border color #bc3945