COLOR #BB8E8A

HEX: #BB8E8A
RGB: (187,142,138)

Color info

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

RGB color model

#BB8E8A color RGB value is (187,142,138).

  • red value is 187;
  • green value is 142;
  • blue value is 138.
RGB:
(187,142,138)
(73%,56%,54%)

RGB channels and saturation

R 187 of 255 = 73%
G 142 of 255 = 56%
B 138 of 255 = 54%

187
142
138

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

Portions of RGB colors in percentages

R + G + B =
187 + 142 + 138 = 467 (100%)
R 187 of 467 ~ 40.04%
G 142 of 467 ~ 30.41%
B 138 of 467 ~ 29.55%

%40.04
%30.41
%29.55

CMYK color model

#BB8E8A color CMYK value is (0,24,26,27).

  • cyan value is 0.00%
  • magenta value is 24.06%
  • yellow value is 26.20%
  • key color value is 26.67%
CMYK:
(0,24,26,27)
C0M24Y26K27 
(0%,24%,26%,27%)
(0.00/0.24/0.26/0.27)	

CMYK percentages

%0
%24.06
%26.2
%26.67

Codes

Color #BB8E8A in popluar color models

BB8E8A
RGB187142138
HSL26.49%63.73%
HSB/HSV26.20%73.33%
CMYK0.00%24.06%26.20%
26.67%

Color #BB8E8A in popluar number systems.

HEXBB8E8A
Decimal187142138
Binary101110111000111010001010
Octal273216212

Shades and tints

Shades of #BB8E8A

#BB8E8A
(187,142,138)
#AA827E
(170,130,126)
#997672
(153,118,114)
#886A66
(136,106,102)
#775E5A
(119,94,90)
#66524E
(102,82,78)
#554642
(85,70,66)
#443A36
(68,58,54)
#332E2A
(51,46,42)
#22221E
(34,34,30)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #BB8E8A

#BB8E8A
(187,142,138)
#C19894
(193,152,148)
#C7A29E
(199,162,158)
#CDACA8
(205,172,168)
#D3B6B2
(211,182,178)
#D9C0BC
(217,192,188)
#DFCAC6
(223,202,198)
#E5D4D0
(229,212,208)
#EBDEDA
(235,222,218)
#F1E8E4
(241,232,228)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8E8A; }

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

This text font color is #BB8E8A.


Background Color

.myBgColor { background-color: #BB8E8A; }

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

This div background color is #BB8E8A.


Border color

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

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

This div border color is #BB8E8A.


Opacity

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

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

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

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

This text has shadow with #BB8E8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8E8A on black background.


Color preview on white background

This text has color #BB8E8A on white background.



Black color preview on #BB8E8A background

This text has black color on #BB8E8A background.


White color preview on #BB8E8A background

This text has white color on #BB8E8A background.