COLOR #B7A57F

HEX: #B7A57F
RGB: (183,165,127)

Color info

#B7A57F contains red, green and blue colors in about the same proportion. Web safe color of #B7A57F is #CC9966 (or #C96).

RGB color model

#B7A57F color RGB value is (183,165,127).

  • red value is 183;
  • green value is 165;
  • blue value is 127.
RGB:
(183,165,127)
(72%,65%,50%)

RGB channels and saturation

R 183 of 255 = 72%
G 165 of 255 = 65%
B 127 of 255 = 50%

183
165
127

R + G + B ~ 62%. #B7A57F is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 165 + 127 = 475 (100%)
R 183 of 475 ~ 38.53%
G 165 of 475 ~ 34.74%
B 127 of 475 ~ 26.74%

%38.53
%34.74
%26.74

CMYK color model

#B7A57F color CMYK value is (0,10,31,28).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 30.60%
  • key color value is 28.24%
CMYK:
(0,10,31,28)
C0M10Y31K28 
(0%,10%,31%,28%)
(0.00/0.10/0.31/0.28)	

CMYK percentages

%0
%9.84
%30.6
%28.24

Codes

Color #B7A57F in popluar color models

B7A57F
RGB183165127
HSL41°28.00%60.78%
HSB/HSV41°30.60%71.76%
CMYK0.00%9.84%30.60%
28.24%

Color #B7A57F in popluar number systems.

HEXB7A57F
Decimal183165127
Binary10110111101001011111111
Octal267245177

Shades and tints

Shades of #B7A57F

#B7A57F
(183,165,127)
#A79674
(167,150,116)
#978769
(151,135,105)
#87785E
(135,120,94)
#776953
(119,105,83)
#675A48
(103,90,72)
#574B3D
(87,75,61)
#473C32
(71,60,50)
#372D27
(55,45,39)
#271E1C
(39,30,28)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #B7A57F

#B7A57F
(183,165,127)
#BDAD8A
(189,173,138)
#C3B595
(195,181,149)
#C9BDA0
(201,189,160)
#CFC5AB
(207,197,171)
#D5CDB6
(213,205,182)
#DBD5C1
(219,213,193)
#E1DDCC
(225,221,204)
#E7E5D7
(231,229,215)
#EDEDE2
(237,237,226)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A57F color. Also use rgb(183,165,127) instead hex code.

Text Font Color

.myTextColor { color: #B7A57F; }

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

This text font color is #B7A57F.


Background Color

.myBgColor { background-color: #B7A57F; }

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

This div background color is #B7A57F.


Border color

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

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

This div border color is #B7A57F.


Opacity

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

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

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

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

This text has shadow with #B7A57F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A57F on black background.


Color preview on white background

This text has color #B7A57F on white background.



Black color preview on #B7A57F background

This text has black color on #B7A57F background.


White color preview on #B7A57F background

This text has white color on #B7A57F background.