COLOR #B58194

HEX: #B58194
RGB: (181,129,148)

Color info

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

RGB color model

#B58194 color RGB value is (181,129,148).

  • red value is 181;
  • green value is 129;
  • blue value is 148.
RGB:
(181,129,148)
(71%,51%,58%)

RGB channels and saturation

R 181 of 255 = 71%
G 129 of 255 = 51%
B 148 of 255 = 58%

181
129
148

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

Portions of RGB colors in percentages

R + G + B =
181 + 129 + 148 = 458 (100%)
R 181 of 458 ~ 39.52%
G 129 of 458 ~ 28.17%
B 148 of 458 ~ 32.31%

%39.52
%28.17
%32.31

CMYK color model

#B58194 color CMYK value is (0,29,18,29).

  • cyan value is 0.00%
  • magenta value is 28.73%
  • yellow value is 18.23%
  • key color value is 29.02%
CMYK:
(0,29,18,29)
C0M29Y18K29 
(0%,29%,18%,29%)
(0.00/0.29/0.18/0.29)	

CMYK percentages

%0
%28.73
%18.23
%29.02

Codes

Color #B58194 in popluar color models

B58194
RGB181129148
HSL338°26.00%60.78%
HSB/HSV338°28.73%70.98%
CMYK0.00%28.73%18.23%
29.02%

Color #B58194 in popluar number systems.

HEXB58194
Decimal181129148
Binary101101011000000110010100
Octal265201224

Shades and tints

Shades of #B58194

#B58194
(181,129,148)
#A57687
(165,118,135)
#956B7A
(149,107,122)
#85606D
(133,96,109)
#755560
(117,85,96)
#654A53
(101,74,83)
#553F46
(85,63,70)
#453439
(69,52,57)
#35292C
(53,41,44)
#251E1F
(37,30,31)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #B58194

#B58194
(181,129,148)
#BB8C9D
(187,140,157)
#C197A6
(193,151,166)
#C7A2AF
(199,162,175)
#CDADB8
(205,173,184)
#D3B8C1
(211,184,193)
#D9C3CA
(217,195,202)
#DFCED3
(223,206,211)
#E5D9DC
(229,217,220)
#EBE4E5
(235,228,229)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58194 color. Also use rgb(181,129,148) instead hex code.

Text Font Color

.myTextColor { color: #B58194; }

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

This text font color is #B58194.


Background Color

.myBgColor { background-color: #B58194; }

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

This div background color is #B58194.


Border color

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

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

This div border color is #B58194.


Opacity

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

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

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

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

This text has shadow with #B58194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58194 on black background.


Color preview on white background

This text has color #B58194 on white background.



Black color preview on #B58194 background

This text has black color on #B58194 background.


White color preview on #B58194 background

This text has white color on #B58194 background.