Color Hex Logo

#bb410c Color Hex

#BB410C
(187,65,12)
0 Favorites   0 Comments

Color spaces of #bb410c

RGB 1876512
HSL0.050.880.39
HSV18°94°73°
CMYK 0.000.650.94   0.27
XYZ22.450214.37191.9386
Yxy14.37190.57920.3708
Hunter Lab37.910339.363423.5053
CIE-Lab44.761647.171552.5371

#bb410c color RGB value is (187,65,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000001 00001100
Octal 273 101 14
Decimal 187 65 12
Hex BB 41 C

RGB Percentages of Color #bb410c

%70.83
%24.62
%4.55

CMYK Percentages of Color #bb410c

%0
%65
%94
%27

Triadic Colors of #bb410c

#bb410c #0cbb41 #410cbb

Analogous Colors of #bb410c

#bb410c #bb990c #bb0c2e

Monochromatic Colors of #bb410c

#bb410c

Complementary Color

#bb410c #0c86bb

#bb410c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb410c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb410c Color CSS Codes

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

#bb410c Text Font Color

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

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


#bb410c Background Color

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

This div background color is #bb410c


#bb410c Border Color

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

This div border color is #bb410c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb410c


Comments

No comments written yet.

Please login to write comment.