COLOR #B492AB

HEX: #B492AB RGB: (180,146,171)

Color info

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

RGB color model

#B492AB color RGB value is (180,146,171).

RGB: (180,146,171) (71%, 57%, 67%)

RGB channels and saturation

R 180 of 255 = 71%
G 146 of 255 = 57%
B 171 of 255 = 67%

180
146
171

R + G + B ~ 65%. #B492AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 146 + 171 = 497 (100%)
R 180 of 497 ~ 36.22%
G 146 of 497 ~ 29.38%
B 171 of 497 ~ 34.41'%

%36.22
%29.38
%34.41

CMYK color model

#B492AB color CMYK value is (0,19,5,29).

  • cyan value is 0.00%
  • magenta value is 18.89%
  • yellow value is 5.00%
  • key color value is 29.41%

CMYK: (0,19,5,29)
C0M19Y5K29 (0%, 19%, 5%, 29%)
(0.00 / 0.19 / 0.05 / 0.29)

CMYK percentages

%0
%18.89
%5
%29.41

Codes

Color #B492AB in popluar color models

B4 92 AB
RGB 180 146 171
HSL 316° 18.48% 63.92%
HSB/HSV 316° 18.89% 70.59%
CMYK 0.00% 18.89% 5.00%
29.41%

Color #B492AB in popluar number systems.

HEX B4 92 AB
Decimal 180 146 171
Binary 10110100 10010010 10101011
Octal 264 222 253

Shades and tints

Shades of #B492AB

#B492AB
(180,146,171)
#A4859C
(164,133,156)
#94788D
(148,120,141)
#846B7E
(132,107,126)
#745E6F
(116,94,111)
#645160
(100,81,96)
#544451
(84,68,81)
#443742
(68,55,66)
#342A33
(52,42,51)
#241D24
(36,29,36)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #B492AB

#B492AB
(180,146,171)
#BA9BB2
(186,155,178)
#C0A4B9
(192,164,185)
#C6ADC0
(198,173,192)
#CCB6C7
(204,182,199)
#D2BFCE
(210,191,206)
#D8C8D5
(216,200,213)
#DED1DC
(222,209,220)
#E4DAE3
(228,218,227)
#EAE3EA
(234,227,234)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B492AB color. Also use rgb(180,146,171) instead hex code.

Text Font Color

.myTextColor { color: #B492AB; }

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

This text font color is #B492AB.

Background Color

.myBgColor { background-color: #B492AB; }

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

This div background color is #B492AB.

Border color

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

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

This div border color is #B492AB.

Opacity

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

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

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

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

This text has shadow with #B492AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B492AB.

Preview

Color preview on black background

This text has color #B492AB on black background.


Color preview on white background

This text has color #B492AB on white background.


Black color preview on #B492AB background

This text has black color on #B492AB background.


White color preview on #B492AB background

This text has white color on #B492AB background.


Related colors

Complementary color

Complementary color for #hex is #4B6D54.


I love getcolorcode.com

Triadic colors

1 #ABB492 and #92ABB4 with #B492AB are triadic colors.

2 #AB92B4 and #92B4AB with #B492AB are triadic colors.