COLOR #B0A37C

HEX: #B0A37C RGB: (176,163,124)

Color info

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

RGB color model

#B0A37C color RGB value is (176,163,124).

RGB: (176,163,124) (69%, 64%, 49%)

RGB channels and saturation

R 176 of 255 = 69%
G 163 of 255 = 64%
B 124 of 255 = 49%

176
163
124

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

Portions of RGB colors in percentages

R + G + B = 176 + 163 + 124 = 463 (100%)
R 176 of 463 ~ 38.01%
G 163 of 463 ~ 35.21%
B 124 of 463 ~ 26.78'%

%38.01
%35.21
%26.78

CMYK color model

#B0A37C color CMYK value is (0,7,30,31).

  • cyan value is 0.00%
  • magenta value is 7.39%
  • yellow value is 29.55%
  • key color value is 30.98%

CMYK: (0,7,30,31)
C0M7Y30K31 (0%, 7%, 30%, 31%)
(0.00 / 0.07 / 0.30 / 0.31)

CMYK percentages

%0
%7.39
%29.55
%30.98

Codes

Color #B0A37C in popluar color models

B0 A3 7C
RGB 176 163 124
HSL 45° 24.76% 58.82%
HSB/HSV 45° 29.55% 69.02%
CMYK 0.00% 7.39% 29.55%
30.98%

Color #B0A37C in popluar number systems.

HEX B0 A3 7C
Decimal 176 163 124
Binary 10110000 10100011 1111100
Octal 260 243 174

Shades and tints

Shades of #B0A37C

#B0A37C
(176,163,124)
#A09571
(160,149,113)
#908766
(144,135,102)
#80795B
(128,121,91)
#706B50
(112,107,80)
#605D45
(96,93,69)
#504F3A
(80,79,58)
#40412F
(64,65,47)
#303324
(48,51,36)
#202519
(32,37,25)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #B0A37C

#B0A37C
(176,163,124)
#B7AB87
(183,171,135)
#BEB392
(190,179,146)
#C5BB9D
(197,187,157)
#CCC3A8
(204,195,168)
#D3CBB3
(211,203,179)
#DAD3BE
(218,211,190)
#E1DBC9
(225,219,201)
#E8E3D4
(232,227,212)
#EFEBDF
(239,235,223)
#F6F3EA
(246,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A37C color. Also use rgb(176,163,124) instead hex code.

Text Font Color

.myTextColor { color: #B0A37C; }

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

This text font color is #B0A37C.

Background Color

.myBgColor { background-color: #B0A37C; }

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

This div background color is #B0A37C.

Border color

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

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

This div border color is #B0A37C.

Opacity

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

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

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

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

This text has shadow with #B0A37C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A37C.

Preview

Color preview on black background

This text has color #B0A37C on black background.


Color preview on white background

This text has color #B0A37C on white background.


Black color preview on #B0A37C background

This text has black color on #B0A37C background.


White color preview on #B0A37C background

This text has white color on #B0A37C background.


Related colors

Complementary color

Complementary color for #hex is #4F5C83.


I love getcolorcode.com

Triadic colors

1 #7CB0A3 and #A37CB0 with #B0A37C are triadic colors.

2 #7CA3B0 and #A3B07C with #B0A37C are triadic colors.