COLOR #B5A780

HEX: #B5A780 RGB: (181,167,128)

Color info

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

RGB color model

#B5A780 color RGB value is (181,167,128).

RGB: (181,167,128) (71%, 65%, 50%)

RGB channels and saturation

R 181 of 255 = 71%
G 167 of 255 = 65%
B 128 of 255 = 50%

181
167
128

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

Portions of RGB colors in percentages

R + G + B = 181 + 167 + 128 = 476 (100%)
R 181 of 476 ~ 38.03%
G 167 of 476 ~ 35.08%
B 128 of 476 ~ 26.89'%

%38.03
%35.08
%26.89

CMYK color model

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

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

Codes

Color #B5A780 in popluar color models

B5 A7 80
RGB 181 167 128
HSL 44° 26.37% 60.59%
HSB/HSV 44° 29.28% 70.98%
CMYK 0.00% 7.73% 29.28%
29.02%

Color #B5A780 in popluar number systems.

HEX B5 A7 80
Decimal 181 167 128
Binary 10110101 10100111 10000000
Octal 265 247 200

Shades and tints

Shades of #B5A780

#B5A780
(181,167,128)
#A59875
(165,152,117)
#95896A
(149,137,106)
#857A5F
(133,122,95)
#756B54
(117,107,84)
#655C49
(101,92,73)
#554D3E
(85,77,62)
#453E33
(69,62,51)
#352F28
(53,47,40)
#25201D
(37,32,29)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #B5A780

#B5A780
(181,167,128)
#BBAF8B
(187,175,139)
#C1B796
(193,183,150)
#C7BFA1
(199,191,161)
#CDC7AC
(205,199,172)
#D3CFB7
(211,207,183)
#D9D7C2
(217,215,194)
#DFDFCD
(223,223,205)
#E5E7D8
(229,231,216)
#EBEFE3
(235,239,227)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5A780; }

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

This text font color is #B5A780.

Background Color

.myBgColor { background-color: #B5A780; }

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

This div background color is #B5A780.

Border color

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

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

This div border color is #B5A780.

Opacity

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

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

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

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

This text has shadow with #B5A780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5A780.

Preview

Color preview on black background

This text has color #B5A780 on black background.


Color preview on white background

This text has color #B5A780 on white background.


Black color preview on #B5A780 background

This text has black color on #B5A780 background.


White color preview on #B5A780 background

This text has white color on #B5A780 background.


Related colors

Complementary color

Complementary color for #hex is #4A587F.


I love getcolorcode.com

Triadic colors

1 #80B5A7 and #A780B5 with #B5A780 are triadic colors.

2 #80A7B5 and #A7B580 with #B5A780 are triadic colors.