COLOR #B5807B

HEX: #B5807B
RGB: (181,128,123)

Color info

#B5807B contains red, green and blue colors in about the same proportion. Web safe color of #B5807B is #CC6666 (or #C66).

RGB color model

#B5807B color RGB value is (181,128,123).

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

RGB channels and saturation

R 181 of 255 = 71%
G 128 of 255 = 50%
B 123 of 255 = 48%

181
128
123

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

Portions of RGB colors in percentages

R + G + B =
181 + 128 + 123 = 432 (100%)
R 181 of 432 ~ 41.9%
G 128 of 432 ~ 29.63%
B 123 of 432 ~ 28.47%

%41.9
%29.63
%28.47

CMYK color model

#B5807B color CMYK value is (0,29,32,29).

  • cyan value is 0.00%
  • magenta value is 29.28%
  • yellow value is 32.04%
  • key color value is 29.02%
CMYK:
(0,29,32,29)
C0M29Y32K29 
(0%,29%,32%,29%)
(0.00/0.29/0.32/0.29)	

CMYK percentages

%0
%29.28
%32.04
%29.02

Codes

Color #B5807B in popluar color models

B5807B
RGB181128123
HSL28.16%59.61%
HSB/HSV32.04%70.98%
CMYK0.00%29.28%32.04%
29.02%

Color #B5807B in popluar number systems.

HEXB5807B
Decimal181128123
Binary10110101100000001111011
Octal265200173

Shades and tints

Shades of #B5807B

#B5807B
(181,128,123)
#A57570
(165,117,112)
#956A65
(149,106,101)
#855F5A
(133,95,90)
#75544F
(117,84,79)
#654944
(101,73,68)
#553E39
(85,62,57)
#45332E
(69,51,46)
#352823
(53,40,35)
#251D18
(37,29,24)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #B5807B

#B5807B
(181,128,123)
#BB8B87
(187,139,135)
#C19693
(193,150,147)
#C7A19F
(199,161,159)
#CDACAB
(205,172,171)
#D3B7B7
(211,183,183)
#D9C2C3
(217,194,195)
#DFCDCF
(223,205,207)
#E5D8DB
(229,216,219)
#EBE3E7
(235,227,231)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5807B; }

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

This text font color is #B5807B.


Background Color

.myBgColor { background-color: #B5807B; }

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

This div background color is #B5807B.


Border color

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

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

This div border color is #B5807B.


Opacity

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

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

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

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

This text has shadow with #B5807B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5807B on black background.


Color preview on white background

This text has color #B5807B on white background.



Black color preview on #B5807B background

This text has black color on #B5807B background.


White color preview on #B5807B background

This text has white color on #B5807B background.