COLOR #B5A781

HEX: #B5A781 RGB: (181,167,129)

Color info

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

RGB color model

#B5A781 color RGB value is (181,167,129).

RGB: (181,167,129) (71%, 65%, 51%)

RGB channels and saturation

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

181
167
129

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

Portions of RGB colors in percentages

R + G + B = 181 + 167 + 129 = 477 (100%)
R 181 of 477 ~ 37.95%
G 167 of 477 ~ 35.01%
B 129 of 477 ~ 27.04'%

%37.95
%35.01
%27.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.73%
  • 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
%7.73
%28.73
%29.02

Codes

Color #B5A781 in popluar color models

B5 A7 81
RGB 181 167 129
HSL 44° 26.00% 60.78%
HSB/HSV 44° 28.73% 70.98%
CMYK 0.00% 7.73% 28.73%
29.02%

Color #B5A781 in popluar number systems.

HEX B5 A7 81
Decimal 181 167 129
Binary 10110101 10100111 10000001
Octal 265 247 201

Shades and tints

Shades of #B5A781

#B5A781
(181,167,129)
#A59876
(165,152,118)
#95896B
(149,137,107)
#857A60
(133,122,96)
#756B55
(117,107,85)
#655C4A
(101,92,74)
#554D3F
(85,77,63)
#453E34
(69,62,52)
#352F29
(53,47,41)
#25201E
(37,32,30)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #B5A781

#B5A781
(181,167,129)
#BBAF8C
(187,175,140)
#C1B797
(193,183,151)
#C7BFA2
(199,191,162)
#CDC7AD
(205,199,173)
#D3CFB8
(211,207,184)
#D9D7C3
(217,215,195)
#DFDFCE
(223,223,206)
#E5E7D9
(229,231,217)
#EBEFE4
(235,239,228)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A781; }

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

This text font color is #B5A781.

Background Color

.myBgColor { background-color: #B5A781; }

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

This div background color is #B5A781.

Border color

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

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

This div border color is #B5A781.

Opacity

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

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

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

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

This text has shadow with #B5A781 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5A781.

Preview

Color preview on black background

This text has color #B5A781 on black background.


Color preview on white background

This text has color #B5A781 on white background.


Black color preview on #B5A781 background

This text has black color on #B5A781 background.


White color preview on #B5A781 background

This text has white color on #B5A781 background.


Related colors

Complementary color

Complementary color for #hex is #4A587E.


I love getcolorcode.com

Triadic colors

1 #81B5A7 and #A781B5 with #B5A781 are triadic colors.

2 #81A7B5 and #A7B581 with #B5A781 are triadic colors.