COLOR #B4997E

HEX: #B4997E
RGB: (180,153,126)

Color info

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

RGB color model

#B4997E color RGB value is (180,153,126).

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

RGB channels and saturation

R 180 of 255 = 71%
G 153 of 255 = 60%
B 126 of 255 = 49%

180
153
126

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

Portions of RGB colors in percentages

R + G + B =
180 + 153 + 126 = 459 (100%)
R 180 of 459 ~ 39.22%
G 153 of 459 ~ 33.33%
B 126 of 459 ~ 27.45%

%39.22
%33.33
%27.45

CMYK color model

#B4997E color CMYK value is (0,15,30,29).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 30.00%
  • key color value is 29.41%
CMYK:
(0,15,30,29)
C0M15Y30K29 
(0%,15%,30%,29%)
(0.00/0.15/0.30/0.29)	

CMYK percentages

%0
%15
%30
%29.41

Codes

Color #B4997E in popluar color models

B4997E
RGB180153126
HSL30°26.47%60.00%
HSB/HSV30°30.00%70.59%
CMYK0.00%15.00%30.00%
29.41%

Color #B4997E in popluar number systems.

HEXB4997E
Decimal180153126
Binary10110100100110011111110
Octal264231176

Shades and tints

Shades of #B4997E

#B4997E
(180,153,126)
#A48C73
(164,140,115)
#947F68
(148,127,104)
#84725D
(132,114,93)
#746552
(116,101,82)
#645847
(100,88,71)
#544B3C
(84,75,60)
#443E31
(68,62,49)
#343126
(52,49,38)
#24241B
(36,36,27)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #B4997E

#B4997E
(180,153,126)
#BAA289
(186,162,137)
#C0AB94
(192,171,148)
#C6B49F
(198,180,159)
#CCBDAA
(204,189,170)
#D2C6B5
(210,198,181)
#D8CFC0
(216,207,192)
#DED8CB
(222,216,203)
#E4E1D6
(228,225,214)
#EAEAE1
(234,234,225)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4997E color. Also use rgb(180,153,126) instead hex code.

Text Font Color

.myTextColor { color: #B4997E; }

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

This text font color is #B4997E.


Background Color

.myBgColor { background-color: #B4997E; }

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

This div background color is #B4997E.


Border color

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

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

This div border color is #B4997E.


Opacity

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

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

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

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

This text has shadow with #B4997E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4997E on black background.


Color preview on white background

This text has color #B4997E on white background.



Black color preview on #B4997E background

This text has black color on #B4997E background.


White color preview on #B4997E background

This text has white color on #B4997E background.