COLOR #B0A584

HEX: #B0A584 RGB: (176,165,132)

Color info

#B0A584 contains red, green and blue colors in about the same proportion. Web safe color of #B0A584 is #999999 (or #999).

RGB color model

#B0A584 color RGB value is (176,165,132).

RGB: (176,165,132) (69%, 65%, 52%)

RGB channels and saturation

R 176 of 255 = 69%
G 165 of 255 = 65%
B 132 of 255 = 52%

176
165
132

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

Portions of RGB colors in percentages

R + G + B = 176 + 165 + 132 = 473 (100%)
R 176 of 473 ~ 37.21%
G 165 of 473 ~ 34.88%
B 132 of 473 ~ 27.91'%

%37.21
%34.88
%27.91

CMYK color model

#B0A584 color CMYK value is (0,6,25,31).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 25.00%
  • key color value is 30.98%
CMYK: (0,6,25,31) C0M6Y25K31 (0%,6%,25%,31%) (0.00/0.06/0.25/0.31) 

CMYK percentages

%0
%6.25
%25
%30.98

Codes

Color #B0A584 in popluar color models

B0 A5 84
RGB 176 165 132
HSL 45° 21.78% 60.39%
HSB/HSV 45° 25.00% 69.02%
CMYK 0.00% 6.25% 25.00%
30.98%

Color #B0A584 in popluar number systems.

HEX B0 A5 84
Decimal 176 165 132
Binary 10110000 10100101 10000100
Octal 260 245 204

Shades and tints

Shades of #B0A584

#B0A584
(176,165,132)
#A09678
(160,150,120)
#90876C
(144,135,108)
#807860
(128,120,96)
#706954
(112,105,84)
#605A48
(96,90,72)
#504B3C
(80,75,60)
#403C30
(64,60,48)
#302D24
(48,45,36)
#201E18
(32,30,24)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #B0A584

#B0A584
(176,165,132)
#B7AD8F
(183,173,143)
#BEB59A
(190,181,154)
#C5BDA5
(197,189,165)
#CCC5B0
(204,197,176)
#D3CDBB
(211,205,187)
#DAD5C6
(218,213,198)
#E1DDD1
(225,221,209)
#E8E5DC
(232,229,220)
#EFEDE7
(239,237,231)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A584 color. Also use rgb(176,165,132) instead hex code.

Text Font Color

.myTextColor { color: #B0A584; }

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

This text font color is #B0A584.

Background Color

.myBgColor { background-color: #B0A584; }

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

This div background color is #B0A584.

Border color

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

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

This div border color is #B0A584.

Opacity

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

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

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

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

This text has shadow with #B0A584 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A584.

Preview

Color preview on black background

This text has color #B0A584 on black background.


Color preview on white background

This text has color #B0A584 on white background.


Black color preview on #B0A584 background

This text has black color on #B0A584 background.


White color preview on #B0A584 background

This text has white color on #B0A584 background.


Related colors

Complementary color

Complementary color for #hex is #4F5A7B.


I love getcolorcode.com

Triadic colors

1 #84B0A5 and #A584B0 with #B0A584 are triadic colors.

2 #84A5B0 and #A5B084 with #B0A584 are triadic colors.