color codes Logo

#bb9a2c color codes

#BB9A2C
(187,154,44)
0 Favorites   0 Comments

Color spaces of #bb9a2c

RGB 18715444
HSL0.130.620.45
HSV46°76°73°
CMYK 0.000.180.76   0.27
XYZ32.503733.85787.2050
Yxy33.85780.44180.4602
Hunter Lab58.1875-2.117433.3897
CIE-Lab64.84951.161658.5008

#bb9a2c color RGB value is (187,154,44).

#bb9a2c hex color red value is 187, green value is 154 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bb9a2c hue: 0.13 , saturation: 0.62 and the lightness value of bb9a2c is 0.45.

The process color (four color CMYK) of #bb9a2c color code is 0.00, 0.18, 0.76, 0.27. Web safe color of #bb9a2c is #cc9933. Color #bb9a2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011010 00101100
Octal 273 232 54
Decimal 187 154 44
Hex BB 9A 2C

RGB Percentages of Color #bb9a2c

%48.57
%40.00
%11.43

CMYK Percentages of Color #bb9a2c

%0
%18
%76
%27

Triadic Colors of #bb9a2c

#bb9a2c #2cbb9a #9a2cbb

Analogous Colors of #bb9a2c

#bb9a2c #95bb2c #bb532c

Monochromatic Colors of #bb9a2c

#bb9a2c

Complementary Color

#bb9a2c #2c4dbb

#bb9a2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9a2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9a2c Color CSS Codes

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

#bb9a2c Text Font Color

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

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


#bb9a2c Background Color

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

This div background color is #bb9a2c


#bb9a2c Border Color

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

This div border color is #bb9a2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9a2c


Comments

No comments written yet.

Please login to write comment.