COLOR #BB9A98

HEX: #BB9A98 RGB: (187,154,152)

Color info

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

RGB color model

#BB9A98 color RGB value is (187,154,152).

RGB: (187,154,152) (73%, 60%, 60%)

RGB channels and saturation

R 187 of 255 = 73%
G 154 of 255 = 60%
B 152 of 255 = 60%

187
154
152

R + G + B ~ 64%. #BB9A98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 154 + 152 = 493 (100%)
R 187 of 493 ~ 37.93%
G 154 of 493 ~ 31.24%
B 152 of 493 ~ 30.83'%

%37.93
%31.24
%30.83

CMYK color model

#BB9A98 color CMYK value is (0,18,19,27).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 18.72%
  • key color value is 26.67%

CMYK: (0,18,19,27)
C0M18Y19K27 (0%, 18%, 19%, 27%)
(0.00 / 0.18 / 0.19 / 0.27)

CMYK percentages

%0
%17.65
%18.72
%26.67

Codes

Color #BB9A98 in popluar color models

BB 9A 98
RGB 187 154 152
HSL 20.47% 66.47%
HSB/HSV 18.72% 73.33%
CMYK 0.00% 17.65% 18.72%
26.67%

Color #BB9A98 in popluar number systems.

HEX BB 9A 98
Decimal 187 154 152
Binary 10111011 10011010 10011000
Octal 273 232 230

Shades and tints

Shades of #BB9A98

#BB9A98
(187,154,152)
#AA8C8B
(170,140,139)
#997E7E
(153,126,126)
#887071
(136,112,113)
#776264
(119,98,100)
#665457
(102,84,87)
#55464A
(85,70,74)
#44383D
(68,56,61)
#332A30
(51,42,48)
#221C23
(34,28,35)
#110E16
(17,14,22)
#000000
(0,0,0)

Tints of #BB9A98

#BB9A98
(187,154,152)
#C1A3A1
(193,163,161)
#C7ACAA
(199,172,170)
#CDB5B3
(205,181,179)
#D3BEBC
(211,190,188)
#D9C7C5
(217,199,197)
#DFD0CE
(223,208,206)
#E5D9D7
(229,217,215)
#EBE2E0
(235,226,224)
#F1EBE9
(241,235,233)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9A98 color. Also use rgb(187,154,152) instead hex code.

Text Font Color

.myTextColor { color: #BB9A98; }

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

This text font color is #BB9A98.

Background Color

.myBgColor { background-color: #BB9A98; }

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

This div background color is #BB9A98.

Border color

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

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

This div border color is #BB9A98.

Opacity

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

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

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

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

This text has shadow with #BB9A98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9A98.

Preview

Color preview on black background

This text has color #BB9A98 on black background.


Color preview on white background

This text has color #BB9A98 on white background.


Black color preview on #BB9A98 background

This text has black color on #BB9A98 background.


White color preview on #BB9A98 background

This text has white color on #BB9A98 background.


Related colors

Complementary color

Complementary color for #hex is #446567.


I love getcolorcode.com

Triadic colors

1 #98BB9A and #9A98BB with #BB9A98 are triadic colors.

2 #989ABB and #9ABB98 with #BB9A98 are triadic colors.