COLOR #B0A599

HEX: #B0A599
RGB: (176,165,153)

Color info

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

RGB color model

#B0A599 color RGB value is (176,165,153).

  • red value is 176;
  • green value is 165;
  • blue value is 153.
RGB:
(176,165,153)
(69%,65%,60%)

RGB channels and saturation

R 176 of 255 = 69%
G 165 of 255 = 65%
B 153 of 255 = 60%

176
165
153

R + G + B ~ 65%. #B0A599 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 165 + 153 = 494 (100%)
R 176 of 494 ~ 35.63%
G 165 of 494 ~ 33.4%
B 153 of 494 ~ 30.97%

%35.63
%33.4
%30.97

CMYK color model

#B0A599 color CMYK value is (0,6,13,31).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 13.07%
  • key color value is 30.98%
CMYK:
(0,6,13,31)
C0M6Y13K31 
(0%,6%,13%,31%)
(0.00/0.06/0.13/0.31)	

CMYK percentages

%0
%6.25
%13.07
%30.98

Codes

Color #B0A599 in popluar color models

B0A599
RGB176165153
HSL31°12.71%64.51%
HSB/HSV31°13.07%69.02%
CMYK0.00%6.25%13.07%
30.98%

Color #B0A599 in popluar number systems.

HEXB0A599
Decimal176165153
Binary101100001010010110011001
Octal260245231

Shades and tints

Shades of #B0A599

#B0A599
(176,165,153)
#A0968C
(160,150,140)
#90877F
(144,135,127)
#807872
(128,120,114)
#706965
(112,105,101)
#605A58
(96,90,88)
#504B4B
(80,75,75)
#403C3E
(64,60,62)
#302D31
(48,45,49)
#201E24
(32,30,36)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #B0A599

#B0A599
(176,165,153)
#B7ADA2
(183,173,162)
#BEB5AB
(190,181,171)
#C5BDB4
(197,189,180)
#CCC5BD
(204,197,189)
#D3CDC6
(211,205,198)
#DAD5CF
(218,213,207)
#E1DDD8
(225,221,216)
#E8E5E1
(232,229,225)
#EFEDEA
(239,237,234)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A599; }

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

This text font color is #B0A599.


Background Color

.myBgColor { background-color: #B0A599; }

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

This div background color is #B0A599.


Border color

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

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

This div border color is #B0A599.


Opacity

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

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

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

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

This text has shadow with #B0A599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A599 on black background.


Color preview on white background

This text has color #B0A599 on white background.



Black color preview on #B0A599 background

This text has black color on #B0A599 background.


White color preview on #B0A599 background

This text has white color on #B0A599 background.