COLOR #BBB899

HEX: #BBB899 RGB: (187,184,153)

Color info

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

RGB color model

#BBB899 color RGB value is (187,184,153).

RGB: (187,184,153) (73%, 72%, 60%)

RGB channels and saturation

R 187 of 255 = 73%
G 184 of 255 = 72%
B 153 of 255 = 60%

187
184
153

R + G + B ~ 68%. #BBB899 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 184 + 153 = 524 (100%)
R 187 of 524 ~ 35.69%
G 184 of 524 ~ 35.11%
B 153 of 524 ~ 29.2'%

%35.69
%35.11
%29.2

CMYK color model

#BBB899 color CMYK value is (0,2,18,27).

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 18.18%
  • key color value is 26.67%

CMYK: (0,2,18,27)
C0M2Y18K27 (0%, 2%, 18%, 27%)
(0.00 / 0.02 / 0.18 / 0.27)

CMYK percentages

%0
%1.6
%18.18
%26.67

Codes

Color #BBB899 in popluar color models

BB B8 99
RGB 187 184 153
HSL 55° 20.00% 66.67%
HSB/HSV 55° 18.18% 73.33%
CMYK 0.00% 1.60% 18.18%
26.67%

Color #BBB899 in popluar number systems.

HEX BB B8 99
Decimal 187 184 153
Binary 10111011 10111000 10011001
Octal 273 270 231

Shades and tints

Shades of #BBB899

#BBB899
(187,184,153)
#AAA88C
(170,168,140)
#99987F
(153,152,127)
#888872
(136,136,114)
#777865
(119,120,101)
#666858
(102,104,88)
#55584B
(85,88,75)
#44483E
(68,72,62)
#333831
(51,56,49)
#222824
(34,40,36)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #BBB899

#BBB899
(187,184,153)
#C1BEA2
(193,190,162)
#C7C4AB
(199,196,171)
#CDCAB4
(205,202,180)
#D3D0BD
(211,208,189)
#D9D6C6
(217,214,198)
#DFDCCF
(223,220,207)
#E5E2D8
(229,226,216)
#EBE8E1
(235,232,225)
#F1EEEA
(241,238,234)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB899 color. Also use rgb(187,184,153) instead hex code.

Text Font Color

.myTextColor { color: #BBB899; }

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

This text font color is #BBB899.

Background Color

.myBgColor { background-color: #BBB899; }

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

This div background color is #BBB899.

Border color

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

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

This div border color is #BBB899.

Opacity

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

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

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

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

This text has shadow with #BBB899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB899.

Preview

Color preview on black background

This text has color #BBB899 on black background.


Color preview on white background

This text has color #BBB899 on white background.


Black color preview on #BBB899 background

This text has black color on #BBB899 background.


White color preview on #BBB899 background

This text has white color on #BBB899 background.


Related colors

Complementary color

Complementary color for #hex is #444766.


I love getcolorcode.com

Triadic colors

1 #99BBB8 and #B899BB with #BBB899 are triadic colors.

2 #99B8BB and #B8BB99 with #BBB899 are triadic colors.