COLOR #B58081

HEX: #B58081
RGB: (181,128,129)

Color info

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

RGB color model

#B58081 color RGB value is (181,128,129).

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

RGB channels and saturation

R 181 of 255 = 71%
G 128 of 255 = 50%
B 129 of 255 = 51%

181
128
129

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

Portions of RGB colors in percentages

R + G + B =
181 + 128 + 129 = 438 (100%)
R 181 of 438 ~ 41.32%
G 128 of 438 ~ 29.22%
B 129 of 438 ~ 29.45%

%41.32
%29.22
%29.45

CMYK color model

#B58081 color CMYK value is (0,29,29,29).

  • cyan value is 0.00%
  • magenta value is 29.28%
  • yellow value is 28.73%
  • key color value is 29.02%
CMYK:
(0,29,29,29)
C0M29Y29K29 
(0%,29%,29%,29%)
(0.00/0.29/0.29/0.29)	

CMYK percentages

%0
%29.28
%28.73
%29.02

Codes

Color #B58081 in popluar color models

B58081
RGB181128129
HSL359°26.37%60.59%
HSB/HSV359°29.28%70.98%
CMYK0.00%29.28%28.73%
29.02%

Color #B58081 in popluar number systems.

HEXB58081
Decimal181128129
Binary101101011000000010000001
Octal265200201

Shades and tints

Shades of #B58081

#B58081
(181,128,129)
#A57576
(165,117,118)
#956A6B
(149,106,107)
#855F60
(133,95,96)
#755455
(117,84,85)
#65494A
(101,73,74)
#553E3F
(85,62,63)
#453334
(69,51,52)
#352829
(53,40,41)
#251D1E
(37,29,30)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #B58081

#B58081
(181,128,129)
#BB8B8C
(187,139,140)
#C19697
(193,150,151)
#C7A1A2
(199,161,162)
#CDACAD
(205,172,173)
#D3B7B8
(211,183,184)
#D9C2C3
(217,194,195)
#DFCDCE
(223,205,206)
#E5D8D9
(229,216,217)
#EBE3E4
(235,227,228)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58081; }

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

This text font color is #B58081.


Background Color

.myBgColor { background-color: #B58081; }

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

This div background color is #B58081.


Border color

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

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

This div border color is #B58081.


Opacity

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

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

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

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

This text has shadow with #B58081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58081 on black background.


Color preview on white background

This text has color #B58081 on white background.



Black color preview on #B58081 background

This text has black color on #B58081 background.


White color preview on #B58081 background

This text has white color on #B58081 background.