COLOR #B5897B

HEX: #B5897B
RGB: (181,137,123)

Color info

#B5897B contains red, green and blue colors in about the same proportion. Web safe color of #B5897B is #CC9966 (or #C96).

RGB color model

#B5897B color RGB value is (181,137,123).

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

RGB channels and saturation

R 181 of 255 = 71%
G 137 of 255 = 54%
B 123 of 255 = 48%

181
137
123

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

Portions of RGB colors in percentages

R + G + B =
181 + 137 + 123 = 441 (100%)
R 181 of 441 ~ 41.04%
G 137 of 441 ~ 31.07%
B 123 of 441 ~ 27.89%

%41.04
%31.07
%27.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 32.04%
  • key color value is 29.02%
CMYK:
(0,24,32,29)
C0M24Y32K29 
(0%,24%,32%,29%)
(0.00/0.24/0.32/0.29)	

CMYK percentages

%0
%24.31
%32.04
%29.02

Codes

Color #B5897B in popluar color models

B5897B
RGB181137123
HSL14°28.16%59.61%
HSB/HSV14°32.04%70.98%
CMYK0.00%24.31%32.04%
29.02%

Color #B5897B in popluar number systems.

HEXB5897B
Decimal181137123
Binary10110101100010011111011
Octal265211173

Shades and tints

Shades of #B5897B

#B5897B
(181,137,123)
#A57D70
(165,125,112)
#957165
(149,113,101)
#85655A
(133,101,90)
#75594F
(117,89,79)
#654D44
(101,77,68)
#554139
(85,65,57)
#45352E
(69,53,46)
#352923
(53,41,35)
#251D18
(37,29,24)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #B5897B

#B5897B
(181,137,123)
#BB9387
(187,147,135)
#C19D93
(193,157,147)
#C7A79F
(199,167,159)
#CDB1AB
(205,177,171)
#D3BBB7
(211,187,183)
#D9C5C3
(217,197,195)
#DFCFCF
(223,207,207)
#E5D9DB
(229,217,219)
#EBE3E7
(235,227,231)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5897B; }

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

This text font color is #B5897B.


Background Color

.myBgColor { background-color: #B5897B; }

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

This div background color is #B5897B.


Border color

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

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

This div border color is #B5897B.


Opacity

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

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

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

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

This text has shadow with #B5897B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5897B on black background.


Color preview on white background

This text has color #B5897B on white background.



Black color preview on #B5897B background

This text has black color on #B5897B background.


White color preview on #B5897B background

This text has white color on #B5897B background.