COLOR #B0A684

HEX: #B0A684
RGB: (176,166,132)

Color info

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

RGB color model

#B0A684 color RGB value is (176,166,132).

  • red value is 176;
  • green value is 166;
  • blue value is 132.
RGB:
(176,166,132)
(69%,65%,52%)

RGB channels and saturation

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

176
166
132

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

Portions of RGB colors in percentages

R + G + B =
176 + 166 + 132 = 474 (100%)
R 176 of 474 ~ 37.13%
G 166 of 474 ~ 35.02%
B 132 of 474 ~ 27.85%

%37.13
%35.02
%27.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.68%
  • 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
%5.68
%25
%30.98

Codes

Color #B0A684 in popluar color models

B0A684
RGB176166132
HSL46°21.78%60.39%
HSB/HSV46°25.00%69.02%
CMYK0.00%5.68%25.00%
30.98%

Color #B0A684 in popluar number systems.

HEXB0A684
Decimal176166132
Binary101100001010011010000100
Octal260246204

Shades and tints

Shades of #B0A684

#B0A684
(176,166,132)
#A09778
(160,151,120)
#90886C
(144,136,108)
#807960
(128,121,96)
#706A54
(112,106,84)
#605B48
(96,91,72)
#504C3C
(80,76,60)
#403D30
(64,61,48)
#302E24
(48,46,36)
#201F18
(32,31,24)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #B0A684

#B0A684
(176,166,132)
#B7AE8F
(183,174,143)
#BEB69A
(190,182,154)
#C5BEA5
(197,190,165)
#CCC6B0
(204,198,176)
#D3CEBB
(211,206,187)
#DAD6C6
(218,214,198)
#E1DED1
(225,222,209)
#E8E6DC
(232,230,220)
#EFEEE7
(239,238,231)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A684; }

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

This text font color is #B0A684.


Background Color

.myBgColor { background-color: #B0A684; }

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

This div background color is #B0A684.


Border color

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

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

This div border color is #B0A684.


Opacity

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

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

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

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

This text has shadow with #B0A684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A684 on black background.


Color preview on white background

This text has color #B0A684 on white background.



Black color preview on #B0A684 background

This text has black color on #B0A684 background.


White color preview on #B0A684 background

This text has white color on #B0A684 background.