COLOR #BB988D

HEX: #BB988D
RGB: (187,152,141)

Color info

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

RGB color model

#BB988D color RGB value is (187,152,141).

  • red value is 187;
  • green value is 152;
  • blue value is 141.
RGB:
(187,152,141)
(73%,60%,55%)

RGB channels and saturation

R 187 of 255 = 73%
G 152 of 255 = 60%
B 141 of 255 = 55%

187
152
141

R + G + B ~ 63%. #BB988D is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 152 + 141 = 480 (100%)
R 187 of 480 ~ 38.96%
G 152 of 480 ~ 31.67%
B 141 of 480 ~ 29.38%

%38.96
%31.67
%29.38

CMYK color model

#BB988D color CMYK value is (0,19,25,27).

  • cyan value is 0.00%
  • magenta value is 18.72%
  • yellow value is 24.60%
  • key color value is 26.67%
CMYK:
(0,19,25,27)
C0M19Y25K27 
(0%,19%,25%,27%)
(0.00/0.19/0.25/0.27)	

CMYK percentages

%0
%18.72
%24.6
%26.67

Codes

Color #BB988D in popluar color models

BB988D
RGB187152141
HSL14°25.27%64.31%
HSB/HSV14°24.60%73.33%
CMYK0.00%18.72%24.60%
26.67%

Color #BB988D in popluar number systems.

HEXBB988D
Decimal187152141
Binary101110111001100010001101
Octal273230215

Shades and tints

Shades of #BB988D

#BB988D
(187,152,141)
#AA8B81
(170,139,129)
#997E75
(153,126,117)
#887169
(136,113,105)
#77645D
(119,100,93)
#665751
(102,87,81)
#554A45
(85,74,69)
#443D39
(68,61,57)
#33302D
(51,48,45)
#222321
(34,35,33)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #BB988D

#BB988D
(187,152,141)
#C1A197
(193,161,151)
#C7AAA1
(199,170,161)
#CDB3AB
(205,179,171)
#D3BCB5
(211,188,181)
#D9C5BF
(217,197,191)
#DFCEC9
(223,206,201)
#E5D7D3
(229,215,211)
#EBE0DD
(235,224,221)
#F1E9E7
(241,233,231)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB988D color. Also use rgb(187,152,141) instead hex code.

Text Font Color

.myTextColor { color: #BB988D; }

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

This text font color is #BB988D.


Background Color

.myBgColor { background-color: #BB988D; }

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

This div background color is #BB988D.


Border color

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

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

This div border color is #BB988D.


Opacity

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

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

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

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

This text has shadow with #BB988D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB988D on black background.


Color preview on white background

This text has color #BB988D on white background.



Black color preview on #BB988D background

This text has black color on #BB988D background.


White color preview on #BB988D background

This text has white color on #BB988D background.