COLOR #B4969A

HEX: #B4969A
RGB: (180,150,154)

Color info

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

RGB color model

#B4969A color RGB value is (180,150,154).

  • red value is 180;
  • green value is 150;
  • blue value is 154.
RGB:
(180,150,154)
(71%,59%,60%)

RGB channels and saturation

R 180 of 255 = 71%
G 150 of 255 = 59%
B 154 of 255 = 60%

180
150
154

R + G + B ~ 63%. #B4969A is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 150 + 154 = 484 (100%)
R 180 of 484 ~ 37.19%
G 150 of 484 ~ 30.99%
B 154 of 484 ~ 31.82%

%37.19
%30.99
%31.82

CMYK color model

#B4969A color CMYK value is (0,17,14,29).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 14.44%
  • key color value is 29.41%
CMYK:
(0,17,14,29)
C0M17Y14K29 
(0%,17%,14%,29%)
(0.00/0.17/0.14/0.29)	

CMYK percentages

%0
%16.67
%14.44
%29.41

Codes

Color #B4969A in popluar color models

B4969A
RGB180150154
HSL352°16.67%64.71%
HSB/HSV352°16.67%70.59%
CMYK0.00%16.67%14.44%
29.41%

Color #B4969A in popluar number systems.

HEXB4969A
Decimal180150154
Binary101101001001011010011010
Octal264226232

Shades and tints

Shades of #B4969A

#B4969A
(180,150,154)
#A4898C
(164,137,140)
#947C7E
(148,124,126)
#846F70
(132,111,112)
#746262
(116,98,98)
#645554
(100,85,84)
#544846
(84,72,70)
#443B38
(68,59,56)
#342E2A
(52,46,42)
#24211C
(36,33,28)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #B4969A

#B4969A
(180,150,154)
#BA9FA3
(186,159,163)
#C0A8AC
(192,168,172)
#C6B1B5
(198,177,181)
#CCBABE
(204,186,190)
#D2C3C7
(210,195,199)
#D8CCD0
(216,204,208)
#DED5D9
(222,213,217)
#E4DEE2
(228,222,226)
#EAE7EB
(234,231,235)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4969A color. Also use rgb(180,150,154) instead hex code.

Text Font Color

.myTextColor { color: #B4969A; }

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

This text font color is #B4969A.


Background Color

.myBgColor { background-color: #B4969A; }

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

This div background color is #B4969A.


Border color

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

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

This div border color is #B4969A.


Opacity

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

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

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

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

This text has shadow with #B4969A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4969A on black background.


Color preview on white background

This text has color #B4969A on white background.



Black color preview on #B4969A background

This text has black color on #B4969A background.


White color preview on #B4969A background

This text has white color on #B4969A background.