COLOR #B5997C

HEX: #B5997C
RGB: (181,153,124)

Color info

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

RGB color model

#B5997C color RGB value is (181,153,124).

  • red value is 181;
  • green value is 153;
  • blue value is 124.
RGB:
(181,153,124)
(71%,60%,49%)

RGB channels and saturation

R 181 of 255 = 71%
G 153 of 255 = 60%
B 124 of 255 = 49%

181
153
124

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

Portions of RGB colors in percentages

R + G + B =
181 + 153 + 124 = 458 (100%)
R 181 of 458 ~ 39.52%
G 153 of 458 ~ 33.41%
B 124 of 458 ~ 27.07%

%39.52
%33.41
%27.07

CMYK color model

#B5997C color CMYK value is (0,15,31,29).

  • cyan value is 0.00%
  • magenta value is 15.47%
  • yellow value is 31.49%
  • key color value is 29.02%
CMYK:
(0,15,31,29)
C0M15Y31K29 
(0%,15%,31%,29%)
(0.00/0.15/0.31/0.29)	

CMYK percentages

%0
%15.47
%31.49
%29.02

Codes

Color #B5997C in popluar color models

B5997C
RGB181153124
HSL31°27.80%59.80%
HSB/HSV31°31.49%70.98%
CMYK0.00%15.47%31.49%
29.02%

Color #B5997C in popluar number systems.

HEXB5997C
Decimal181153124
Binary10110101100110011111100
Octal265231174

Shades and tints

Shades of #B5997C

#B5997C
(181,153,124)
#A58C71
(165,140,113)
#957F66
(149,127,102)
#85725B
(133,114,91)
#756550
(117,101,80)
#655845
(101,88,69)
#554B3A
(85,75,58)
#453E2F
(69,62,47)
#353124
(53,49,36)
#252419
(37,36,25)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #B5997C

#B5997C
(181,153,124)
#BBA287
(187,162,135)
#C1AB92
(193,171,146)
#C7B49D
(199,180,157)
#CDBDA8
(205,189,168)
#D3C6B3
(211,198,179)
#D9CFBE
(217,207,190)
#DFD8C9
(223,216,201)
#E5E1D4
(229,225,212)
#EBEADF
(235,234,223)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5997C color. Also use rgb(181,153,124) instead hex code.

Text Font Color

.myTextColor { color: #B5997C; }

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

This text font color is #B5997C.


Background Color

.myBgColor { background-color: #B5997C; }

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

This div background color is #B5997C.


Border color

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

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

This div border color is #B5997C.


Opacity

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

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

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

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

This text has shadow with #B5997C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5997C on black background.


Color preview on white background

This text has color #B5997C on white background.



Black color preview on #B5997C background

This text has black color on #B5997C background.


White color preview on #B5997C background

This text has white color on #B5997C background.