COLOR #B492A9

HEX: #B492A9
RGB: (180,146,169)

Color info

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

RGB color model

#B492A9 color RGB value is (180,146,169).

  • red value is 180;
  • green value is 146;
  • blue value is 169.
RGB:
(180,146,169)
(71%,57%,66%)

RGB channels and saturation

R 180 of 255 = 71%
G 146 of 255 = 57%
B 169 of 255 = 66%

180
146
169

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

Portions of RGB colors in percentages

R + G + B =
180 + 146 + 169 = 495 (100%)
R 180 of 495 ~ 36.36%
G 146 of 495 ~ 29.49%
B 169 of 495 ~ 34.14%

%36.36
%29.49
%34.14

CMYK color model

#B492A9 color CMYK value is (0,19,6,29).

  • cyan value is 0.00%
  • magenta value is 18.89%
  • yellow value is 6.11%
  • key color value is 29.41%
CMYK:
(0,19,6,29)
C0M19Y6K29 
(0%,19%,6%,29%)
(0.00/0.19/0.06/0.29)	

CMYK percentages

%0
%18.89
%6.11
%29.41

Codes

Color #B492A9 in popluar color models

B492A9
RGB180146169
HSL319°18.48%63.92%
HSB/HSV319°18.89%70.59%
CMYK0.00%18.89%6.11%
29.41%

Color #B492A9 in popluar number systems.

HEXB492A9
Decimal180146169
Binary101101001001001010101001
Octal264222251

Shades and tints

Shades of #B492A9

#B492A9
(180,146,169)
#A4859A
(164,133,154)
#94788B
(148,120,139)
#846B7C
(132,107,124)
#745E6D
(116,94,109)
#64515E
(100,81,94)
#54444F
(84,68,79)
#443740
(68,55,64)
#342A31
(52,42,49)
#241D22
(36,29,34)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #B492A9

#B492A9
(180,146,169)
#BA9BB0
(186,155,176)
#C0A4B7
(192,164,183)
#C6ADBE
(198,173,190)
#CCB6C5
(204,182,197)
#D2BFCC
(210,191,204)
#D8C8D3
(216,200,211)
#DED1DA
(222,209,218)
#E4DAE1
(228,218,225)
#EAE3E8
(234,227,232)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B492A9; }

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

This text font color is #B492A9.


Background Color

.myBgColor { background-color: #B492A9; }

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

This div background color is #B492A9.


Border color

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

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

This div border color is #B492A9.


Opacity

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

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

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

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

This text has shadow with #B492A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B492A9 on black background.


Color preview on white background

This text has color #B492A9 on white background.



Black color preview on #B492A9 background

This text has black color on #B492A9 background.


White color preview on #B492A9 background

This text has white color on #B492A9 background.