COLOR #BB868A

HEX: #BB868A
RGB: (187,134,138)

Color info

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

RGB color model

#BB868A color RGB value is (187,134,138).

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

RGB channels and saturation

R 187 of 255 = 73%
G 134 of 255 = 53%
B 138 of 255 = 54%

187
134
138

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

Portions of RGB colors in percentages

R + G + B =
187 + 134 + 138 = 459 (100%)
R 187 of 459 ~ 40.74%
G 134 of 459 ~ 29.19%
B 138 of 459 ~ 30.07%

%40.74
%29.19
%30.07

CMYK color model

#BB868A color CMYK value is (0,28,26,27).

  • cyan value is 0.00%
  • magenta value is 28.34%
  • yellow value is 26.20%
  • key color value is 26.67%
CMYK:
(0,28,26,27)
C0M28Y26K27 
(0%,28%,26%,27%)
(0.00/0.28/0.26/0.27)	

CMYK percentages

%0
%28.34
%26.2
%26.67

Codes

Color #BB868A in popluar color models

BB868A
RGB187134138
HSL355°28.04%62.94%
HSB/HSV355°28.34%73.33%
CMYK0.00%28.34%26.20%
26.67%

Color #BB868A in popluar number systems.

HEXBB868A
Decimal187134138
Binary101110111000011010001010
Octal273206212

Shades and tints

Shades of #BB868A

#BB868A
(187,134,138)
#AA7A7E
(170,122,126)
#996E72
(153,110,114)
#886266
(136,98,102)
#77565A
(119,86,90)
#664A4E
(102,74,78)
#553E42
(85,62,66)
#443236
(68,50,54)
#33262A
(51,38,42)
#221A1E
(34,26,30)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #BB868A

#BB868A
(187,134,138)
#C19194
(193,145,148)
#C79C9E
(199,156,158)
#CDA7A8
(205,167,168)
#D3B2B2
(211,178,178)
#D9BDBC
(217,189,188)
#DFC8C6
(223,200,198)
#E5D3D0
(229,211,208)
#EBDEDA
(235,222,218)
#F1E9E4
(241,233,228)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB868A; }

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

This text font color is #BB868A.


Background Color

.myBgColor { background-color: #BB868A; }

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

This div background color is #BB868A.


Border color

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

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

This div border color is #BB868A.


Opacity

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

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

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

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

This text has shadow with #BB868A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB868A on black background.


Color preview on white background

This text has color #BB868A on white background.



Black color preview on #BB868A background

This text has black color on #BB868A background.


White color preview on #BB868A background

This text has white color on #BB868A background.