COLOR #B5808A

HEX: #B5808A
RGB: (181,128,138)

Color info

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

RGB color model

#B5808A color RGB value is (181,128,138).

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

RGB channels and saturation

R 181 of 255 = 71%
G 128 of 255 = 50%
B 138 of 255 = 54%

181
128
138

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

Portions of RGB colors in percentages

R + G + B =
181 + 128 + 138 = 447 (100%)
R 181 of 447 ~ 40.49%
G 128 of 447 ~ 28.64%
B 138 of 447 ~ 30.87%

%40.49
%28.64
%30.87

CMYK color model

#B5808A color CMYK value is (0,29,24,29).

  • cyan value is 0.00%
  • magenta value is 29.28%
  • yellow value is 23.76%
  • key color value is 29.02%
CMYK:
(0,29,24,29)
C0M29Y24K29 
(0%,29%,24%,29%)
(0.00/0.29/0.24/0.29)	

CMYK percentages

%0
%29.28
%23.76
%29.02

Codes

Color #B5808A in popluar color models

B5808A
RGB181128138
HSL349°26.37%60.59%
HSB/HSV349°29.28%70.98%
CMYK0.00%29.28%23.76%
29.02%

Color #B5808A in popluar number systems.

HEXB5808A
Decimal181128138
Binary101101011000000010001010
Octal265200212

Shades and tints

Shades of #B5808A

#B5808A
(181,128,138)
#A5757E
(165,117,126)
#956A72
(149,106,114)
#855F66
(133,95,102)
#75545A
(117,84,90)
#65494E
(101,73,78)
#553E42
(85,62,66)
#453336
(69,51,54)
#35282A
(53,40,42)
#251D1E
(37,29,30)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #B5808A

#B5808A
(181,128,138)
#BB8B94
(187,139,148)
#C1969E
(193,150,158)
#C7A1A8
(199,161,168)
#CDACB2
(205,172,178)
#D3B7BC
(211,183,188)
#D9C2C6
(217,194,198)
#DFCDD0
(223,205,208)
#E5D8DA
(229,216,218)
#EBE3E4
(235,227,228)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5808A; }

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

This text font color is #B5808A.


Background Color

.myBgColor { background-color: #B5808A; }

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

This div background color is #B5808A.


Border color

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

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

This div border color is #B5808A.


Opacity

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

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

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

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

This text has shadow with #B5808A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5808A on black background.


Color preview on white background

This text has color #B5808A on white background.



Black color preview on #B5808A background

This text has black color on #B5808A background.


White color preview on #B5808A background

This text has white color on #B5808A background.