COLOR #B7A970

HEX: #B7A970
RGB: (183,169,112)

Color info

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

RGB color model

#B7A970 color RGB value is (183,169,112).

  • red value is 183;
  • green value is 169;
  • blue value is 112.
RGB:
(183,169,112)
(72%,66%,44%)

RGB channels and saturation

R 183 of 255 = 72%
G 169 of 255 = 66%
B 112 of 255 = 44%

183
169
112

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

Portions of RGB colors in percentages

R + G + B =
183 + 169 + 112 = 464 (100%)
R 183 of 464 ~ 39.44%
G 169 of 464 ~ 36.42%
B 112 of 464 ~ 24.14%

%39.44
%36.42
%24.14

CMYK color model

#B7A970 color CMYK value is (0,8,39,28).

  • cyan value is 0.00%
  • magenta value is 7.65%
  • yellow value is 38.80%
  • key color value is 28.24%
CMYK:
(0,8,39,28)
C0M8Y39K28 
(0%,8%,39%,28%)
(0.00/0.08/0.39/0.28)	

CMYK percentages

%0
%7.65
%38.8
%28.24

Codes

Color #B7A970 in popluar color models

B7A970
RGB183169112
HSL48°33.02%57.84%
HSB/HSV48°38.80%71.76%
CMYK0.00%7.65%38.80%
28.24%

Color #B7A970 in popluar number systems.

HEXB7A970
Decimal183169112
Binary10110111101010011110000
Octal267251160

Shades and tints

Shades of #B7A970

#B7A970
(183,169,112)
#A79A66
(167,154,102)
#978B5C
(151,139,92)
#877C52
(135,124,82)
#776D48
(119,109,72)
#675E3E
(103,94,62)
#574F34
(87,79,52)
#47402A
(71,64,42)
#373120
(55,49,32)
#272216
(39,34,22)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #B7A970

#B7A970
(183,169,112)
#BDB07D
(189,176,125)
#C3B78A
(195,183,138)
#C9BE97
(201,190,151)
#CFC5A4
(207,197,164)
#D5CCB1
(213,204,177)
#DBD3BE
(219,211,190)
#E1DACB
(225,218,203)
#E7E1D8
(231,225,216)
#EDE8E5
(237,232,229)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A970 color. Also use rgb(183,169,112) instead hex code.

Text Font Color

.myTextColor { color: #B7A970; }

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

This text font color is #B7A970.


Background Color

.myBgColor { background-color: #B7A970; }

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

This div background color is #B7A970.


Border color

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

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

This div border color is #B7A970.


Opacity

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

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

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

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

This text has shadow with #B7A970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A970 on black background.


Color preview on white background

This text has color #B7A970 on white background.



Black color preview on #B7A970 background

This text has black color on #B7A970 background.


White color preview on #B7A970 background

This text has white color on #B7A970 background.