COLOR #B7AD7D

HEX: #B7AD7D
RGB: (183,173,125)

Color info

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

RGB color model

#B7AD7D color RGB value is (183,173,125).

  • red value is 183;
  • green value is 173;
  • blue value is 125.
RGB:
(183,173,125)
(72%,68%,49%)

RGB channels and saturation

R 183 of 255 = 72%
G 173 of 255 = 68%
B 125 of 255 = 49%

183
173
125

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

Portions of RGB colors in percentages

R + G + B =
183 + 173 + 125 = 481 (100%)
R 183 of 481 ~ 38.05%
G 173 of 481 ~ 35.97%
B 125 of 481 ~ 25.99%

%38.05
%35.97
%25.99

CMYK color model

#B7AD7D color CMYK value is (0,5,32,28).

  • cyan value is 0.00%
  • magenta value is 5.46%
  • yellow value is 31.69%
  • key color value is 28.24%
CMYK:
(0,5,32,28)
C0M5Y32K28 
(0%,5%,32%,28%)
(0.00/0.05/0.32/0.28)	

CMYK percentages

%0
%5.46
%31.69
%28.24

Codes

Color #B7AD7D in popluar color models

B7AD7D
RGB183173125
HSL50°28.71%60.39%
HSB/HSV50°31.69%71.76%
CMYK0.00%5.46%31.69%
28.24%

Color #B7AD7D in popluar number systems.

HEXB7AD7D
Decimal183173125
Binary10110111101011011111101
Octal267255175

Shades and tints

Shades of #B7AD7D

#B7AD7D
(183,173,125)
#A79E72
(167,158,114)
#978F67
(151,143,103)
#87805C
(135,128,92)
#777151
(119,113,81)
#676246
(103,98,70)
#57533B
(87,83,59)
#474430
(71,68,48)
#373525
(55,53,37)
#27261A
(39,38,26)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #B7AD7D

#B7AD7D
(183,173,125)
#BDB488
(189,180,136)
#C3BB93
(195,187,147)
#C9C29E
(201,194,158)
#CFC9A9
(207,201,169)
#D5D0B4
(213,208,180)
#DBD7BF
(219,215,191)
#E1DECA
(225,222,202)
#E7E5D5
(231,229,213)
#EDECE0
(237,236,224)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7AD7D color. Also use rgb(183,173,125) instead hex code.

Text Font Color

.myTextColor { color: #B7AD7D; }

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

This text font color is #B7AD7D.


Background Color

.myBgColor { background-color: #B7AD7D; }

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

This div background color is #B7AD7D.


Border color

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

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

This div border color is #B7AD7D.


Opacity

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

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

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

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

This text has shadow with #B7AD7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AD7D on black background.


Color preview on white background

This text has color #B7AD7D on white background.



Black color preview on #B7AD7D background

This text has black color on #B7AD7D background.


White color preview on #B7AD7D background

This text has white color on #B7AD7D background.