Color Hex Logo

#bb990b Color Hex

#BB990B
(187,153,11)
0 Favorites   0 Comments

Color spaces of #bb990b

RGB 18715311
HSL0.130.890.39
HSV48°94°73°
CMYK 0.000.180.94   0.27
XYZ31.945233.37145.0742
Yxy33.37140.45380.4741
Hunter Lab57.7680-2.385035.2297
CIE-Lab64.46050.824266.7526

#bb990b color RGB value is (187,153,11).

#bb990b hex color red value is 187, green value is 153 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bb990b hue: 0.13 , saturation: 0.89 and the lightness value of bb990b is 0.39.

The process color (four color CMYK) of #bb990b color hex is 0.00, 0.18, 0.94, 0.27. Web safe color of #bb990b is #cc9900. Color #bb990b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011001 00001011
Octal 273 231 13
Decimal 187 153 11
Hex BB 99 B

RGB Percentages of Color #bb990b

%53.28
%43.59
%3.13

CMYK Percentages of Color #bb990b

%0
%18
%94
%27

Triadic Colors of #bb990b

#bb990b #0bbb99 #990bbb

Analogous Colors of #bb990b

#bb990b #85bb0b #bb410b

Monochromatic Colors of #bb990b

#bb990b

Complementary Color

#bb990b #0b2dbb

#bb990b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb990b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb990b Color CSS Codes

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

#bb990b Text Font Color

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

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


#bb990b Background Color

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

This div background color is #bb990b


#bb990b Border Color

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

This div border color is #bb990b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb990b


Comments

No comments written yet.

Please login to write comment.