COLOR #B8999A

HEX: #B8999A RGB: (184,153,154)

Color info

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

RGB color model

#B8999A color RGB value is (184,153,154).

RGB: (184,153,154) (72%, 60%, 60%)

RGB channels and saturation

R 184 of 255 = 72%
G 153 of 255 = 60%
B 154 of 255 = 60%

184
153
154

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

Portions of RGB colors in percentages

R + G + B = 184 + 153 + 154 = 491 (100%)
R 184 of 491 ~ 37.47%
G 153 of 491 ~ 31.16%
B 154 of 491 ~ 31.36'%

%37.47
%31.16
%31.36

CMYK color model

#B8999A color CMYK value is (0,17,16,28).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 16.30%
  • key color value is 27.84%

CMYK: (0,17,16,28)
C0M17Y16K28 (0%, 17%, 16%, 28%)
(0.00 / 0.17 / 0.16 / 0.28)

CMYK percentages

%0
%16.85
%16.3
%27.84

Codes

Color #B8999A in popluar color models

B8 99 9A
RGB 184 153 154
HSL 358° 17.92% 66.08%
HSB/HSV 358° 16.85% 72.16%
CMYK 0.00% 16.85% 16.30%
27.84%

Color #B8999A in popluar number systems.

HEX B8 99 9A
Decimal 184 153 154
Binary 10111000 10011001 10011010
Octal 270 231 232

Shades and tints

Shades of #B8999A

#B8999A
(184,153,154)
#A88C8C
(168,140,140)
#987F7E
(152,127,126)
#887270
(136,114,112)
#786562
(120,101,98)
#685854
(104,88,84)
#584B46
(88,75,70)
#483E38
(72,62,56)
#38312A
(56,49,42)
#28241C
(40,36,28)
#18170E
(24,23,14)
#000000
(0,0,0)

Tints of #B8999A

#B8999A
(184,153,154)
#BEA2A3
(190,162,163)
#C4ABAC
(196,171,172)
#CAB4B5
(202,180,181)
#D0BDBE
(208,189,190)
#D6C6C7
(214,198,199)
#DCCFD0
(220,207,208)
#E2D8D9
(226,216,217)
#E8E1E2
(232,225,226)
#EEEAEB
(238,234,235)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8999A color. Also use rgb(184,153,154) instead hex code.

Text Font Color

.myTextColor { color: #B8999A; }

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

This text font color is #B8999A.

Background Color

.myBgColor { background-color: #B8999A; }

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

This div background color is #B8999A.

Border color

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

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

This div border color is #B8999A.

Opacity

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

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

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

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

This text has shadow with #B8999A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8999A.

Preview

Color preview on black background

This text has color #B8999A on black background.


Color preview on white background

This text has color #B8999A on white background.


Black color preview on #B8999A background

This text has black color on #B8999A background.


White color preview on #B8999A background

This text has white color on #B8999A background.


Related colors

Complementary color

Complementary color for #hex is #476665.


I love getcolorcode.com

Triadic colors

1 #9AB899 and #999AB8 with #B8999A are triadic colors.

2 #9A99B8 and #99B89A with #B8999A are triadic colors.