COLOR #B7A479

HEX: #B7A479 RGB: (183,164,121)

Color info

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

RGB color model

#B7A479 color RGB value is (183,164,121).

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

RGB channels and saturation

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

183
164
121

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

Portions of RGB colors in percentages

R + G + B = 183 + 164 + 121 = 468 (100%)
R 183 of 468 ~ 39.1%
G 164 of 468 ~ 35.04%
B 121 of 468 ~ 25.85'%

%39.1
%35.04
%25.85

CMYK color model

#B7A479 color CMYK value is (0,10,34,28).

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

CMYK: (0,10,34,28)
C0M10Y34K28 (0%, 10%, 34%, 28%)
(0.00 / 0.10 / 0.34 / 0.28)

CMYK percentages

%0
%10.38
%33.88
%28.24

Codes

Color #B7A479 in popluar color models

B7 A4 79
RGB 183 164 121
HSL 42° 30.10% 59.61%
HSB/HSV 42° 33.88% 71.76%
CMYK 0.00% 10.38% 33.88%
28.24%

Color #B7A479 in popluar number systems.

HEX B7 A4 79
Decimal 183 164 121
Binary 10110111 10100100 1111001
Octal 267 244 171

Shades and tints

Shades of #B7A479

#B7A479
(183,164,121)
#A7966E
(167,150,110)
#978863
(151,136,99)
#877A58
(135,122,88)
#776C4D
(119,108,77)
#675E42
(103,94,66)
#575037
(87,80,55)
#47422C
(71,66,44)
#373421
(55,52,33)
#272616
(39,38,22)
#17180B
(23,24,11)
#000000
(0,0,0)

Tints of #B7A479

#B7A479
(183,164,121)
#BDAC85
(189,172,133)
#C3B491
(195,180,145)
#C9BC9D
(201,188,157)
#CFC4A9
(207,196,169)
#D5CCB5
(213,204,181)
#DBD4C1
(219,212,193)
#E1DCCD
(225,220,205)
#E7E4D9
(231,228,217)
#EDECE5
(237,236,229)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A479; }

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

This text font color is #B7A479.

Background Color

.myBgColor { background-color: #B7A479; }

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

This div background color is #B7A479.

Border color

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

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

This div border color is #B7A479.

Opacity

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

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

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

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

This text has shadow with #B7A479 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A479.

Preview

Color preview on black background

This text has color #B7A479 on black background.


Color preview on white background

This text has color #B7A479 on white background.


Black color preview on #B7A479 background

This text has black color on #B7A479 background.


White color preview on #B7A479 background

This text has white color on #B7A479 background.


Related colors

Complementary color

Complementary color for #hex is #485B86.


I love getcolorcode.com

Triadic colors

1 #79B7A4 and #A479B7 with #B7A479 are triadic colors.

2 #79A4B7 and #A4B779 with #B7A479 are triadic colors.