COLOR #BB8C96

HEX: #BB8C96 RGB: (187,140,150)

Color info

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

RGB color model

#BB8C96 color RGB value is (187,140,150).

RGB: (187,140,150) (73%, 55%, 59%)

RGB channels and saturation

R 187 of 255 = 73%
G 140 of 255 = 55%
B 150 of 255 = 59%

187
140
150

R + G + B ~ 62%. #BB8C96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 140 + 150 = 477 (100%)
R 187 of 477 ~ 39.2%
G 140 of 477 ~ 29.35%
B 150 of 477 ~ 31.45'%

%39.2
%29.35
%31.45

CMYK color model

#BB8C96 color CMYK value is (0,25,20,27).

  • cyan value is 0.00%
  • magenta value is 25.13%
  • yellow value is 19.79%
  • key color value is 26.67%

CMYK: (0,25,20,27)
C0M25Y20K27 (0%, 25%, 20%, 27%)
(0.00 / 0.25 / 0.20 / 0.27)

CMYK percentages

%0
%25.13
%19.79
%26.67

Codes

Color #BB8C96 in popluar color models

BB 8C 96
RGB 187 140 150
HSL 347° 25.68% 64.12%
HSB/HSV 347° 25.13% 73.33%
CMYK 0.00% 25.13% 19.79%
26.67%

Color #BB8C96 in popluar number systems.

HEX BB 8C 96
Decimal 187 140 150
Binary 10111011 10001100 10010110
Octal 273 214 226

Shades and tints

Shades of #BB8C96

#BB8C96
(187,140,150)
#AA8089
(170,128,137)
#99747C
(153,116,124)
#88686F
(136,104,111)
#775C62
(119,92,98)
#665055
(102,80,85)
#554448
(85,68,72)
#44383B
(68,56,59)
#332C2E
(51,44,46)
#222021
(34,32,33)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #BB8C96

#BB8C96
(187,140,150)
#C1969F
(193,150,159)
#C7A0A8
(199,160,168)
#CDAAB1
(205,170,177)
#D3B4BA
(211,180,186)
#D9BEC3
(217,190,195)
#DFC8CC
(223,200,204)
#E5D2D5
(229,210,213)
#EBDCDE
(235,220,222)
#F1E6E7
(241,230,231)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8C96; }

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

This text font color is #BB8C96.

Background Color

.myBgColor { background-color: #BB8C96; }

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

This div background color is #BB8C96.

Border color

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

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

This div border color is #BB8C96.

Opacity

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

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

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

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

This text has shadow with #BB8C96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8C96.

Preview

Color preview on black background

This text has color #BB8C96 on black background.


Color preview on white background

This text has color #BB8C96 on white background.


Black color preview on #BB8C96 background

This text has black color on #BB8C96 background.


White color preview on #BB8C96 background

This text has white color on #BB8C96 background.


Related colors

Complementary color

Complementary color for #hex is #447369.


I love getcolorcode.com

Triadic colors

1 #96BB8C and #8C96BB with #BB8C96 are triadic colors.

2 #968CBB and #8CBB96 with #BB8C96 are triadic colors.