COLOR #B4A766

HEX: #B4A766
RGB: (180,167,102)

Color info

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

RGB color model

#B4A766 color RGB value is (180,167,102).

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

RGB channels and saturation

R 180 of 255 = 71%
G 167 of 255 = 65%
B 102 of 255 = 40%

180
167
102

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

Portions of RGB colors in percentages

R + G + B =
180 + 167 + 102 = 449 (100%)
R 180 of 449 ~ 40.09%
G 167 of 449 ~ 37.19%
B 102 of 449 ~ 22.72%

%40.09
%37.19
%22.72

CMYK color model

#B4A766 color CMYK value is (0,7,43,29).

  • cyan value is 0.00%
  • magenta value is 7.22%
  • yellow value is 43.33%
  • key color value is 29.41%
CMYK:
(0,7,43,29)
C0M7Y43K29 
(0%,7%,43%,29%)
(0.00/0.07/0.43/0.29)	

CMYK percentages

%0
%7.22
%43.33
%29.41

Codes

Color #B4A766 in popluar color models

B4A766
RGB180167102
HSL50°34.21%55.29%
HSB/HSV50°43.33%70.59%
CMYK0.00%7.22%43.33%
29.41%

Color #B4A766 in popluar number systems.

HEXB4A766
Decimal180167102
Binary10110100101001111100110
Octal264247146

Shades and tints

Shades of #B4A766

#B4A766
(180,167,102)
#A4985D
(164,152,93)
#948954
(148,137,84)
#847A4B
(132,122,75)
#746B42
(116,107,66)
#645C39
(100,92,57)
#544D30
(84,77,48)
#443E27
(68,62,39)
#342F1E
(52,47,30)
#242015
(36,32,21)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #B4A766

#B4A766
(180,167,102)
#BAAF73
(186,175,115)
#C0B780
(192,183,128)
#C6BF8D
(198,191,141)
#CCC79A
(204,199,154)
#D2CFA7
(210,207,167)
#D8D7B4
(216,215,180)
#DEDFC1
(222,223,193)
#E4E7CE
(228,231,206)
#EAEFDB
(234,239,219)
#F0F7E8
(240,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A766; }

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

This text font color is #B4A766.


Background Color

.myBgColor { background-color: #B4A766; }

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

This div background color is #B4A766.


Border color

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

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

This div border color is #B4A766.


Opacity

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

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

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

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

This text has shadow with #B4A766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A766 on black background.


Color preview on white background

This text has color #B4A766 on white background.



Black color preview on #B4A766 background

This text has black color on #B4A766 background.


White color preview on #B4A766 background

This text has white color on #B4A766 background.