Color Hex Logo

#bb401a Color Hex

#BB401A
(187,64,26)
0 Favorites   0 Comments

Color spaces of #bb401a

RGB 1876426
HSL0.040.760.42
HSV14°86°73°
CMYK 0.000.660.86   0.27
XYZ22.513414.30622.5521
Yxy14.30620.57180.3634
Hunter Lab37.823540.055922.4760
CIE-Lab44.668947.860947.3647

#bb401a color RGB value is (187,64,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000000 00011010
Octal 273 100 32
Decimal 187 64 26
Hex BB 40 1A

RGB Percentages of Color #bb401a

%67.51
%23.10
%9.39

CMYK Percentages of Color #bb401a

%0
%66
%86
%27

Triadic Colors of #bb401a

#bb401a #1abb40 #401abb

Analogous Colors of #bb401a

#bb401a #bb911a #bb1a44

Monochromatic Colors of #bb401a

#bb401a

Complementary Color

#bb401a #1a95bb

#bb401a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb401a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb401a Color CSS Codes

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

#bb401a Text Font Color

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

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


#bb401a Background Color

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

This div background color is #bb401a


#bb401a Border Color

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

This div border color is #bb401a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,64,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 #bb401a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb401a


Comments

No comments written yet.

Please login to write comment.