COLOR #B5A47F

HEX: #B5A47F
RGB: (181,164,127)

Color info

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

RGB color model

#B5A47F color RGB value is (181,164,127).

  • red value is 181;
  • green value is 164;
  • blue value is 127.
RGB:
(181,164,127)
(71%,64%,50%)

RGB channels and saturation

R 181 of 255 = 71%
G 164 of 255 = 64%
B 127 of 255 = 50%

181
164
127

R + G + B ~ 62%. #B5A47F is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 164 + 127 = 472 (100%)
R 181 of 472 ~ 38.35%
G 164 of 472 ~ 34.75%
B 127 of 472 ~ 26.91%

%38.35
%34.75
%26.91

CMYK color model

#B5A47F color CMYK value is (0,9,30,29).

  • cyan value is 0.00%
  • magenta value is 9.39%
  • yellow value is 29.83%
  • key color value is 29.02%
CMYK:
(0,9,30,29)
C0M9Y30K29 
(0%,9%,30%,29%)
(0.00/0.09/0.30/0.29)	

CMYK percentages

%0
%9.39
%29.83
%29.02

Codes

Color #B5A47F in popluar color models

B5A47F
RGB181164127
HSL41°26.73%60.39%
HSB/HSV41°29.83%70.98%
CMYK0.00%9.39%29.83%
29.02%

Color #B5A47F in popluar number systems.

HEXB5A47F
Decimal181164127
Binary10110101101001001111111
Octal265244177

Shades and tints

Shades of #B5A47F

#B5A47F
(181,164,127)
#A59674
(165,150,116)
#958869
(149,136,105)
#857A5E
(133,122,94)
#756C53
(117,108,83)
#655E48
(101,94,72)
#55503D
(85,80,61)
#454232
(69,66,50)
#353427
(53,52,39)
#25261C
(37,38,28)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #B5A47F

#B5A47F
(181,164,127)
#BBAC8A
(187,172,138)
#C1B495
(193,180,149)
#C7BCA0
(199,188,160)
#CDC4AB
(205,196,171)
#D3CCB6
(211,204,182)
#D9D4C1
(217,212,193)
#DFDCCC
(223,220,204)
#E5E4D7
(229,228,215)
#EBECE2
(235,236,226)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A47F color. Also use rgb(181,164,127) instead hex code.

Text Font Color

.myTextColor { color: #B5A47F; }

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

This text font color is #B5A47F.


Background Color

.myBgColor { background-color: #B5A47F; }

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

This div background color is #B5A47F.


Border color

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

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

This div border color is #B5A47F.


Opacity

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

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

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

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

This text has shadow with #B5A47F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A47F on black background.


Color preview on white background

This text has color #B5A47F on white background.



Black color preview on #B5A47F background

This text has black color on #B5A47F background.


White color preview on #B5A47F background

This text has white color on #B5A47F background.