COLOR #B7AC80

HEX: #B7AC80
RGB: (183,172,128)

Color info

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

RGB color model

#B7AC80 color RGB value is (183,172,128).

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

RGB channels and saturation

R 183 of 255 = 72%
G 172 of 255 = 67%
B 128 of 255 = 50%

183
172
128

R + G + B ~ 63%. #B7AC80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 172 + 128 = 483 (100%)
R 183 of 483 ~ 37.89%
G 172 of 483 ~ 35.61%
B 128 of 483 ~ 26.5%

%37.89
%35.61
%26.5

CMYK color model

#B7AC80 color CMYK value is (0,6,30,28).

  • cyan value is 0.00%
  • magenta value is 6.01%
  • yellow value is 30.05%
  • key color value is 28.24%
CMYK:
(0,6,30,28)
C0M6Y30K28 
(0%,6%,30%,28%)
(0.00/0.06/0.30/0.28)	

CMYK percentages

%0
%6.01
%30.05
%28.24

Codes

Color #B7AC80 in popluar color models

B7AC80
RGB183172128
HSL48°27.64%60.98%
HSB/HSV48°30.05%71.76%
CMYK0.00%6.01%30.05%
28.24%

Color #B7AC80 in popluar number systems.

HEXB7AC80
Decimal183172128
Binary101101111010110010000000
Octal267254200

Shades and tints

Shades of #B7AC80

#B7AC80
(183,172,128)
#A79D75
(167,157,117)
#978E6A
(151,142,106)
#877F5F
(135,127,95)
#777054
(119,112,84)
#676149
(103,97,73)
#57523E
(87,82,62)
#474333
(71,67,51)
#373428
(55,52,40)
#27251D
(39,37,29)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #B7AC80

#B7AC80
(183,172,128)
#BDB38B
(189,179,139)
#C3BA96
(195,186,150)
#C9C1A1
(201,193,161)
#CFC8AC
(207,200,172)
#D5CFB7
(213,207,183)
#DBD6C2
(219,214,194)
#E1DDCD
(225,221,205)
#E7E4D8
(231,228,216)
#EDEBE3
(237,235,227)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AC80; }

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

This text font color is #B7AC80.


Background Color

.myBgColor { background-color: #B7AC80; }

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

This div background color is #B7AC80.


Border color

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

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

This div border color is #B7AC80.


Opacity

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

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

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

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

This text has shadow with #B7AC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AC80 on black background.


Color preview on white background

This text has color #B7AC80 on white background.



Black color preview on #B7AC80 background

This text has black color on #B7AC80 background.


White color preview on #B7AC80 background

This text has white color on #B7AC80 background.