COLOR #B4A77B

HEX: #B4A77B
RGB: (180,167,123)

Color info

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

RGB color model

#B4A77B color RGB value is (180,167,123).

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

RGB channels and saturation

R 180 of 255 = 71%
G 167 of 255 = 65%
B 123 of 255 = 48%

180
167
123

R + G + B ~ 61%. #B4A77B is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 167 + 123 = 470 (100%)
R 180 of 470 ~ 38.3%
G 167 of 470 ~ 35.53%
B 123 of 470 ~ 26.17%

%38.3
%35.53
%26.17

CMYK color model

#B4A77B color CMYK value is (0,7,32,29).

  • cyan value is 0.00%
  • magenta value is 7.22%
  • yellow value is 31.67%
  • key color value is 29.41%
CMYK:
(0,7,32,29)
C0M7Y32K29 
(0%,7%,32%,29%)
(0.00/0.07/0.32/0.29)	

CMYK percentages

%0
%7.22
%31.67
%29.41

Codes

Color #B4A77B in popluar color models

B4A77B
RGB180167123
HSL46°27.54%59.41%
HSB/HSV46°31.67%70.59%
CMYK0.00%7.22%31.67%
29.41%

Color #B4A77B in popluar number systems.

HEXB4A77B
Decimal180167123
Binary10110100101001111111011
Octal264247173

Shades and tints

Shades of #B4A77B

#B4A77B
(180,167,123)
#A49870
(164,152,112)
#948965
(148,137,101)
#847A5A
(132,122,90)
#746B4F
(116,107,79)
#645C44
(100,92,68)
#544D39
(84,77,57)
#443E2E
(68,62,46)
#342F23
(52,47,35)
#242018
(36,32,24)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #B4A77B

#B4A77B
(180,167,123)
#BAAF87
(186,175,135)
#C0B793
(192,183,147)
#C6BF9F
(198,191,159)
#CCC7AB
(204,199,171)
#D2CFB7
(210,207,183)
#D8D7C3
(216,215,195)
#DEDFCF
(222,223,207)
#E4E7DB
(228,231,219)
#EAEFE7
(234,239,231)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A77B; }

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

This text font color is #B4A77B.


Background Color

.myBgColor { background-color: #B4A77B; }

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

This div background color is #B4A77B.


Border color

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

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

This div border color is #B4A77B.


Opacity

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

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

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

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

This text has shadow with #B4A77B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A77B on black background.


Color preview on white background

This text has color #B4A77B on white background.



Black color preview on #B4A77B background

This text has black color on #B4A77B background.


White color preview on #B4A77B background

This text has white color on #B4A77B background.