COLOR #B4999B

HEX: #B4999B
RGB: (180,153,155)

Color info

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

RGB color model

#B4999B color RGB value is (180,153,155).

  • red value is 180;
  • green value is 153;
  • blue value is 155.
RGB:
(180,153,155)
(71%,60%,61%)

RGB channels and saturation

R 180 of 255 = 71%
G 153 of 255 = 60%
B 155 of 255 = 61%

180
153
155

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

Portions of RGB colors in percentages

R + G + B =
180 + 153 + 155 = 488 (100%)
R 180 of 488 ~ 36.89%
G 153 of 488 ~ 31.35%
B 155 of 488 ~ 31.76%

%36.89
%31.35
%31.76

CMYK color model

#B4999B color CMYK value is (0,15,14,29).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 13.89%
  • key color value is 29.41%
CMYK:
(0,15,14,29)
C0M15Y14K29 
(0%,15%,14%,29%)
(0.00/0.15/0.14/0.29)	

CMYK percentages

%0
%15
%13.89
%29.41

Codes

Color #B4999B in popluar color models

B4999B
RGB180153155
HSL356°15.25%65.29%
HSB/HSV356°15.00%70.59%
CMYK0.00%15.00%13.89%
29.41%

Color #B4999B in popluar number systems.

HEXB4999B
Decimal180153155
Binary101101001001100110011011
Octal264231233

Shades and tints

Shades of #B4999B

#B4999B
(180,153,155)
#A48C8D
(164,140,141)
#947F7F
(148,127,127)
#847271
(132,114,113)
#746563
(116,101,99)
#645855
(100,88,85)
#544B47
(84,75,71)
#443E39
(68,62,57)
#34312B
(52,49,43)
#24241D
(36,36,29)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #B4999B

#B4999B
(180,153,155)
#BAA2A4
(186,162,164)
#C0ABAD
(192,171,173)
#C6B4B6
(198,180,182)
#CCBDBF
(204,189,191)
#D2C6C8
(210,198,200)
#D8CFD1
(216,207,209)
#DED8DA
(222,216,218)
#E4E1E3
(228,225,227)
#EAEAEC
(234,234,236)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4999B color. Also use rgb(180,153,155) instead hex code.

Text Font Color

.myTextColor { color: #B4999B; }

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

This text font color is #B4999B.


Background Color

.myBgColor { background-color: #B4999B; }

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

This div background color is #B4999B.


Border color

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

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

This div border color is #B4999B.


Opacity

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

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

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

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

This text has shadow with #B4999B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4999B on black background.


Color preview on white background

This text has color #B4999B on white background.



Black color preview on #B4999B background

This text has black color on #B4999B background.


White color preview on #B4999B background

This text has white color on #B4999B background.