COLOR #B58094

HEX: #B58094 RGB: (181,128,148)

Color info

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

RGB color model

#B58094 color RGB value is (181,128,148).

RGB: (181,128,148) (71%, 50%, 58%)

RGB channels and saturation

R 181 of 255 = 71%
G 128 of 255 = 50%
B 148 of 255 = 58%

181
128
148

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

Portions of RGB colors in percentages

R + G + B = 181 + 128 + 148 = 457 (100%)
R 181 of 457 ~ 39.61%
G 128 of 457 ~ 28.01%
B 148 of 457 ~ 32.39'%

%39.61
%28.01
%32.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.28%
  • 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
%29.28
%18.23
%29.02

Codes

Color #B58094 in popluar color models

B5 80 94
RGB 181 128 148
HSL 337° 26.37% 60.59%
HSB/HSV 337° 29.28% 70.98%
CMYK 0.00% 29.28% 18.23%
29.02%

Color #B58094 in popluar number systems.

HEX B5 80 94
Decimal 181 128 148
Binary 10110101 10000000 10010100
Octal 265 200 224

Shades and tints

Shades of #B58094

#B58094
(181,128,148)
#A57587
(165,117,135)
#956A7A
(149,106,122)
#855F6D
(133,95,109)
#755460
(117,84,96)
#654953
(101,73,83)
#553E46
(85,62,70)
#453339
(69,51,57)
#35282C
(53,40,44)
#251D1F
(37,29,31)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #B58094

#B58094
(181,128,148)
#BB8B9D
(187,139,157)
#C196A6
(193,150,166)
#C7A1AF
(199,161,175)
#CDACB8
(205,172,184)
#D3B7C1
(211,183,193)
#D9C2CA
(217,194,202)
#DFCDD3
(223,205,211)
#E5D8DC
(229,216,220)
#EBE3E5
(235,227,229)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58094; }

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

This text font color is #B58094.

Background Color

.myBgColor { background-color: #B58094; }

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

This div background color is #B58094.

Border color

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

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

This div border color is #B58094.

Opacity

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

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

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

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

This text has shadow with #B58094 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58094.

Preview

Color preview on black background

This text has color #B58094 on black background.


Color preview on white background

This text has color #B58094 on white background.


Black color preview on #B58094 background

This text has black color on #B58094 background.


White color preview on #B58094 background

This text has white color on #B58094 background.


Related colors

Complementary color

Complementary color for #hex is #4A7F6B.


I love getcolorcode.com

Triadic colors

1 #94B580 and #8094B5 with #B58094 are triadic colors.

2 #9480B5 and #80B594 with #B58094 are triadic colors.