Color Hex Logo

#bb420e Color Hex

#BB420E
(187,66,14)
0 Favorites   0 Comments

Color spaces of #bb420e

RGB 1876614
HSL0.050.860.39
HSV18°93°73°
CMYK 0.000.650.93   0.27
XYZ22.521014.49292.0259
Yxy14.49290.57690.3712
Hunter Lab38.069538.974523.4935
CIE-Lab44.931746.763152.0578

#bb420e color RGB value is (187,66,14).

#bb420e hex color red value is 187, green value is 66 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bb420e hue: 0.05 , saturation: 0.86 and the lightness value of bb420e is 0.39.

The process color (four color CMYK) of #bb420e color hex is 0.00, 0.65, 0.93, 0.27. Web safe color of #bb420e is #cc3300. Color #bb420e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000010 00001110
Octal 273 102 16
Decimal 187 66 14
Hex BB 42 E

RGB Percentages of Color #bb420e

%70.04
%24.72
%5.24

CMYK Percentages of Color #bb420e

%0
%65
%93
%27

Triadic Colors of #bb420e

#bb420e #0ebb42 #420ebb

Analogous Colors of #bb420e

#bb420e #bb990e #bb0e31

Monochromatic Colors of #bb420e

#bb420e

Complementary Color

#bb420e #0e87bb

#bb420e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb420e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb420e Color CSS Codes

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

#bb420e Text Font Color

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

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


#bb420e Background Color

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

This div background color is #bb420e


#bb420e Border Color

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

This div border color is #bb420e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb420e


Comments

No comments written yet.

Please login to write comment.