#be000b color space conversions
Hex:
        #be000b
        RGB:
        190, 0, 11
        CMY:
        25, 100, 96
        CMYK:
        0, 100, 94, 25
      HSL:
        357°, 100.0000%, 37.2549%
        HSV (HSB):
        357°, 100.0000%, 74.5098%
        XYZ:
        21.2956, 10.9713, 1.3119
        xyY:
        0.6342, 0.3267, 10.9713
      CIE-Lab:
        39.5321, 64.3205, 49.8948
        CIE-LCH:
        39.5321, 81.4041, 37.8015
        CIE-Luv:
        39.5321, 128.9722, 26.6736
        Hunter-Lab:
        33.1230, 56.7970, 20.8378
      #be000b color charts
#be000b RGB chart
      #be000b CMYK chart
      #be000b RGB pie chart
      #be000b color shades, tints & tones
#be000b color schemes
#be000b color preview, HTML & CSS examples
           This text has a color of #be000b        
        
          <p style="color:#be000b;">Text here</p>
        
        
          .mytext {color:#be000b;}
        
        Text color #be000b
      
           This box has a color of #be000b        
        
          <div style="background-color:#be000b;">Content here</div>
        
        
          .mybackground {background-color:#be000b;}
        
        Background color #be000b
      
           Border around this has a color of #be000b        
        
          <div style="border:2px solid #be000b;">Content here</div>
        
        
          .myborder {border:2px solid #be000b;}
        
        Border color #be000b