COLOR #BB8A96

HEX: #BB8A96
RGB: (187,138,150)

Color info

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

RGB color model

#BB8A96 color RGB value is (187,138,150).

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

RGB channels and saturation

R 187 of 255 = 73%
G 138 of 255 = 54%
B 150 of 255 = 59%

187
138
150

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

Portions of RGB colors in percentages

R + G + B =
187 + 138 + 150 = 475 (100%)
R 187 of 475 ~ 39.37%
G 138 of 475 ~ 29.05%
B 150 of 475 ~ 31.58%

%39.37
%29.05
%31.58

CMYK color model

#BB8A96 color CMYK value is (0,26,20,27).

  • cyan value is 0.00%
  • magenta value is 26.20%
  • yellow value is 19.79%
  • key color value is 26.67%
CMYK: (0,26,20,27) C0M26Y20K27 (0%,26%,20%,27%) (0.00/0.26/0.20/0.27)

CMYK percentages

%0
%26.2
%19.79
%26.67

Codes

Color #BB8A96 in popluar color models

BB8A96
RGB187138150
HSL345°26.49%63.73%
HSB/HSV345°26.20%73.33%
CMYK0.00%26.20%19.79%
26.67%

Color #BB8A96 in popluar number systems.

HEXBB8A96
Decimal187138150
Binary101110111000101010010110
Octal273212226

Shades and tints

Shades of #BB8A96

#BB8A96
(187,138,150)
#AA7E89
(170,126,137)
#99727C
(153,114,124)
#88666F
(136,102,111)
#775A62
(119,90,98)
#664E55
(102,78,85)
#554248
(85,66,72)
#44363B
(68,54,59)
#332A2E
(51,42,46)
#221E21
(34,30,33)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #BB8A96

#BB8A96
(187,138,150)
#C1949F
(193,148,159)
#C79EA8
(199,158,168)
#CDA8B1
(205,168,177)
#D3B2BA
(211,178,186)
#D9BCC3
(217,188,195)
#DFC6CC
(223,198,204)
#E5D0D5
(229,208,213)
#EBDADE
(235,218,222)
#F1E4E7
(241,228,231)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8A96; }

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

This text font color is #BB8A96.


Background Color

.myBgColor { background-color: #BB8A96; }

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

This div background color is #BB8A96.


Border color

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

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

This div border color is #BB8A96.


Opacity

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

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

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

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

This text has shadow with #BB8A96 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BB8A96 on black background.


Color preview on white background

This text has color #BB8A96 on white background.



Black color preview on #BB8A96 background

This text has black color on #BB8A96 background.


White color preview on #BB8A96 background

This text has white color on #BB8A96 background.