Color Hex Logo

#bb770a Color Hex

#BB770A
(187,119,10)
0 Favorites   0 Comments

Color spaces of #bb770a

RGB 18711910
HSL0.100.900.39
HSV37°95°73°
CMYK 0.000.360.95   0.27
XYZ27.145123.78043.4465
Yxy23.78040.49920.4374
Hunter Lab48.765214.022929.9453
CIE-Lab55.867319.499060.6432

#bb770a color RGB value is (187,119,10).

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

The process color (four color CMYK) of #bb770a color hex is 0.00, 0.36, 0.95, 0.27. Web safe color of #bb770a is #cc6600. Color #bb770a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110111 00001010
Octal 273 167 12
Decimal 187 119 10
Hex BB 77 A

RGB Percentages of Color #bb770a

%59.18
%37.66
%3.16

CMYK Percentages of Color #bb770a

%0
%36
%95
%27

Triadic Colors of #bb770a

#bb770a #0abb77 #770abb

Analogous Colors of #bb770a

#bb770a #a7bb0a #bb1e0a

Monochromatic Colors of #bb770a

#bb770a

Complementary Color

#bb770a #0a4ebb

#bb770a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb770a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb770a Color CSS Codes

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

#bb770a Text Font Color

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

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


#bb770a Background Color

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

This div background color is #bb770a


#bb770a Border Color

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

This div border color is #bb770a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb770a


Comments

No comments written yet.

Please login to write comment.