COLOR #BB8B8D

HEX: #BB8B8D
RGB: (187,139,141)

Color info

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

RGB color model

#BB8B8D color RGB value is (187,139,141).

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

RGB channels and saturation

R 187 of 255 = 73%
G 139 of 255 = 55%
B 141 of 255 = 55%

187
139
141

R + G + B ~ 61%. #BB8B8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 139 + 141 = 467 (100%)
R 187 of 467 ~ 40.04%
G 139 of 467 ~ 29.76%
B 141 of 467 ~ 30.19%

%40.04
%29.76
%30.19

CMYK color model

#BB8B8D color CMYK value is (0,26,25,27).

  • cyan value is 0.00%
  • magenta value is 25.67%
  • yellow value is 24.60%
  • key color value is 26.67%
CMYK:
(0,26,25,27)
C0M26Y25K27 
(0%,26%,25%,27%)
(0.00/0.26/0.25/0.27)	

CMYK percentages

%0
%25.67
%24.6
%26.67

Codes

Color #BB8B8D in popluar color models

BB8B8D
RGB187139141
HSL358°26.09%63.92%
HSB/HSV358°25.67%73.33%
CMYK0.00%25.67%24.60%
26.67%

Color #BB8B8D in popluar number systems.

HEXBB8B8D
Decimal187139141
Binary101110111000101110001101
Octal273213215

Shades and tints

Shades of #BB8B8D

#BB8B8D
(187,139,141)
#AA7F81
(170,127,129)
#997375
(153,115,117)
#886769
(136,103,105)
#775B5D
(119,91,93)
#664F51
(102,79,81)
#554345
(85,67,69)
#443739
(68,55,57)
#332B2D
(51,43,45)
#221F21
(34,31,33)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #BB8B8D

#BB8B8D
(187,139,141)
#C19597
(193,149,151)
#C79FA1
(199,159,161)
#CDA9AB
(205,169,171)
#D3B3B5
(211,179,181)
#D9BDBF
(217,189,191)
#DFC7C9
(223,199,201)
#E5D1D3
(229,209,211)
#EBDBDD
(235,219,221)
#F1E5E7
(241,229,231)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8B8D; }

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

This text font color is #BB8B8D.


Background Color

.myBgColor { background-color: #BB8B8D; }

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

This div background color is #BB8B8D.


Border color

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

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

This div border color is #BB8B8D.


Opacity

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

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

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

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

This text has shadow with #BB8B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8B8D on black background.


Color preview on white background

This text has color #BB8B8D on white background.



Black color preview on #BB8B8D background

This text has black color on #BB8B8D background.


White color preview on #BB8B8D background

This text has white color on #BB8B8D background.