COLOR #B7A061

HEX: #B7A061 RGB: (183,160,97)

Color info

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

RGB color model

#B7A061 color RGB value is (183,160,97).

RGB: (183,160,97) (72%, 63%, 38%)

RGB channels and saturation

R 183 of 255 = 72%
G 160 of 255 = 63%
B 97 of 255 = 38%

183
160
97

R + G + B ~ 58%. #B7A061 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 183 + 160 + 97 = 440 (100%)
R 183 of 440 ~ 41.59%
G 160 of 440 ~ 36.36%
B 97 of 440 ~ 22.05'%

%41.59
%36.36
%22.05

CMYK color model

#B7A061 color CMYK value is (0,13,47,28).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 46.99%
  • key color value is 28.24%

CMYK: (0,13,47,28)
C0M13Y47K28 (0%, 13%, 47%, 28%)
(0.00 / 0.13 / 0.47 / 0.28)

CMYK percentages

%0
%12.57
%46.99
%28.24

Codes

Color #B7A061 in popluar color models

B7 A0 61
RGB 183 160 97
HSL 44° 37.39% 54.90%
HSB/HSV 44° 46.99% 71.76%
CMYK 0.00% 12.57% 46.99%
28.24%

Color #B7A061 in popluar number systems.

HEX B7 A0 61
Decimal 183 160 97
Binary 10110111 10100000 1100001
Octal 267 240 141

Shades and tints

Shades of #B7A061

#B7A061
(183,160,97)
#A79259
(167,146,89)
#978451
(151,132,81)
#877649
(135,118,73)
#776841
(119,104,65)
#675A39
(103,90,57)
#574C31
(87,76,49)
#473E29
(71,62,41)
#373021
(55,48,33)
#272219
(39,34,25)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #B7A061

#B7A061
(183,160,97)
#BDA86F
(189,168,111)
#C3B07D
(195,176,125)
#C9B88B
(201,184,139)
#CFC099
(207,192,153)
#D5C8A7
(213,200,167)
#DBD0B5
(219,208,181)
#E1D8C3
(225,216,195)
#E7E0D1
(231,224,209)
#EDE8DF
(237,232,223)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A061 color. Also use rgb(183,160,97) instead hex code.

Text Font Color

.myTextColor { color: #B7A061; }

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

This text font color is #B7A061.

Background Color

.myBgColor { background-color: #B7A061; }

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

This div background color is #B7A061.

Border color

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

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

This div border color is #B7A061.

Opacity

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

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

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

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

This text has shadow with #B7A061 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A061.

Preview

Color preview on black background

This text has color #B7A061 on black background.


Color preview on white background

This text has color #B7A061 on white background.


Black color preview on #B7A061 background

This text has black color on #B7A061 background.


White color preview on #B7A061 background

This text has white color on #B7A061 background.


Related colors

Complementary color

Complementary color for #hex is #485F9E.


I love getcolorcode.com

Triadic colors

1 #61B7A0 and #A061B7 with #B7A061 are triadic colors.

2 #61A0B7 and #A0B761 with #B7A061 are triadic colors.