COLOR #BBA59D

HEX: #BBA59D RGB: (187,165,157)

Color info

#BBA59D contains red, green and blue colors in about the same proportion. Web safe color of #BBA59D is #CC9999 (or #C99).

RGB color model

#BBA59D color RGB value is (187,165,157).

RGB: (187,165,157) (73%, 65%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 165 of 255 = 65%
B 157 of 255 = 62%

187
165
157

R + G + B ~ 67%. #BBA59D is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 165 + 157 = 509 (100%)
R 187 of 509 ~ 36.74%
G 165 of 509 ~ 32.42%
B 157 of 509 ~ 30.84'%

%36.74
%32.42
%30.84

CMYK color model

#BBA59D color CMYK value is (0,12,16,27).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 16.04%
  • key color value is 26.67%

CMYK: (0,12,16,27)
C0M12Y16K27 (0%, 12%, 16%, 27%)
(0.00 / 0.12 / 0.16 / 0.27)

CMYK percentages

%0
%11.76
%16.04
%26.67

Codes

Color #BBA59D in popluar color models

BB A5 9D
RGB 187 165 157
HSL 16° 18.07% 67.45%
HSB/HSV 16° 16.04% 73.33%
CMYK 0.00% 11.76% 16.04%
26.67%

Color #BBA59D in popluar number systems.

HEX BB A5 9D
Decimal 187 165 157
Binary 10111011 10100101 10011101
Octal 273 245 235

Shades and tints

Shades of #BBA59D

#BBA59D
(187,165,157)
#AA968F
(170,150,143)
#998781
(153,135,129)
#887873
(136,120,115)
#776965
(119,105,101)
#665A57
(102,90,87)
#554B49
(85,75,73)
#443C3B
(68,60,59)
#332D2D
(51,45,45)
#221E1F
(34,30,31)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #BBA59D

#BBA59D
(187,165,157)
#C1ADA5
(193,173,165)
#C7B5AD
(199,181,173)
#CDBDB5
(205,189,181)
#D3C5BD
(211,197,189)
#D9CDC5
(217,205,197)
#DFD5CD
(223,213,205)
#E5DDD5
(229,221,213)
#EBE5DD
(235,229,221)
#F1EDE5
(241,237,229)
#F7F5ED
(247,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA59D color. Also use rgb(187,165,157) instead hex code.

Text Font Color

.myTextColor { color: #BBA59D; }

<p style="color:#BBA59D">This sample text font color is #BBA59D.</p>

This text font color is #BBA59D.

Background Color

.myBgColor { background-color: #BBA59D; }

<div style="background-color:#BBA59D">Inner text</div>

This div background color is #BBA59D.

Border color

.myBorderColor { border: 1px solid #BBA59D; }

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

This div border color is #BBA59D.

Opacity

.myOpacity80 { color: #BBA59D; opacity: 0.8; }

<p style="color:#BBA59D;opacity:0.8;">80%</p>

Text with #BBA59D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBA59D;}

<p style="text-shadow: 3px 3px 1px #BBA59D">Text here.</p>

This text has shadow with #BBA59D color.


.textShadow {text-shadow: 3px 3px 1px #BBA59D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBA59D, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBA59D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBA59D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBA59D, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBA59D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBA59D;
-webkit-box-shadow: 1px 1px 3px 2px #BBA59D;
box-shadow: 1px 1px 3px 2px #BBA59D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBA59D; -webkit-box-shadow: 1px 1px 3px 2px #BBA59D; box-shadow:1px 1px 3px 2px #BBA59D;">
Div content here
</div>

This div box has shadow with color #BBA59D.

Preview

Color preview on black background

This text has color #BBA59D on black background.


Color preview on white background

This text has color #BBA59D on white background.


Black color preview on #BBA59D background

This text has black color on #BBA59D background.


White color preview on #BBA59D background

This text has white color on #BBA59D background.


Related colors

Complementary color

Complementary color for #hex is #445A62.


I love getcolorcode.com

Triadic colors

1 #9DBBA5 and #A59DBB with #BBA59D are triadic colors.

2 #9DA5BB and #A5BB9D with #BBA59D are triadic colors.