Color Hex Logo

#bb9d49 Color Hex

#BB9D49
(187,157,73)
1 Favorites   0 Comments

Color spaces of #bb9d49

RGB 18715773
HSL0.120.460.51
HSV44°61°73°
CMYK 0.000.160.61   0.27
XYZ33.753135.159811.3109
Yxy35.15980.42070.4383
Hunter Lab59.2957-2.159330.1972
CIE-Lab65.87291.174547.1426

#bb9d49 color RGB value is (187,157,73).

#bb9d49 hex color red value is 187, green value is 157 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bb9d49 hue: 0.12 , saturation: 0.46 and the lightness value of bb9d49 is 0.51.

The process color (four color CMYK) of #bb9d49 color hex is 0.00, 0.16, 0.61, 0.27. Web safe color of #bb9d49 is #cc9933. Color #bb9d49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011101 01001001
Octal 273 235 111
Decimal 187 157 73
Hex BB 9D 49

RGB Percentages of Color #bb9d49

%44.84
%37.65
%17.51

CMYK Percentages of Color #bb9d49

%0
%16
%61
%27

Triadic Colors of #bb9d49

#bb9d49 #49bb9d #9d49bb

Analogous Colors of #bb9d49

#bb9d49 #a0bb49 #bb6449

Monochromatic Colors of #bb9d49

#bb9d49

Complementary Color

#bb9d49 #4967bb

#bb9d49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9d49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9d49 Color CSS Codes

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

#bb9d49 Text Font Color

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

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


#bb9d49 Background Color

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

This div background color is #bb9d49


#bb9d49 Border Color

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

This div border color is #bb9d49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9d49

#bb9d49 Color Palettes


Comments

No comments written yet.

Please login to write comment.