COLOR #BB8C9B

HEX: #BB8C9B
RGB: (187,140,155)

Color info

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

RGB color model

#BB8C9B color RGB value is (187,140,155).

  • red value is 187;
  • green value is 140;
  • blue value is 155.
RGB:
(187,140,155)
(73%,55%,61%)

RGB channels and saturation

R 187 of 255 = 73%
G 140 of 255 = 55%
B 155 of 255 = 61%

187
140
155

R + G + B ~ 63%. #BB8C9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 140 + 155 = 482 (100%)
R 187 of 482 ~ 38.8%
G 140 of 482 ~ 29.05%
B 155 of 482 ~ 32.16%

%38.8
%29.05
%32.16

CMYK color model

#BB8C9B color CMYK value is (0,25,17,27).

  • cyan value is 0.00%
  • magenta value is 25.13%
  • yellow value is 17.11%
  • key color value is 26.67%
CMYK:
(0,25,17,27)
C0M25Y17K27 
(0%,25%,17%,27%)
(0.00/0.25/0.17/0.27)	

CMYK percentages

%0
%25.13
%17.11
%26.67

Codes

Color #BB8C9B in popluar color models

BB8C9B
RGB187140155
HSL341°25.68%64.12%
HSB/HSV341°25.13%73.33%
CMYK0.00%25.13%17.11%
26.67%

Color #BB8C9B in popluar number systems.

HEXBB8C9B
Decimal187140155
Binary101110111000110010011011
Octal273214233

Shades and tints

Shades of #BB8C9B

#BB8C9B
(187,140,155)
#AA808D
(170,128,141)
#99747F
(153,116,127)
#886871
(136,104,113)
#775C63
(119,92,99)
#665055
(102,80,85)
#554447
(85,68,71)
#443839
(68,56,57)
#332C2B
(51,44,43)
#22201D
(34,32,29)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #BB8C9B

#BB8C9B
(187,140,155)
#C196A4
(193,150,164)
#C7A0AD
(199,160,173)
#CDAAB6
(205,170,182)
#D3B4BF
(211,180,191)
#D9BEC8
(217,190,200)
#DFC8D1
(223,200,209)
#E5D2DA
(229,210,218)
#EBDCE3
(235,220,227)
#F1E6EC
(241,230,236)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8C9B color. Also use rgb(187,140,155) instead hex code.

Text Font Color

.myTextColor { color: #BB8C9B; }

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

This text font color is #BB8C9B.


Background Color

.myBgColor { background-color: #BB8C9B; }

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

This div background color is #BB8C9B.


Border color

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

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

This div border color is #BB8C9B.


Opacity

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

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

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

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

This text has shadow with #BB8C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8C9B on black background.


Color preview on white background

This text has color #BB8C9B on white background.



Black color preview on #BB8C9B background

This text has black color on #BB8C9B background.


White color preview on #BB8C9B background

This text has white color on #BB8C9B background.