COLOR #B092A0

HEX: #B092A0
RGB: (176,146,160)

Color info

#B092A0 contains red, green and blue colors in about the same proportion. Web safe color of #B092A0 is #999999 (or #999).

RGB color model

#B092A0 color RGB value is (176,146,160).

  • red value is 176;
  • green value is 146;
  • blue value is 160.
RGB:
(176,146,160)
(69%,57%,63%)

RGB channels and saturation

R 176 of 255 = 69%
G 146 of 255 = 57%
B 160 of 255 = 63%

176
146
160

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

Portions of RGB colors in percentages

R + G + B =
176 + 146 + 160 = 482 (100%)
R 176 of 482 ~ 36.51%
G 146 of 482 ~ 30.29%
B 160 of 482 ~ 33.2%

%36.51
%30.29
%33.2

CMYK color model

#B092A0 color CMYK value is (0,17,9,31).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 9.09%
  • key color value is 30.98%
CMYK:
(0,17,9,31)
C0M17Y9K31 
(0%,17%,9%,31%)
(0.00/0.17/0.09/0.31)	

CMYK percentages

%0
%17.05
%9.09
%30.98

Codes

Color #B092A0 in popluar color models

B092A0
RGB176146160
HSL332°15.96%63.14%
HSB/HSV332°17.05%69.02%
CMYK0.00%17.05%9.09%
30.98%

Color #B092A0 in popluar number systems.

HEXB092A0
Decimal176146160
Binary101100001001001010100000
Octal260222240

Shades and tints

Shades of #B092A0

#B092A0
(176,146,160)
#A08592
(160,133,146)
#907884
(144,120,132)
#806B76
(128,107,118)
#705E68
(112,94,104)
#60515A
(96,81,90)
#50444C
(80,68,76)
#40373E
(64,55,62)
#302A30
(48,42,48)
#201D22
(32,29,34)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #B092A0

#B092A0
(176,146,160)
#B79BA8
(183,155,168)
#BEA4B0
(190,164,176)
#C5ADB8
(197,173,184)
#CCB6C0
(204,182,192)
#D3BFC8
(211,191,200)
#DAC8D0
(218,200,208)
#E1D1D8
(225,209,216)
#E8DAE0
(232,218,224)
#EFE3E8
(239,227,232)
#F6ECF0
(246,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B092A0 color. Also use rgb(176,146,160) instead hex code.

Text Font Color

.myTextColor { color: #B092A0; }

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

This text font color is #B092A0.


Background Color

.myBgColor { background-color: #B092A0; }

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

This div background color is #B092A0.


Border color

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

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

This div border color is #B092A0.


Opacity

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

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

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

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

This text has shadow with #B092A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B092A0 on black background.


Color preview on white background

This text has color #B092A0 on white background.



Black color preview on #B092A0 background

This text has black color on #B092A0 background.


White color preview on #B092A0 background

This text has white color on #B092A0 background.