COLOR #B0A680

HEX: #B0A680
RGB: (176,166,128)

Color info

#B0A680 contains red, green and blue colors in about the same proportion. Web safe color of #B0A680 is #999966 (or #996).

RGB color model

#B0A680 color RGB value is (176,166,128).

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

RGB channels and saturation

R 176 of 255 = 69%
G 166 of 255 = 65%
B 128 of 255 = 50%

176
166
128

R + G + B ~ 61%. #B0A680 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 166 + 128 = 470 (100%)
R 176 of 470 ~ 37.45%
G 166 of 470 ~ 35.32%
B 128 of 470 ~ 27.23%

%37.45
%35.32
%27.23

CMYK color model

#B0A680 color CMYK value is (0,6,27,31).

  • cyan value is 0.00%
  • magenta value is 5.68%
  • yellow value is 27.27%
  • key color value is 30.98%
CMYK:
(0,6,27,31)
C0M6Y27K31 
(0%,6%,27%,31%)
(0.00/0.06/0.27/0.31)	

CMYK percentages

%0
%5.68
%27.27
%30.98

Codes

Color #B0A680 in popluar color models

B0A680
RGB176166128
HSL48°23.30%59.61%
HSB/HSV48°27.27%69.02%
CMYK0.00%5.68%27.27%
30.98%

Color #B0A680 in popluar number systems.

HEXB0A680
Decimal176166128
Binary101100001010011010000000
Octal260246200

Shades and tints

Shades of #B0A680

#B0A680
(176,166,128)
#A09775
(160,151,117)
#90886A
(144,136,106)
#80795F
(128,121,95)
#706A54
(112,106,84)
#605B49
(96,91,73)
#504C3E
(80,76,62)
#403D33
(64,61,51)
#302E28
(48,46,40)
#201F1D
(32,31,29)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #B0A680

#B0A680
(176,166,128)
#B7AE8B
(183,174,139)
#BEB696
(190,182,150)
#C5BEA1
(197,190,161)
#CCC6AC
(204,198,172)
#D3CEB7
(211,206,183)
#DAD6C2
(218,214,194)
#E1DECD
(225,222,205)
#E8E6D8
(232,230,216)
#EFEEE3
(239,238,227)
#F6F6EE
(246,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A680; }

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

This text font color is #B0A680.


Background Color

.myBgColor { background-color: #B0A680; }

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

This div background color is #B0A680.


Border color

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

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

This div border color is #B0A680.


Opacity

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

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

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

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

This text has shadow with #B0A680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A680 on black background.


Color preview on white background

This text has color #B0A680 on white background.



Black color preview on #B0A680 background

This text has black color on #B0A680 background.


White color preview on #B0A680 background

This text has white color on #B0A680 background.