COLOR #BBA59F

HEX: #BBA59F RGB: (187,165,159)

Color info

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

RGB color model

#BBA59F color RGB value is (187,165,159).

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

RGB channels and saturation

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

187
165
159

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

Portions of RGB colors in percentages

R + G + B = 187 + 165 + 159 = 511 (100%)
R 187 of 511 ~ 36.59%
G 165 of 511 ~ 32.29%
B 159 of 511 ~ 31.12'%

%36.59
%32.29
%31.12

CMYK color model

#BBA59F color CMYK value is (0,12,15,27).

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

CMYK: (0,12,15,27)
C0M12Y15K27 (0%, 12%, 15%, 27%)
(0.00 / 0.12 / 0.15 / 0.27)

CMYK percentages

%0
%11.76
%14.97
%26.67

Codes

Color #BBA59F in popluar color models

BB A5 9F
RGB 187 165 159
HSL 13° 17.07% 67.84%
HSB/HSV 13° 14.97% 73.33%
CMYK 0.00% 11.76% 14.97%
26.67%

Color #BBA59F in popluar number systems.

HEX BB A5 9F
Decimal 187 165 159
Binary 10111011 10100101 10011111
Octal 273 245 237

Shades and tints

Shades of #BBA59F

#BBA59F
(187,165,159)
#AA9691
(170,150,145)
#998783
(153,135,131)
#887875
(136,120,117)
#776967
(119,105,103)
#665A59
(102,90,89)
#554B4B
(85,75,75)
#443C3D
(68,60,61)
#332D2F
(51,45,47)
#221E21
(34,30,33)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #BBA59F

#BBA59F
(187,165,159)
#C1ADA7
(193,173,167)
#C7B5AF
(199,181,175)
#CDBDB7
(205,189,183)
#D3C5BF
(211,197,191)
#D9CDC7
(217,205,199)
#DFD5CF
(223,213,207)
#E5DDD7
(229,221,215)
#EBE5DF
(235,229,223)
#F1EDE7
(241,237,231)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA59F; }

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

This text font color is #BBA59F.

Background Color

.myBgColor { background-color: #BBA59F; }

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

This div background color is #BBA59F.

Border color

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

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

This div border color is #BBA59F.

Opacity

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

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

Text with #BBA59F 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 #BBA59F;}

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

This text has shadow with #BBA59F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA59F.

Preview

Color preview on black background

This text has color #BBA59F on black background.


Color preview on white background

This text has color #BBA59F on white background.


Black color preview on #BBA59F background

This text has black color on #BBA59F background.


White color preview on #BBA59F background

This text has white color on #BBA59F background.


Related colors

Complementary color

Complementary color for #hex is #445A60.


I love getcolorcode.com

Triadic colors

1 #9FBBA5 and #A59FBB with #BBA59F are triadic colors.

2 #9FA5BB and #A5BB9F with #BBA59F are triadic colors.