COLOR #B0A79F

HEX: #B0A79F RGB: (176,167,159)

Color info

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

RGB color model

#B0A79F color RGB value is (176,167,159).

RGB: (176,167,159) (69%, 65%, 62%)

RGB channels and saturation

R 176 of 255 = 69%
G 167 of 255 = 65%
B 159 of 255 = 62%

176
167
159

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

Portions of RGB colors in percentages

R + G + B = 176 + 167 + 159 = 502 (100%)
R 176 of 502 ~ 35.06%
G 167 of 502 ~ 33.27%
B 159 of 502 ~ 31.67'%

%35.06
%33.27
%31.67

CMYK color model

#B0A79F color CMYK value is (0,5,10,31).

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 9.66%
  • key color value is 30.98%

CMYK: (0,5,10,31)
C0M5Y10K31 (0%, 5%, 10%, 31%)
(0.00 / 0.05 / 0.10 / 0.31)

CMYK percentages

%0
%5.11
%9.66
%30.98

Codes

Color #B0A79F in popluar color models

B0 A7 9F
RGB 176 167 159
HSL 28° 9.71% 65.69%
HSB/HSV 28° 9.66% 69.02%
CMYK 0.00% 5.11% 9.66%
30.98%

Color #B0A79F in popluar number systems.

HEX B0 A7 9F
Decimal 176 167 159
Binary 10110000 10100111 10011111
Octal 260 247 237

Shades and tints

Shades of #B0A79F

#B0A79F
(176,167,159)
#A09891
(160,152,145)
#908983
(144,137,131)
#807A75
(128,122,117)
#706B67
(112,107,103)
#605C59
(96,92,89)
#504D4B
(80,77,75)
#403E3D
(64,62,61)
#302F2F
(48,47,47)
#202021
(32,32,33)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #B0A79F

#B0A79F
(176,167,159)
#B7AFA7
(183,175,167)
#BEB7AF
(190,183,175)
#C5BFB7
(197,191,183)
#CCC7BF
(204,199,191)
#D3CFC7
(211,207,199)
#DAD7CF
(218,215,207)
#E1DFD7
(225,223,215)
#E8E7DF
(232,231,223)
#EFEFE7
(239,239,231)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A79F color. Also use rgb(176,167,159) instead hex code.

Text Font Color

.myTextColor { color: #B0A79F; }

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

This text font color is #B0A79F.

Background Color

.myBgColor { background-color: #B0A79F; }

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

This div background color is #B0A79F.

Border color

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

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

This div border color is #B0A79F.

Opacity

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

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

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

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

This text has shadow with #B0A79F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A79F.

Preview

Color preview on black background

This text has color #B0A79F on black background.


Color preview on white background

This text has color #B0A79F on white background.


Black color preview on #B0A79F background

This text has black color on #B0A79F background.


White color preview on #B0A79F background

This text has white color on #B0A79F background.


Related colors

Complementary color

Complementary color for #hex is #4F5860.


I love getcolorcode.com

Triadic colors

1 #9FB0A7 and #A79FB0 with #B0A79F are triadic colors.

2 #9FA7B0 and #A7B09F with #B0A79F are triadic colors.