COLOR #B7A762

HEX: #B7A762
RGB: (183,167,98)

Color info

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

RGB color model

#B7A762 color RGB value is (183,167,98).

  • red value is 183;
  • green value is 167;
  • blue value is 98.
RGB:
(183,167,98)
(72%,65%,38%)

RGB channels and saturation

R 183 of 255 = 72%
G 167 of 255 = 65%
B 98 of 255 = 38%

183
167
98

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

Portions of RGB colors in percentages

R + G + B =
183 + 167 + 98 = 448 (100%)
R 183 of 448 ~ 40.85%
G 167 of 448 ~ 37.28%
B 98 of 448 ~ 21.88%

%40.85
%37.28
%21.88

CMYK color model

#B7A762 color CMYK value is (0,9,46,28).

  • cyan value is 0.00%
  • magenta value is 8.74%
  • yellow value is 46.45%
  • key color value is 28.24%
CMYK:
(0,9,46,28)
C0M9Y46K28 
(0%,9%,46%,28%)
(0.00/0.09/0.46/0.28)	

CMYK percentages

%0
%8.74
%46.45
%28.24

Codes

Color #B7A762 in popluar color models

B7A762
RGB18316798
HSL49°37.12%55.10%
HSB/HSV49°46.45%71.76%
CMYK0.00%8.74%46.45%
28.24%

Color #B7A762 in popluar number systems.

HEXB7A762
Decimal18316798
Binary10110111101001111100010
Octal267247142

Shades and tints

Shades of #B7A762

#B7A762
(183,167,98)
#A7985A
(167,152,90)
#978952
(151,137,82)
#877A4A
(135,122,74)
#776B42
(119,107,66)
#675C3A
(103,92,58)
#574D32
(87,77,50)
#473E2A
(71,62,42)
#372F22
(55,47,34)
#27201A
(39,32,26)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #B7A762

#B7A762
(183,167,98)
#BDAF70
(189,175,112)
#C3B77E
(195,183,126)
#C9BF8C
(201,191,140)
#CFC79A
(207,199,154)
#D5CFA8
(213,207,168)
#DBD7B6
(219,215,182)
#E1DFC4
(225,223,196)
#E7E7D2
(231,231,210)
#EDEFE0
(237,239,224)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A762 color. Also use rgb(183,167,98) instead hex code.

Text Font Color

.myTextColor { color: #B7A762; }

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

This text font color is #B7A762.


Background Color

.myBgColor { background-color: #B7A762; }

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

This div background color is #B7A762.


Border color

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

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

This div border color is #B7A762.


Opacity

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

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

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

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

This text has shadow with #B7A762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A762 on black background.


Color preview on white background

This text has color #B7A762 on white background.



Black color preview on #B7A762 background

This text has black color on #B7A762 background.


White color preview on #B7A762 background

This text has white color on #B7A762 background.