COLOR #BBA98B

HEX: #BBA98B RGB: (187,169,139)

Color info

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

RGB color model

#BBA98B color RGB value is (187,169,139).

RGB: (187,169,139) (73%, 66%, 55%)

RGB channels and saturation

R 187 of 255 = 73%
G 169 of 255 = 66%
B 139 of 255 = 55%

187
169
139

R + G + B ~ 65%. #BBA98B is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 169 + 139 = 495 (100%)
R 187 of 495 ~ 37.78%
G 169 of 495 ~ 34.14%
B 139 of 495 ~ 28.08'%

%37.78
%34.14
%28.08

CMYK color model

#BBA98B color CMYK value is (0,10,26,27).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 25.67%
  • key color value is 26.67%

CMYK: (0,10,26,27)
C0M10Y26K27 (0%, 10%, 26%, 27%)
(0.00 / 0.10 / 0.26 / 0.27)

CMYK percentages

%0
%9.63
%25.67
%26.67

Codes

Color #BBA98B in popluar color models

BB A9 8B
RGB 187 169 139
HSL 38° 26.09% 63.92%
HSB/HSV 38° 25.67% 73.33%
CMYK 0.00% 9.63% 25.67%
26.67%

Color #BBA98B in popluar number systems.

HEX BB A9 8B
Decimal 187 169 139
Binary 10111011 10101001 10001011
Octal 273 251 213

Shades and tints

Shades of #BBA98B

#BBA98B
(187,169,139)
#AA9A7F
(170,154,127)
#998B73
(153,139,115)
#887C67
(136,124,103)
#776D5B
(119,109,91)
#665E4F
(102,94,79)
#554F43
(85,79,67)
#444037
(68,64,55)
#33312B
(51,49,43)
#22221F
(34,34,31)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #BBA98B

#BBA98B
(187,169,139)
#C1B095
(193,176,149)
#C7B79F
(199,183,159)
#CDBEA9
(205,190,169)
#D3C5B3
(211,197,179)
#D9CCBD
(217,204,189)
#DFD3C7
(223,211,199)
#E5DAD1
(229,218,209)
#EBE1DB
(235,225,219)
#F1E8E5
(241,232,229)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA98B color. Also use rgb(187,169,139) instead hex code.

Text Font Color

.myTextColor { color: #BBA98B; }

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

This text font color is #BBA98B.

Background Color

.myBgColor { background-color: #BBA98B; }

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

This div background color is #BBA98B.

Border color

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

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

This div border color is #BBA98B.

Opacity

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

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

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

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

This text has shadow with #BBA98B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA98B.

Preview

Color preview on black background

This text has color #BBA98B on black background.


Color preview on white background

This text has color #BBA98B on white background.


Black color preview on #BBA98B background

This text has black color on #BBA98B background.


White color preview on #BBA98B background

This text has white color on #BBA98B background.


Related colors

Complementary color

Complementary color for #hex is #445674.


I love getcolorcode.com

Triadic colors

1 #8BBBA9 and #A98BBB with #BBA98B are triadic colors.

2 #8BA9BB and #A9BB8B with #BBA98B are triadic colors.