COLOR #B58090

HEX: #B58090
RGB: (181,128,144)

Color info

#B58090 contains red, green and blue colors in about the same proportion. Web safe color of #B58090 is #CC6699 (or #C69).

RGB color model

#B58090 color RGB value is (181,128,144).

  • red value is 181;
  • green value is 128;
  • blue value is 144.
RGB:
(181,128,144)
(71%,50%,56%)

RGB channels and saturation

R 181 of 255 = 71%
G 128 of 255 = 50%
B 144 of 255 = 56%

181
128
144

R + G + B ~ 59%. #B58090 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
181 + 128 + 144 = 453 (100%)
R 181 of 453 ~ 39.96%
G 128 of 453 ~ 28.26%
B 144 of 453 ~ 31.79%

%39.96
%28.26
%31.79

CMYK color model

#B58090 color CMYK value is (0,29,20,29).

  • cyan value is 0.00%
  • magenta value is 29.28%
  • yellow value is 20.44%
  • key color value is 29.02%
CMYK:
(0,29,20,29)
C0M29Y20K29 
(0%,29%,20%,29%)
(0.00/0.29/0.20/0.29)	

CMYK percentages

%0
%29.28
%20.44
%29.02

Codes

Color #B58090 in popluar color models

B58090
RGB181128144
HSL342°26.37%60.59%
HSB/HSV342°29.28%70.98%
CMYK0.00%29.28%20.44%
29.02%

Color #B58090 in popluar number systems.

HEXB58090
Decimal181128144
Binary101101011000000010010000
Octal265200220

Shades and tints

Shades of #B58090

#B58090
(181,128,144)
#A57583
(165,117,131)
#956A76
(149,106,118)
#855F69
(133,95,105)
#75545C
(117,84,92)
#65494F
(101,73,79)
#553E42
(85,62,66)
#453335
(69,51,53)
#352828
(53,40,40)
#251D1B
(37,29,27)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #B58090

#B58090
(181,128,144)
#BB8B9A
(187,139,154)
#C196A4
(193,150,164)
#C7A1AE
(199,161,174)
#CDACB8
(205,172,184)
#D3B7C2
(211,183,194)
#D9C2CC
(217,194,204)
#DFCDD6
(223,205,214)
#E5D8E0
(229,216,224)
#EBE3EA
(235,227,234)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58090 color. Also use rgb(181,128,144) instead hex code.

Text Font Color

.myTextColor { color: #B58090; }

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

This text font color is #B58090.


Background Color

.myBgColor { background-color: #B58090; }

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

This div background color is #B58090.


Border color

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

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

This div border color is #B58090.


Opacity

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

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

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

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

This text has shadow with #B58090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58090 on black background.


Color preview on white background

This text has color #B58090 on white background.



Black color preview on #B58090 background

This text has black color on #B58090 background.


White color preview on #B58090 background

This text has white color on #B58090 background.