Color Hex Logo

#bb991b Color Hex

#BB991B
(187,153,27)
0 Favorites   0 Comments

Color spaces of #bb991b

RGB 18715327
HSL0.130.750.42
HSV47°86°73°
CMYK 0.000.180.86   0.27
XYZ32.082633.42645.7979
Yxy33.42640.44990.4688
Hunter Lab57.8156-2.125334.5251
CIE-Lab64.50471.131563.5581

#bb991b color RGB value is (187,153,27).

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

The process color (four color CMYK) of #bb991b color hex is 0.00, 0.18, 0.86, 0.27. Web safe color of #bb991b is #cc9933. Color #bb991b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011001 00011011
Octal 273 231 33
Decimal 187 153 27
Hex BB 99 1B

RGB Percentages of Color #bb991b

%50.95
%41.69
%7.36

CMYK Percentages of Color #bb991b

%0
%18
%86
%27

Triadic Colors of #bb991b

#bb991b #1bbb99 #991bbb

Analogous Colors of #bb991b

#bb991b #8dbb1b #bb491b

Monochromatic Colors of #bb991b

#bb991b

Complementary Color

#bb991b #1b3dbb

#bb991b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb991b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb991b Color CSS Codes

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

#bb991b Text Font Color

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

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


#bb991b Background Color

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

This div background color is #bb991b


#bb991b Border Color

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

This div border color is #bb991b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb991b


Comments

No comments written yet.

Please login to write comment.