COLOR #BB897E

HEX: #BB897E
RGB: (187,137,126)

Color info

#BB897E contains mainly red and green colors. Web safe color of #BB897E is #CC9966 (or #C96).

RGB color model

#BB897E color RGB value is (187,137,126).

  • red value is 187;
  • green value is 137;
  • blue value is 126.
RGB:
(187,137,126)
(73%,54%,49%)

RGB channels and saturation

R 187 of 255 = 73%
G 137 of 255 = 54%
B 126 of 255 = 49%

187
137
126

R + G + B ~ 59%. #BB897E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 137 + 126 = 450 (100%)
R 187 of 450 ~ 41.56%
G 137 of 450 ~ 30.44%
B 126 of 450 ~ 28%

%41.56
%30.44
%28

CMYK color model

#BB897E color CMYK value is (0,27,33,27).

  • cyan value is 0.00%
  • magenta value is 26.74%
  • yellow value is 32.62%
  • key color value is 26.67%
CMYK:
(0,27,33,27)
C0M27Y33K27 
(0%,27%,33%,27%)
(0.00/0.27/0.33/0.27)	

CMYK percentages

%0
%26.74
%32.62
%26.67

Codes

Color #BB897E in popluar color models

BB897E
RGB187137126
HSL11°30.96%61.37%
HSB/HSV11°32.62%73.33%
CMYK0.00%26.74%32.62%
26.67%

Color #BB897E in popluar number systems.

HEXBB897E
Decimal187137126
Binary10111011100010011111110
Octal273211176

Shades and tints

Shades of #BB897E

#BB897E
(187,137,126)
#AA7D73
(170,125,115)
#997168
(153,113,104)
#88655D
(136,101,93)
#775952
(119,89,82)
#664D47
(102,77,71)
#55413C
(85,65,60)
#443531
(68,53,49)
#332926
(51,41,38)
#221D1B
(34,29,27)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #BB897E

#BB897E
(187,137,126)
#C19389
(193,147,137)
#C79D94
(199,157,148)
#CDA79F
(205,167,159)
#D3B1AA
(211,177,170)
#D9BBB5
(217,187,181)
#DFC5C0
(223,197,192)
#E5CFCB
(229,207,203)
#EBD9D6
(235,217,214)
#F1E3E1
(241,227,225)
#F7EDEC
(247,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB897E color. Also use rgb(187,137,126) instead hex code.

Text Font Color

.myTextColor { color: #BB897E; }

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

This text font color is #BB897E.


Background Color

.myBgColor { background-color: #BB897E; }

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

This div background color is #BB897E.


Border color

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

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

This div border color is #BB897E.


Opacity

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

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

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

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

This text has shadow with #BB897E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB897E on black background.


Color preview on white background

This text has color #BB897E on white background.



Black color preview on #BB897E background

This text has black color on #BB897E background.


White color preview on #BB897E background

This text has white color on #BB897E background.