Color Hex Logo

#bb810a Color Hex

#BB810A
(187,129,10)
0 Favorites   0 Comments

Color spaces of #bb810a

RGB 18712910
HSL0.110.900.39
HSV40°95°73°
CMYK 0.000.310.95   0.27
XYZ28.398626.28723.8643
Yxy26.28720.48500.4490
Hunter Lab51.27109.145331.4210
CIE-Lab58.308713.968062.3929

#bb810a color RGB value is (187,129,10).

#bb810a hex color red value is 187, green value is 129 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bb810a hue: 0.11 , saturation: 0.90 and the lightness value of bb810a is 0.39.

The process color (four color CMYK) of #bb810a color hex is 0.00, 0.31, 0.95, 0.27. Web safe color of #bb810a is #cc9900. Color #bb810a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000001 00001010
Octal 273 201 12
Decimal 187 129 10
Hex BB 81 A

RGB Percentages of Color #bb810a

%57.36
%39.57
%3.07

CMYK Percentages of Color #bb810a

%0
%31
%95
%27

Triadic Colors of #bb810a

#bb810a #0abb81 #810abb

Analogous Colors of #bb810a

#bb810a #9dbb0a #bb280a

Monochromatic Colors of #bb810a

#bb810a

Complementary Color

#bb810a #0a44bb

#bb810a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb810a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb810a Color CSS Codes

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

#bb810a Text Font Color

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

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


#bb810a Background Color

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

This div background color is #bb810a


#bb810a Border Color

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

This div border color is #bb810a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb810a


Comments

No comments written yet.

Please login to write comment.