COLOR #B58F94

HEX: #B58F94
RGB: (181,143,148)

Color info

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

RGB color model

#B58F94 color RGB value is (181,143,148).

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

RGB channels and saturation

R 181 of 255 = 71%
G 143 of 255 = 56%
B 148 of 255 = 58%

181
143
148

R + G + B ~ 62%. #B58F94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 143 + 148 = 472 (100%)
R 181 of 472 ~ 38.35%
G 143 of 472 ~ 30.3%
B 148 of 472 ~ 31.36%

%38.35
%30.3
%31.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.99%
  • yellow value is 18.23%
  • key color value is 29.02%
CMYK:
(0,21,18,29)
C0M21Y18K29 
(0%,21%,18%,29%)
(0.00/0.21/0.18/0.29)	

CMYK percentages

%0
%20.99
%18.23
%29.02

Codes

Color #B58F94 in popluar color models

B58F94
RGB181143148
HSL352°20.43%63.53%
HSB/HSV352°20.99%70.98%
CMYK0.00%20.99%18.23%
29.02%

Color #B58F94 in popluar number systems.

HEXB58F94
Decimal181143148
Binary101101011000111110010100
Octal265217224

Shades and tints

Shades of #B58F94

#B58F94
(181,143,148)
#A58287
(165,130,135)
#95757A
(149,117,122)
#85686D
(133,104,109)
#755B60
(117,91,96)
#654E53
(101,78,83)
#554146
(85,65,70)
#453439
(69,52,57)
#35272C
(53,39,44)
#251A1F
(37,26,31)
#150D12
(21,13,18)
#000000
(0,0,0)

Tints of #B58F94

#B58F94
(181,143,148)
#BB999D
(187,153,157)
#C1A3A6
(193,163,166)
#C7ADAF
(199,173,175)
#CDB7B8
(205,183,184)
#D3C1C1
(211,193,193)
#D9CBCA
(217,203,202)
#DFD5D3
(223,213,211)
#E5DFDC
(229,223,220)
#EBE9E5
(235,233,229)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58F94; }

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

This text font color is #B58F94.


Background Color

.myBgColor { background-color: #B58F94; }

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

This div background color is #B58F94.


Border color

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

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

This div border color is #B58F94.


Opacity

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

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

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

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

This text has shadow with #B58F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58F94 on black background.


Color preview on white background

This text has color #B58F94 on white background.



Black color preview on #B58F94 background

This text has black color on #B58F94 background.


White color preview on #B58F94 background

This text has white color on #B58F94 background.