COLOR #B7A279

HEX: #B7A279 RGB: (183,162,121)

Color info

#B7A279 contains mainly red and green colors. Web safe color of #B7A279 is #CC9966 (or #C96).

RGB color model

#B7A279 color RGB value is (183,162,121).

RGB: (183,162,121) (72%, 64%, 47%)

RGB channels and saturation

R 183 of 255 = 72%
G 162 of 255 = 64%
B 121 of 255 = 47%

183
162
121

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

Portions of RGB colors in percentages

R + G + B = 183 + 162 + 121 = 466 (100%)
R 183 of 466 ~ 39.27%
G 162 of 466 ~ 34.76%
B 121 of 466 ~ 25.97'%

%39.27
%34.76
%25.97

CMYK color model

#B7A279 color CMYK value is (0,11,34,28).

  • cyan value is 0.00%
  • magenta value is 11.48%
  • yellow value is 33.88%
  • key color value is 28.24%

CMYK: (0,11,34,28)
C0M11Y34K28 (0%, 11%, 34%, 28%)
(0.00 / 0.11 / 0.34 / 0.28)

CMYK percentages

%0
%11.48
%33.88
%28.24

Codes

Color #B7A279 in popluar color models

B7 A2 79
RGB 183 162 121
HSL 40° 30.10% 59.61%
HSB/HSV 40° 33.88% 71.76%
CMYK 0.00% 11.48% 33.88%
28.24%

Color #B7A279 in popluar number systems.

HEX B7 A2 79
Decimal 183 162 121
Binary 10110111 10100010 1111001
Octal 267 242 171

Shades and tints

Shades of #B7A279

#B7A279
(183,162,121)
#A7946E
(167,148,110)
#978663
(151,134,99)
#877858
(135,120,88)
#776A4D
(119,106,77)
#675C42
(103,92,66)
#574E37
(87,78,55)
#47402C
(71,64,44)
#373221
(55,50,33)
#272416
(39,36,22)
#17160B
(23,22,11)
#000000
(0,0,0)

Tints of #B7A279

#B7A279
(183,162,121)
#BDAA85
(189,170,133)
#C3B291
(195,178,145)
#C9BA9D
(201,186,157)
#CFC2A9
(207,194,169)
#D5CAB5
(213,202,181)
#DBD2C1
(219,210,193)
#E1DACD
(225,218,205)
#E7E2D9
(231,226,217)
#EDEAE5
(237,234,229)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A279 color. Also use rgb(183,162,121) instead hex code.

Text Font Color

.myTextColor { color: #B7A279; }

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

This text font color is #B7A279.

Background Color

.myBgColor { background-color: #B7A279; }

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

This div background color is #B7A279.

Border color

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

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

This div border color is #B7A279.

Opacity

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

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

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

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

This text has shadow with #B7A279 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A279.

Preview

Color preview on black background

This text has color #B7A279 on black background.


Color preview on white background

This text has color #B7A279 on white background.


Black color preview on #B7A279 background

This text has black color on #B7A279 background.


White color preview on #B7A279 background

This text has white color on #B7A279 background.


Related colors

Complementary color

Complementary color for #hex is #485D86.


I love getcolorcode.com

Triadic colors

1 #79B7A2 and #A279B7 with #B7A279 are triadic colors.

2 #79A2B7 and #A2B779 with #B7A279 are triadic colors.