Color Hex Logo

#bb401b Color Hex

#BB401B
(187,64,27)
0 Favorites   0 Comments

Color spaces of #bb401b

RGB 1876427
HSL0.040.750.42
HSV14°86°73°
CMYK 0.000.660.86   0.27
XYZ22.524714.31072.6120
Yxy14.31070.57100.3628
Hunter Lab37.829540.082122.3869
CIE-Lab44.675347.885346.9313

#bb401b color RGB value is (187,64,27).

#bb401b hex color red value is 187, green value is 64 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bb401b hue: 0.04 , saturation: 0.75 and the lightness value of bb401b is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000000 00011011
Octal 273 100 33
Decimal 187 64 27
Hex BB 40 1B

RGB Percentages of Color #bb401b

%67.27
%23.02
%9.71

CMYK Percentages of Color #bb401b

%0
%66
%86
%27

Triadic Colors of #bb401b

#bb401b #1bbb40 #401bbb

Analogous Colors of #bb401b

#bb401b #bb901b #bb1b46

Monochromatic Colors of #bb401b

#bb401b

Complementary Color

#bb401b #1b96bb

#bb401b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb401b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb401b Color CSS Codes

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

#bb401b Text Font Color

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

This sample text font color is #bb401b
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.


#bb401b Background Color

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

This div background color is #bb401b


#bb401b Border Color

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

This div border color is #bb401b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb401b


Comments

No comments written yet.

Please login to write comment.