COLOR #B58183

HEX: #B58183 RGB: (181,129,131)

Color info

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

RGB color model

#B58183 color RGB value is (181,129,131).

RGB: (181,129,131) (71%, 51%, 51%)

RGB channels and saturation

R 181 of 255 = 71%
G 129 of 255 = 51%
B 131 of 255 = 51%

181
129
131

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

Portions of RGB colors in percentages

R + G + B = 181 + 129 + 131 = 441 (100%)
R 181 of 441 ~ 41.04%
G 129 of 441 ~ 29.25%
B 131 of 441 ~ 29.71'%

%41.04
%29.25
%29.71

CMYK color model

#B58183 color CMYK value is (0,29,28,29).

  • cyan value is 0.00%
  • magenta value is 28.73%
  • yellow value is 27.62%
  • key color value is 29.02%

CMYK: (0,29,28,29)
C0M29Y28K29 (0%, 29%, 28%, 29%)
(0.00 / 0.29 / 0.28 / 0.29)

CMYK percentages

%0
%28.73
%27.62
%29.02

Codes

Color #B58183 in popluar color models

B5 81 83
RGB 181 129 131
HSL 358° 26.00% 60.78%
HSB/HSV 358° 28.73% 70.98%
CMYK 0.00% 28.73% 27.62%
29.02%

Color #B58183 in popluar number systems.

HEX B5 81 83
Decimal 181 129 131
Binary 10110101 10000001 10000011
Octal 265 201 203

Shades and tints

Shades of #B58183

#B58183
(181,129,131)
#A57678
(165,118,120)
#956B6D
(149,107,109)
#856062
(133,96,98)
#755557
(117,85,87)
#654A4C
(101,74,76)
#553F41
(85,63,65)
#453436
(69,52,54)
#35292B
(53,41,43)
#251E20
(37,30,32)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #B58183

#B58183
(181,129,131)
#BB8C8E
(187,140,142)
#C19799
(193,151,153)
#C7A2A4
(199,162,164)
#CDADAF
(205,173,175)
#D3B8BA
(211,184,186)
#D9C3C5
(217,195,197)
#DFCED0
(223,206,208)
#E5D9DB
(229,217,219)
#EBE4E6
(235,228,230)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58183; }

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

This text font color is #B58183.

Background Color

.myBgColor { background-color: #B58183; }

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

This div background color is #B58183.

Border color

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

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

This div border color is #B58183.

Opacity

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

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

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

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

This text has shadow with #B58183 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58183.

Preview

Color preview on black background

This text has color #B58183 on black background.


Color preview on white background

This text has color #B58183 on white background.


Black color preview on #B58183 background

This text has black color on #B58183 background.


White color preview on #B58183 background

This text has white color on #B58183 background.


Related colors

Complementary color

Complementary color for #hex is #4A7E7C.


I love getcolorcode.com

Triadic colors

1 #83B581 and #8183B5 with #B58183 are triadic colors.

2 #8381B5 and #81B583 with #B58183 are triadic colors.