COLOR #B5A57D

HEX: #B5A57D
RGB: (181,165,125)

Color info

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

RGB color model

#B5A57D color RGB value is (181,165,125).

  • red value is 181;
  • green value is 165;
  • blue value is 125.
RGB:
(181,165,125)
(71%,65%,49%)

RGB channels and saturation

R 181 of 255 = 71%
G 165 of 255 = 65%
B 125 of 255 = 49%

181
165
125

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

Portions of RGB colors in percentages

R + G + B =
181 + 165 + 125 = 471 (100%)
R 181 of 471 ~ 38.43%
G 165 of 471 ~ 35.03%
B 125 of 471 ~ 26.54%

%38.43
%35.03
%26.54

CMYK color model

#B5A57D color CMYK value is (0,9,31,29).

  • cyan value is 0.00%
  • magenta value is 8.84%
  • yellow value is 30.94%
  • key color value is 29.02%
CMYK:
(0,9,31,29)
C0M9Y31K29 
(0%,9%,31%,29%)
(0.00/0.09/0.31/0.29)	

CMYK percentages

%0
%8.84
%30.94
%29.02

Codes

Color #B5A57D in popluar color models

B5A57D
RGB181165125
HSL43°27.45%60.00%
HSB/HSV43°30.94%70.98%
CMYK0.00%8.84%30.94%
29.02%

Color #B5A57D in popluar number systems.

HEXB5A57D
Decimal181165125
Binary10110101101001011111101
Octal265245175

Shades and tints

Shades of #B5A57D

#B5A57D
(181,165,125)
#A59672
(165,150,114)
#958767
(149,135,103)
#85785C
(133,120,92)
#756951
(117,105,81)
#655A46
(101,90,70)
#554B3B
(85,75,59)
#453C30
(69,60,48)
#352D25
(53,45,37)
#251E1A
(37,30,26)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #B5A57D

#B5A57D
(181,165,125)
#BBAD88
(187,173,136)
#C1B593
(193,181,147)
#C7BD9E
(199,189,158)
#CDC5A9
(205,197,169)
#D3CDB4
(211,205,180)
#D9D5BF
(217,213,191)
#DFDDCA
(223,221,202)
#E5E5D5
(229,229,213)
#EBEDE0
(235,237,224)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A57D color. Also use rgb(181,165,125) instead hex code.

Text Font Color

.myTextColor { color: #B5A57D; }

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

This text font color is #B5A57D.


Background Color

.myBgColor { background-color: #B5A57D; }

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

This div background color is #B5A57D.


Border color

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

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

This div border color is #B5A57D.


Opacity

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

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

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

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

This text has shadow with #B5A57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A57D on black background.


Color preview on white background

This text has color #B5A57D on white background.



Black color preview on #B5A57D background

This text has black color on #B5A57D background.


White color preview on #B5A57D background

This text has white color on #B5A57D background.