COLOR #B5A07D

HEX: #B5A07D
RGB: (181,160,125)

Color info

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

RGB color model

#B5A07D color RGB value is (181,160,125).

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

RGB channels and saturation

R 181 of 255 = 71%
G 160 of 255 = 63%
B 125 of 255 = 49%

181
160
125

R + G + B ~ 61%. #B5A07D is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 160 + 125 = 466 (100%)
R 181 of 466 ~ 38.84%
G 160 of 466 ~ 34.33%
B 125 of 466 ~ 26.82%

%38.84
%34.33
%26.82

CMYK color model

#B5A07D color CMYK value is (0,12,31,29).

  • cyan value is 0.00%
  • magenta value is 11.60%
  • yellow value is 30.94%
  • key color value is 29.02%
CMYK:
(0,12,31,29)
C0M12Y31K29 
(0%,12%,31%,29%)
(0.00/0.12/0.31/0.29)	

CMYK percentages

%0
%11.6
%30.94
%29.02

Codes

Color #B5A07D in popluar color models

B5A07D
RGB181160125
HSL38°27.45%60.00%
HSB/HSV38°30.94%70.98%
CMYK0.00%11.60%30.94%
29.02%

Color #B5A07D in popluar number systems.

HEXB5A07D
Decimal181160125
Binary10110101101000001111101
Octal265240175

Shades and tints

Shades of #B5A07D

#B5A07D
(181,160,125)
#A59272
(165,146,114)
#958467
(149,132,103)
#85765C
(133,118,92)
#756851
(117,104,81)
#655A46
(101,90,70)
#554C3B
(85,76,59)
#453E30
(69,62,48)
#353025
(53,48,37)
#25221A
(37,34,26)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #B5A07D

#B5A07D
(181,160,125)
#BBA888
(187,168,136)
#C1B093
(193,176,147)
#C7B89E
(199,184,158)
#CDC0A9
(205,192,169)
#D3C8B4
(211,200,180)
#D9D0BF
(217,208,191)
#DFD8CA
(223,216,202)
#E5E0D5
(229,224,213)
#EBE8E0
(235,232,224)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A07D; }

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

This text font color is #B5A07D.


Background Color

.myBgColor { background-color: #B5A07D; }

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

This div background color is #B5A07D.


Border color

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

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

This div border color is #B5A07D.


Opacity

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

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

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

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

This text has shadow with #B5A07D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A07D on black background.


Color preview on white background

This text has color #B5A07D on white background.



Black color preview on #B5A07D background

This text has black color on #B5A07D background.


White color preview on #B5A07D background

This text has white color on #B5A07D background.