Color Hex Logo

#bb331a Color Hex

#BB331A
(187,51,26)
0 Favorites   0 Comments

Color spaces of #bb331a

RGB 1875126
HSL0.030.760.42
HSV86°73°
CMYK 0.000.730.86   0.27
XYZ21.863813.00702.3355
Yxy13.00700.58760.3496
Hunter Lab36.065245.097821.4062
CIE-Lab42.773853.024945.7646

#bb331a color RGB value is (187,51,26).

#bb331a hex color red value is 187, green value is 51 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #bb331a hue: 0.03 , saturation: 0.76 and the lightness value of bb331a is 0.42.

The process color (four color CMYK) of #bb331a color hex is 0.00, 0.73, 0.86, 0.27. Web safe color of #bb331a is #cc3333. Color #bb331a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110011 00011010
Octal 273 63 32
Decimal 187 51 26
Hex BB 33 1A

RGB Percentages of Color #bb331a

%70.83
%19.32
%9.85

CMYK Percentages of Color #bb331a

%0
%73
%86
%27

Triadic Colors of #bb331a

#bb331a #1abb33 #331abb

Analogous Colors of #bb331a

#bb331a #bb841a #bb1a51

Monochromatic Colors of #bb331a

#bb331a

Complementary Color

#bb331a #1aa2bb

#bb331a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb331a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb331a Color CSS Codes

.mybgcolor {background-color:#bb331a; } 
.myforecolor {color:#bb331a; }
.mybordercolor {border:3px solid #bb331a; }

#bb331a Text Font Color

<p style="color:#bb331a">Text here</p>

This sample text font color is #bb331a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bb331a Background Color

<div style="background-color:#bb331a">
Div content here</div>

This div background color is #bb331a


#bb331a Border Color

<div style="border:3px solid #bb331a">
Div here</div>

This div border color is #bb331a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,51,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bb331a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bb331a;
  -webkit-box-shadow: 1px 1px 3px 2px #bb331a;
  box-shadow:         1px 1px 3px 2px #bb331a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,51,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bb331a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bb331a;
  -webkit-box-shadow: 1px 1px 3px 2px #bb331a;
  box-shadow:         1px 1px 3px 2px #bb331a;">
Div content here</div>

This div box has shadow with color #bb331a

#bb331a Color Palettes


Comments

No comments written yet.

Please login to write comment.