COLOR #BB888E

HEX: #BB888E
RGB: (187,136,142)

Color info

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

RGB color model

#BB888E color RGB value is (187,136,142).

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

RGB channels and saturation

R 187 of 255 = 73%
G 136 of 255 = 53%
B 142 of 255 = 56%

187
136
142

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

Portions of RGB colors in percentages

R + G + B =
187 + 136 + 142 = 465 (100%)
R 187 of 465 ~ 40.22%
G 136 of 465 ~ 29.25%
B 142 of 465 ~ 30.54%

%40.22
%29.25
%30.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 24.06%
  • key color value is 26.67%
CMYK:
(0,27,24,27)
C0M27Y24K27 
(0%,27%,24%,27%)
(0.00/0.27/0.24/0.27)	

CMYK percentages

%0
%27.27
%24.06
%26.67

Codes

Color #BB888E in popluar color models

BB888E
RGB187136142
HSL353°27.27%63.33%
HSB/HSV353°27.27%73.33%
CMYK0.00%27.27%24.06%
26.67%

Color #BB888E in popluar number systems.

HEXBB888E
Decimal187136142
Binary101110111000100010001110
Octal273210216

Shades and tints

Shades of #BB888E

#BB888E
(187,136,142)
#AA7C82
(170,124,130)
#997076
(153,112,118)
#88646A
(136,100,106)
#77585E
(119,88,94)
#664C52
(102,76,82)
#554046
(85,64,70)
#44343A
(68,52,58)
#33282E
(51,40,46)
#221C22
(34,28,34)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #BB888E

#BB888E
(187,136,142)
#C19298
(193,146,152)
#C79CA2
(199,156,162)
#CDA6AC
(205,166,172)
#D3B0B6
(211,176,182)
#D9BAC0
(217,186,192)
#DFC4CA
(223,196,202)
#E5CED4
(229,206,212)
#EBD8DE
(235,216,222)
#F1E2E8
(241,226,232)
#F7ECF2
(247,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB888E; }

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

This text font color is #BB888E.


Background Color

.myBgColor { background-color: #BB888E; }

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

This div background color is #BB888E.


Border color

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

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

This div border color is #BB888E.


Opacity

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

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

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

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

This text has shadow with #BB888E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB888E on black background.


Color preview on white background

This text has color #BB888E on white background.



Black color preview on #BB888E background

This text has black color on #BB888E background.


White color preview on #BB888E background

This text has white color on #BB888E background.