COLOR #B5A96E

HEX: #B5A96E
RGB: (181,169,110)

Color info

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

RGB color model

#B5A96E color RGB value is (181,169,110).

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

RGB channels and saturation

R 181 of 255 = 71%
G 169 of 255 = 66%
B 110 of 255 = 43%

181
169
110

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

Portions of RGB colors in percentages

R + G + B =
181 + 169 + 110 = 460 (100%)
R 181 of 460 ~ 39.35%
G 169 of 460 ~ 36.74%
B 110 of 460 ~ 23.91%

%39.35
%36.74
%23.91

CMYK color model

#B5A96E color CMYK value is (0,7,39,29).

  • cyan value is 0.00%
  • magenta value is 6.63%
  • yellow value is 39.23%
  • key color value is 29.02%
CMYK:
(0,7,39,29)
C0M7Y39K29 
(0%,7%,39%,29%)
(0.00/0.07/0.39/0.29)	

CMYK percentages

%0
%6.63
%39.23
%29.02

Codes

Color #B5A96E in popluar color models

B5A96E
RGB181169110
HSL50°32.42%57.06%
HSB/HSV50°39.23%70.98%
CMYK0.00%6.63%39.23%
29.02%

Color #B5A96E in popluar number systems.

HEXB5A96E
Decimal181169110
Binary10110101101010011101110
Octal265251156

Shades and tints

Shades of #B5A96E

#B5A96E
(181,169,110)
#A59A64
(165,154,100)
#958B5A
(149,139,90)
#857C50
(133,124,80)
#756D46
(117,109,70)
#655E3C
(101,94,60)
#554F32
(85,79,50)
#454028
(69,64,40)
#35311E
(53,49,30)
#252214
(37,34,20)
#15130A
(21,19,10)
#000000
(0,0,0)

Tints of #B5A96E

#B5A96E
(181,169,110)
#BBB07B
(187,176,123)
#C1B788
(193,183,136)
#C7BE95
(199,190,149)
#CDC5A2
(205,197,162)
#D3CCAF
(211,204,175)
#D9D3BC
(217,211,188)
#DFDAC9
(223,218,201)
#E5E1D6
(229,225,214)
#EBE8E3
(235,232,227)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A96E; }

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

This text font color is #B5A96E.


Background Color

.myBgColor { background-color: #B5A96E; }

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

This div background color is #B5A96E.


Border color

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

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

This div border color is #B5A96E.


Opacity

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

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

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

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

This text has shadow with #B5A96E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A96E on black background.


Color preview on white background

This text has color #B5A96E on white background.



Black color preview on #B5A96E background

This text has black color on #B5A96E background.


White color preview on #B5A96E background

This text has white color on #B5A96E background.