COLOR #B5A76E

HEX: #B5A76E
RGB: (181,167,110)

Color info

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

RGB color model

#B5A76E color RGB value is (181,167,110).

  • red value is 181;
  • green value is 167;
  • blue value is 110.
RGB:
(181,167,110)
(71%,65%,43%)

RGB channels and saturation

R 181 of 255 = 71%
G 167 of 255 = 65%
B 110 of 255 = 43%

181
167
110

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

Portions of RGB colors in percentages

R + G + B =
181 + 167 + 110 = 458 (100%)
R 181 of 458 ~ 39.52%
G 167 of 458 ~ 36.46%
B 110 of 458 ~ 24.02%

%39.52
%36.46
%24.02

CMYK color model

#B5A76E color CMYK value is (0,8,39,29).

  • cyan value is 0.00%
  • magenta value is 7.73%
  • yellow value is 39.23%
  • key color value is 29.02%
CMYK:
(0,8,39,29)
C0M8Y39K29 
(0%,8%,39%,29%)
(0.00/0.08/0.39/0.29)	

CMYK percentages

%0
%7.73
%39.23
%29.02

Codes

Color #B5A76E in popluar color models

B5A76E
RGB181167110
HSL48°32.42%57.06%
HSB/HSV48°39.23%70.98%
CMYK0.00%7.73%39.23%
29.02%

Color #B5A76E in popluar number systems.

HEXB5A76E
Decimal181167110
Binary10110101101001111101110
Octal265247156

Shades and tints

Shades of #B5A76E

#B5A76E
(181,167,110)
#A59864
(165,152,100)
#95895A
(149,137,90)
#857A50
(133,122,80)
#756B46
(117,107,70)
#655C3C
(101,92,60)
#554D32
(85,77,50)
#453E28
(69,62,40)
#352F1E
(53,47,30)
#252014
(37,32,20)
#15110A
(21,17,10)
#000000
(0,0,0)

Tints of #B5A76E

#B5A76E
(181,167,110)
#BBAF7B
(187,175,123)
#C1B788
(193,183,136)
#C7BF95
(199,191,149)
#CDC7A2
(205,199,162)
#D3CFAF
(211,207,175)
#D9D7BC
(217,215,188)
#DFDFC9
(223,223,201)
#E5E7D6
(229,231,214)
#EBEFE3
(235,239,227)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A76E color. Also use rgb(181,167,110) instead hex code.

Text Font Color

.myTextColor { color: #B5A76E; }

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

This text font color is #B5A76E.


Background Color

.myBgColor { background-color: #B5A76E; }

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

This div background color is #B5A76E.


Border color

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

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

This div border color is #B5A76E.


Opacity

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

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

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

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

This text has shadow with #B5A76E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A76E on black background.


Color preview on white background

This text has color #B5A76E on white background.



Black color preview on #B5A76E background

This text has black color on #B5A76E background.


White color preview on #B5A76E background

This text has white color on #B5A76E background.