COLOR #B4A770

HEX: #B4A770
RGB: (180,167,112)

Color info

#B4A770 contains mainly red and green colors. Web safe color of #B4A770 is #CC9966 (or #C96).

RGB color model

#B4A770 color RGB value is (180,167,112).

  • red value is 180;
  • green value is 167;
  • blue value is 112.
RGB:
(180,167,112)
(71%,65%,44%)

RGB channels and saturation

R 180 of 255 = 71%
G 167 of 255 = 65%
B 112 of 255 = 44%

180
167
112

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

Portions of RGB colors in percentages

R + G + B =
180 + 167 + 112 = 459 (100%)
R 180 of 459 ~ 39.22%
G 167 of 459 ~ 36.38%
B 112 of 459 ~ 24.4%

%39.22
%36.38
%24.4

CMYK color model

#B4A770 color CMYK value is (0,7,38,29).

  • cyan value is 0.00%
  • magenta value is 7.22%
  • yellow value is 37.78%
  • key color value is 29.41%
CMYK:
(0,7,38,29)
C0M7Y38K29 
(0%,7%,38%,29%)
(0.00/0.07/0.38/0.29)	

CMYK percentages

%0
%7.22
%37.78
%29.41

Codes

Color #B4A770 in popluar color models

B4A770
RGB180167112
HSL49°31.19%57.25%
HSB/HSV49°37.78%70.59%
CMYK0.00%7.22%37.78%
29.41%

Color #B4A770 in popluar number systems.

HEXB4A770
Decimal180167112
Binary10110100101001111110000
Octal264247160

Shades and tints

Shades of #B4A770

#B4A770
(180,167,112)
#A49866
(164,152,102)
#94895C
(148,137,92)
#847A52
(132,122,82)
#746B48
(116,107,72)
#645C3E
(100,92,62)
#544D34
(84,77,52)
#443E2A
(68,62,42)
#342F20
(52,47,32)
#242016
(36,32,22)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #B4A770

#B4A770
(180,167,112)
#BAAF7D
(186,175,125)
#C0B78A
(192,183,138)
#C6BF97
(198,191,151)
#CCC7A4
(204,199,164)
#D2CFB1
(210,207,177)
#D8D7BE
(216,215,190)
#DEDFCB
(222,223,203)
#E4E7D8
(228,231,216)
#EAEFE5
(234,239,229)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A770 color. Also use rgb(180,167,112) instead hex code.

Text Font Color

.myTextColor { color: #B4A770; }

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

This text font color is #B4A770.


Background Color

.myBgColor { background-color: #B4A770; }

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

This div background color is #B4A770.


Border color

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

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

This div border color is #B4A770.


Opacity

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

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

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

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

This text has shadow with #B4A770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A770 on black background.


Color preview on white background

This text has color #B4A770 on white background.



Black color preview on #B4A770 background

This text has black color on #B4A770 background.


White color preview on #B4A770 background

This text has white color on #B4A770 background.