COLOR #BBB98A

HEX: #BBB98A RGB: (187,185,138)

Color info

#BBB98A contains red, green and blue colors in about the same proportion. Web safe color of #BBB98A is #CCCC99 (or #CC9).

RGB color model

#BBB98A color RGB value is (187,185,138).

RGB: (187,185,138) (73%, 73%, 54%)

RGB channels and saturation

R 187 of 255 = 73%
G 185 of 255 = 73%
B 138 of 255 = 54%

187
185
138

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

Portions of RGB colors in percentages

R + G + B = 187 + 185 + 138 = 510 (100%)
R 187 of 510 ~ 36.67%
G 185 of 510 ~ 36.27%
B 138 of 510 ~ 27.06'%

%36.67
%36.27
%27.06

CMYK color model

#BBB98A color CMYK value is (0,1,26,27).

  • cyan value is 0.00%
  • magenta value is 1.07%
  • yellow value is 26.20%
  • key color value is 26.67%
CMYK: (0,1,26,27) C0M1Y26K27 (0%,1%,26%,27%) (0.00/0.01/0.26/0.27) 

CMYK percentages

%0
%1.07
%26.2
%26.67

Codes

Color #BBB98A in popluar color models

BB B9 8A
RGB 187 185 138
HSL 58° 26.49% 63.73%
HSB/HSV 58° 26.20% 73.33%
CMYK 0.00% 1.07% 26.20%
26.67%

Color #BBB98A in popluar number systems.

HEX BB B9 8A
Decimal 187 185 138
Binary 10111011 10111001 10001010
Octal 273 271 212

Shades and tints

Shades of #BBB98A

#BBB98A
(187,185,138)
#AAA97E
(170,169,126)
#999972
(153,153,114)
#888966
(136,137,102)
#77795A
(119,121,90)
#66694E
(102,105,78)
#555942
(85,89,66)
#444936
(68,73,54)
#33392A
(51,57,42)
#22291E
(34,41,30)
#111912
(17,25,18)
#000000
(0,0,0)

Tints of #BBB98A

#BBB98A
(187,185,138)
#C1BF94
(193,191,148)
#C7C59E
(199,197,158)
#CDCBA8
(205,203,168)
#D3D1B2
(211,209,178)
#D9D7BC
(217,215,188)
#DFDDC6
(223,221,198)
#E5E3D0
(229,227,208)
#EBE9DA
(235,233,218)
#F1EFE4
(241,239,228)
#F7F5EE
(247,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB98A color. Also use rgb(187,185,138) instead hex code.

Text Font Color

.myTextColor { color: #BBB98A; }

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

This text font color is #BBB98A.

Background Color

.myBgColor { background-color: #BBB98A; }

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

This div background color is #BBB98A.

Border color

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

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

This div border color is #BBB98A.

Opacity

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

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

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

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

This text has shadow with #BBB98A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB98A.

Preview

Color preview on black background

This text has color #BBB98A on black background.


Color preview on white background

This text has color #BBB98A on white background.


Black color preview on #BBB98A background

This text has black color on #BBB98A background.


White color preview on #BBB98A background

This text has white color on #BBB98A background.


Related colors

Complementary color

Complementary color for #hex is #444675.


I love getcolorcode.com

Triadic colors

1 #8ABBB9 and #B98ABB with #BBB98A are triadic colors.

2 #8AB9BB and #B9BB8A with #BBB98A are triadic colors.