COLOR #B7AC5D

HEX: #B7AC5D
RGB: (183,172,93)

Color info

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

RGB color model

#B7AC5D color RGB value is (183,172,93).

  • red value is 183;
  • green value is 172;
  • blue value is 93.
RGB:
(183,172,93)
(72%,67%,36%)

RGB channels and saturation

R 183 of 255 = 72%
G 172 of 255 = 67%
B 93 of 255 = 36%

183
172
93

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

Portions of RGB colors in percentages

R + G + B =
183 + 172 + 93 = 448 (100%)
R 183 of 448 ~ 40.85%
G 172 of 448 ~ 38.39%
B 93 of 448 ~ 20.76%

%40.85
%38.39
%20.76

CMYK color model

#B7AC5D color CMYK value is (0,6,49,28).

  • cyan value is 0.00%
  • magenta value is 6.01%
  • yellow value is 49.18%
  • key color value is 28.24%
CMYK:
(0,6,49,28)
C0M6Y49K28 
(0%,6%,49%,28%)
(0.00/0.06/0.49/0.28)	

CMYK percentages

%0
%6.01
%49.18
%28.24

Codes

Color #B7AC5D in popluar color models

B7AC5D
RGB18317293
HSL53°38.46%54.12%
HSB/HSV53°49.18%71.76%
CMYK0.00%6.01%49.18%
28.24%

Color #B7AC5D in popluar number systems.

HEXB7AC5D
Decimal18317293
Binary10110111101011001011101
Octal267254135

Shades and tints

Shades of #B7AC5D

#B7AC5D
(183,172,93)
#A79D55
(167,157,85)
#978E4D
(151,142,77)
#877F45
(135,127,69)
#77703D
(119,112,61)
#676135
(103,97,53)
#57522D
(87,82,45)
#474325
(71,67,37)
#37341D
(55,52,29)
#272515
(39,37,21)
#17160D
(23,22,13)
#000000
(0,0,0)

Tints of #B7AC5D

#B7AC5D
(183,172,93)
#BDB36B
(189,179,107)
#C3BA79
(195,186,121)
#C9C187
(201,193,135)
#CFC895
(207,200,149)
#D5CFA3
(213,207,163)
#DBD6B1
(219,214,177)
#E1DDBF
(225,221,191)
#E7E4CD
(231,228,205)
#EDEBDB
(237,235,219)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7AC5D color. Also use rgb(183,172,93) instead hex code.

Text Font Color

.myTextColor { color: #B7AC5D; }

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

This text font color is #B7AC5D.


Background Color

.myBgColor { background-color: #B7AC5D; }

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

This div background color is #B7AC5D.


Border color

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

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

This div border color is #B7AC5D.


Opacity

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

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

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

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

This text has shadow with #B7AC5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AC5D on black background.


Color preview on white background

This text has color #B7AC5D on white background.



Black color preview on #B7AC5D background

This text has black color on #B7AC5D background.


White color preview on #B7AC5D background

This text has white color on #B7AC5D background.