COLOR #B7AD68

HEX: #B7AD68 RGB: (183,173,104)

Color info

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

RGB color model

#B7AD68 color RGB value is (183,173,104).

RGB: (183,173,104) (72%, 68%, 41%)

RGB channels and saturation

R 183 of 255 = 72%
G 173 of 255 = 68%
B 104 of 255 = 41%

183
173
104

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

Portions of RGB colors in percentages

R + G + B = 183 + 173 + 104 = 460 (100%)
R 183 of 460 ~ 39.78%
G 173 of 460 ~ 37.61%
B 104 of 460 ~ 22.61'%

%39.78
%37.61
%22.61

CMYK color model

#B7AD68 color CMYK value is (0,5,43,28).

  • cyan value is 0.00%
  • magenta value is 5.46%
  • yellow value is 43.17%
  • key color value is 28.24%

CMYK: (0,5,43,28)
C0M5Y43K28 (0%, 5%, 43%, 28%)
(0.00 / 0.05 / 0.43 / 0.28)

CMYK percentages

%0
%5.46
%43.17
%28.24

Codes

Color #B7AD68 in popluar color models

B7 AD 68
RGB 183 173 104
HSL 52° 35.43% 56.27%
HSB/HSV 52° 43.17% 71.76%
CMYK 0.00% 5.46% 43.17%
28.24%

Color #B7AD68 in popluar number systems.

HEX B7 AD 68
Decimal 183 173 104
Binary 10110111 10101101 1101000
Octal 267 255 150

Shades and tints

Shades of #B7AD68

#B7AD68
(183,173,104)
#A79E5F
(167,158,95)
#978F56
(151,143,86)
#87804D
(135,128,77)
#777144
(119,113,68)
#67623B
(103,98,59)
#575332
(87,83,50)
#474429
(71,68,41)
#373520
(55,53,32)
#272617
(39,38,23)
#17170E
(23,23,14)
#000000
(0,0,0)

Tints of #B7AD68

#B7AD68
(183,173,104)
#BDB475
(189,180,117)
#C3BB82
(195,187,130)
#C9C28F
(201,194,143)
#CFC99C
(207,201,156)
#D5D0A9
(213,208,169)
#DBD7B6
(219,215,182)
#E1DEC3
(225,222,195)
#E7E5D0
(231,229,208)
#EDECDD
(237,236,221)
#F3F3EA
(243,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AD68; }

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

This text font color is #B7AD68.

Background Color

.myBgColor { background-color: #B7AD68; }

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

This div background color is #B7AD68.

Border color

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

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

This div border color is #B7AD68.

Opacity

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

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

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

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

This text has shadow with #B7AD68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7AD68.

Preview

Color preview on black background

This text has color #B7AD68 on black background.


Color preview on white background

This text has color #B7AD68 on white background.


Black color preview on #B7AD68 background

This text has black color on #B7AD68 background.


White color preview on #B7AD68 background

This text has white color on #B7AD68 background.


Related colors

Complementary color

Complementary color for #hex is #485297.


I love getcolorcode.com

Triadic colors

1 #68B7AD and #AD68B7 with #B7AD68 are triadic colors.

2 #68ADB7 and #ADB768 with #B7AD68 are triadic colors.