COLOR #B0A297

HEX: #B0A297 RGB: (176,162,151)

Color info

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

RGB color model

#B0A297 color RGB value is (176,162,151).

RGB: (176,162,151) (69%, 64%, 59%)

RGB channels and saturation

R 176 of 255 = 69%
G 162 of 255 = 64%
B 151 of 255 = 59%

176
162
151

R + G + B ~ 64%. #B0A297 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 162 + 151 = 489 (100%)
R 176 of 489 ~ 35.99%
G 162 of 489 ~ 33.13%
B 151 of 489 ~ 30.88'%

%35.99
%33.13
%30.88

CMYK color model

#B0A297 color CMYK value is (0,8,14,31).

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 14.20%
  • key color value is 30.98%

CMYK: (0,8,14,31)
C0M8Y14K31 (0%, 8%, 14%, 31%)
(0.00 / 0.08 / 0.14 / 0.31)

CMYK percentages

%0
%7.95
%14.2
%30.98

Codes

Color #B0A297 in popluar color models

B0 A2 97
RGB 176 162 151
HSL 26° 13.66% 64.12%
HSB/HSV 26° 14.20% 69.02%
CMYK 0.00% 7.95% 14.20%
30.98%

Color #B0A297 in popluar number systems.

HEX B0 A2 97
Decimal 176 162 151
Binary 10110000 10100010 10010111
Octal 260 242 227

Shades and tints

Shades of #B0A297

#B0A297
(176,162,151)
#A0948A
(160,148,138)
#90867D
(144,134,125)
#807870
(128,120,112)
#706A63
(112,106,99)
#605C56
(96,92,86)
#504E49
(80,78,73)
#40403C
(64,64,60)
#30322F
(48,50,47)
#202422
(32,36,34)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #B0A297

#B0A297
(176,162,151)
#B7AAA0
(183,170,160)
#BEB2A9
(190,178,169)
#C5BAB2
(197,186,178)
#CCC2BB
(204,194,187)
#D3CAC4
(211,202,196)
#DAD2CD
(218,210,205)
#E1DAD6
(225,218,214)
#E8E2DF
(232,226,223)
#EFEAE8
(239,234,232)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A297 color. Also use rgb(176,162,151) instead hex code.

Text Font Color

.myTextColor { color: #B0A297; }

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

This text font color is #B0A297.

Background Color

.myBgColor { background-color: #B0A297; }

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

This div background color is #B0A297.

Border color

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

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

This div border color is #B0A297.

Opacity

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

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

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

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

This text has shadow with #B0A297 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A297.

Preview

Color preview on black background

This text has color #B0A297 on black background.


Color preview on white background

This text has color #B0A297 on white background.


Black color preview on #B0A297 background

This text has black color on #B0A297 background.


White color preview on #B0A297 background

This text has white color on #B0A297 background.


Related colors

Complementary color

Complementary color for #hex is #4F5D68.


I love getcolorcode.com

Triadic colors

1 #97B0A2 and #A297B0 with #B0A297 are triadic colors.

2 #97A2B0 and #A2B097 with #B0A297 are triadic colors.