COLOR #B5A681

HEX: #B5A681
RGB: (181,166,129)

Color info

#B5A681 contains red, green and blue colors in about the same proportion. Web safe color of #B5A681 is #CC9999 (or #C99).

RGB color model

#B5A681 color RGB value is (181,166,129).

  • red value is 181;
  • green value is 166;
  • blue value is 129.
RGB:
(181,166,129)
(71%,65%,51%)

RGB channels and saturation

R 181 of 255 = 71%
G 166 of 255 = 65%
B 129 of 255 = 51%

181
166
129

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

Portions of RGB colors in percentages

R + G + B =
181 + 166 + 129 = 476 (100%)
R 181 of 476 ~ 38.03%
G 166 of 476 ~ 34.87%
B 129 of 476 ~ 27.1%

%38.03
%34.87
%27.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.29%
  • yellow value is 28.73%
  • key color value is 29.02%
CMYK:
(0,8,29,29)
C0M8Y29K29 
(0%,8%,29%,29%)
(0.00/0.08/0.29/0.29)	

CMYK percentages

%0
%8.29
%28.73
%29.02

Codes

Color #B5A681 in popluar color models

B5A681
RGB181166129
HSL43°26.00%60.78%
HSB/HSV43°28.73%70.98%
CMYK0.00%8.29%28.73%
29.02%

Color #B5A681 in popluar number systems.

HEXB5A681
Decimal181166129
Binary101101011010011010000001
Octal265246201

Shades and tints

Shades of #B5A681

#B5A681
(181,166,129)
#A59776
(165,151,118)
#95886B
(149,136,107)
#857960
(133,121,96)
#756A55
(117,106,85)
#655B4A
(101,91,74)
#554C3F
(85,76,63)
#453D34
(69,61,52)
#352E29
(53,46,41)
#251F1E
(37,31,30)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #B5A681

#B5A681
(181,166,129)
#BBAE8C
(187,174,140)
#C1B697
(193,182,151)
#C7BEA2
(199,190,162)
#CDC6AD
(205,198,173)
#D3CEB8
(211,206,184)
#D9D6C3
(217,214,195)
#DFDECE
(223,222,206)
#E5E6D9
(229,230,217)
#EBEEE4
(235,238,228)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A681 color. Also use rgb(181,166,129) instead hex code.

Text Font Color

.myTextColor { color: #B5A681; }

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

This text font color is #B5A681.


Background Color

.myBgColor { background-color: #B5A681; }

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

This div background color is #B5A681.


Border color

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

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

This div border color is #B5A681.


Opacity

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

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

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

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

This text has shadow with #B5A681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A681 on black background.


Color preview on white background

This text has color #B5A681 on white background.



Black color preview on #B5A681 background

This text has black color on #B5A681 background.


White color preview on #B5A681 background

This text has white color on #B5A681 background.