COLOR #BBB897

HEX: #BBB897
RGB: (187,184,151)

Color info

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

RGB color model

#BBB897 color RGB value is (187,184,151).

  • red value is 187;
  • green value is 184;
  • blue value is 151.
RGB:
(187,184,151)
(73%,72%,59%)

RGB channels and saturation

R 187 of 255 = 73%
G 184 of 255 = 72%
B 151 of 255 = 59%

187
184
151

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

Portions of RGB colors in percentages

R + G + B =
187 + 184 + 151 = 522 (100%)
R 187 of 522 ~ 35.82%
G 184 of 522 ~ 35.25%
B 151 of 522 ~ 28.93%

%35.82
%35.25
%28.93

CMYK color model

#BBB897 color CMYK value is (0,2,19,27).

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 19.25%
  • key color value is 26.67%
CMYK:
(0,2,19,27)
C0M2Y19K27 
(0%,2%,19%,27%)
(0.00/0.02/0.19/0.27)	

CMYK percentages

%0
%1.6
%19.25
%26.67

Codes

Color #BBB897 in popluar color models

BBB897
RGB187184151
HSL55°20.93%66.27%
HSB/HSV55°19.25%73.33%
CMYK0.00%1.60%19.25%
26.67%

Color #BBB897 in popluar number systems.

HEXBBB897
Decimal187184151
Binary101110111011100010010111
Octal273270227

Shades and tints

Shades of #BBB897

#BBB897
(187,184,151)
#AAA88A
(170,168,138)
#99987D
(153,152,125)
#888870
(136,136,112)
#777863
(119,120,99)
#666856
(102,104,86)
#555849
(85,88,73)
#44483C
(68,72,60)
#33382F
(51,56,47)
#222822
(34,40,34)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #BBB897

#BBB897
(187,184,151)
#C1BEA0
(193,190,160)
#C7C4A9
(199,196,169)
#CDCAB2
(205,202,178)
#D3D0BB
(211,208,187)
#D9D6C4
(217,214,196)
#DFDCCD
(223,220,205)
#E5E2D6
(229,226,214)
#EBE8DF
(235,232,223)
#F1EEE8
(241,238,232)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB897; }

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

This text font color is #BBB897.


Background Color

.myBgColor { background-color: #BBB897; }

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

This div background color is #BBB897.


Border color

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

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

This div border color is #BBB897.


Opacity

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

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

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

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

This text has shadow with #BBB897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB897 on black background.


Color preview on white background

This text has color #BBB897 on white background.



Black color preview on #BBB897 background

This text has black color on #BBB897 background.


White color preview on #BBB897 background

This text has white color on #BBB897 background.