COLOR #B4A97D

HEX: #B4A97D
RGB: (180,169,125)

Color info

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

RGB color model

#B4A97D color RGB value is (180,169,125).

  • red value is 180;
  • green value is 169;
  • blue value is 125.
RGB:
(180,169,125)
(71%,66%,49%)

RGB channels and saturation

R 180 of 255 = 71%
G 169 of 255 = 66%
B 125 of 255 = 49%

180
169
125

R + G + B ~ 62%. #B4A97D is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 169 + 125 = 474 (100%)
R 180 of 474 ~ 37.97%
G 169 of 474 ~ 35.65%
B 125 of 474 ~ 26.37%

%37.97
%35.65
%26.37

CMYK color model

#B4A97D color CMYK value is (0,6,31,29).

  • cyan value is 0.00%
  • magenta value is 6.11%
  • yellow value is 30.56%
  • key color value is 29.41%
CMYK:
(0,6,31,29)
C0M6Y31K29 
(0%,6%,31%,29%)
(0.00/0.06/0.31/0.29)	

CMYK percentages

%0
%6.11
%30.56
%29.41

Codes

Color #B4A97D in popluar color models

B4A97D
RGB180169125
HSL48°26.83%59.80%
HSB/HSV48°30.56%70.59%
CMYK0.00%6.11%30.56%
29.41%

Color #B4A97D in popluar number systems.

HEXB4A97D
Decimal180169125
Binary10110100101010011111101
Octal264251175

Shades and tints

Shades of #B4A97D

#B4A97D
(180,169,125)
#A49A72
(164,154,114)
#948B67
(148,139,103)
#847C5C
(132,124,92)
#746D51
(116,109,81)
#645E46
(100,94,70)
#544F3B
(84,79,59)
#444030
(68,64,48)
#343125
(52,49,37)
#24221A
(36,34,26)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #B4A97D

#B4A97D
(180,169,125)
#BAB088
(186,176,136)
#C0B793
(192,183,147)
#C6BE9E
(198,190,158)
#CCC5A9
(204,197,169)
#D2CCB4
(210,204,180)
#D8D3BF
(216,211,191)
#DEDACA
(222,218,202)
#E4E1D5
(228,225,213)
#EAE8E0
(234,232,224)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A97D color. Also use rgb(180,169,125) instead hex code.

Text Font Color

.myTextColor { color: #B4A97D; }

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

This text font color is #B4A97D.


Background Color

.myBgColor { background-color: #B4A97D; }

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

This div background color is #B4A97D.


Border color

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

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

This div border color is #B4A97D.


Opacity

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

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

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

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

This text has shadow with #B4A97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A97D on black background.


Color preview on white background

This text has color #B4A97D on white background.



Black color preview on #B4A97D background

This text has black color on #B4A97D background.


White color preview on #B4A97D background

This text has white color on #B4A97D background.