Color Hex Logo

#bbac6b Color Hex

#BBAC6B
(187,172,107)
0 Favorites   0 Comments

Color spaces of #bbac6b

RGB 187172107
HSL0.140.370.58
HSV49°43°73°
CMYK 0.000.080.43   0.27
XYZ37.899941.131419.8515
Yxy41.13140.38330.4160
Hunter Lab64.1338-6.749426.5414
CIE-Lab70.2679-3.825635.3304

#bbac6b color RGB value is (187,172,107).

#bbac6b hex color red value is 187, green value is 172 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bbac6b hue: 0.14 , saturation: 0.37 and the lightness value of bbac6b is 0.58.

The process color (four color CMYK) of #bbac6b color hex is 0.00, 0.08, 0.43, 0.27. Web safe color of #bbac6b is #cc9966. Color #bbac6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 01101011
Octal 273 254 153
Decimal 187 172 107
Hex BB AC 6B

RGB Percentages of Color #bbac6b

%40.13
%36.91
%22.96

CMYK Percentages of Color #bbac6b

%0
%8
%43
%27

Triadic Colors of #bbac6b

#bbac6b #6bbbac #ac6bbb

Analogous Colors of #bbac6b

#bbac6b #a2bb6b #bb846b

Monochromatic Colors of #bbac6b

#bbac6b

Complementary Color

#bbac6b #6b7abb

#bbac6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbac6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbac6b Color CSS Codes

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

#bbac6b Text Font Color

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

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


#bbac6b Background Color

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

This div background color is #bbac6b


#bbac6b Border Color

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

This div border color is #bbac6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbac6b


Comments

No comments written yet.

Please login to write comment.