Color Hex Logo

#bb9a6d Color Hex

#BB9A6D
(187,154,109)
0 Favorites   0 Comments

Color spaces of #bb9a6d

RGB 187154109
HSL0.100.360.58
HSV35°42°73°
CMYK 0.000.180.42   0.27
XYZ34.809434.780119.3466
Yxy34.78010.39140.3911
Hunter Lab58.97472.152821.8322
CIE-Lab65.57716.105128.2126

#bb9a6d color RGB value is (187,154,109).

#bb9a6d hex color red value is 187, green value is 154 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bb9a6d hue: 0.10 , saturation: 0.36 and the lightness value of bb9a6d is 0.58.

The process color (four color CMYK) of #bb9a6d color hex is 0.00, 0.18, 0.42, 0.27. Web safe color of #bb9a6d is #cc9966. Color #bb9a6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011010 01101101
Octal 273 232 155
Decimal 187 154 109
Hex BB 9A 6D

RGB Percentages of Color #bb9a6d

%41.56
%34.22
%24.22

CMYK Percentages of Color #bb9a6d

%0
%18
%42
%27

Triadic Colors of #bb9a6d

#bb9a6d #6dbb9a #9a6dbb

Analogous Colors of #bb9a6d

#bb9a6d #b5bb6d #bb736d

Monochromatic Colors of #bb9a6d

#bb9a6d

Complementary Color

#bb9a6d #6d8ebb

#bb9a6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9a6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9a6d Color CSS Codes

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

#bb9a6d Text Font Color

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

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


#bb9a6d Background Color

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

This div background color is #bb9a6d


#bb9a6d Border Color

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

This div border color is #bb9a6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9a6d


Comments

No comments written yet.

Please login to write comment.