COLOR #B9A768

HEX: #B9A768 RGB: (185,167,104)

Color info

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

RGB color model

#B9A768 color RGB value is (185,167,104).

RGB: (185,167,104) (73%, 65%, 41%)

RGB channels and saturation

R 185 of 255 = 73%
G 167 of 255 = 65%
B 104 of 255 = 41%

185
167
104

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

Portions of RGB colors in percentages

R + G + B = 185 + 167 + 104 = 456 (100%)
R 185 of 456 ~ 40.57%
G 167 of 456 ~ 36.62%
B 104 of 456 ~ 22.81'%

%40.57
%36.62
%22.81

CMYK color model

#B9A768 color CMYK value is (0,10,44,27).

  • cyan value is 0.00%
  • magenta value is 9.73%
  • yellow value is 43.78%
  • key color value is 27.45%

CMYK: (0,10,44,27)
C0M10Y44K27 (0%, 10%, 44%, 27%)
(0.00 / 0.10 / 0.44 / 0.27)

CMYK percentages

%0
%9.73
%43.78
%27.45

Codes

Color #B9A768 in popluar color models

B9 A7 68
RGB 185 167 104
HSL 47° 36.65% 56.67%
HSB/HSV 47° 43.78% 72.55%
CMYK 0.00% 9.73% 43.78%
27.45%

Color #B9A768 in popluar number systems.

HEX B9 A7 68
Decimal 185 167 104
Binary 10111001 10100111 1101000
Octal 271 247 150

Shades and tints

Shades of #B9A768

#B9A768
(185,167,104)
#A9985F
(169,152,95)
#998956
(153,137,86)
#897A4D
(137,122,77)
#796B44
(121,107,68)
#695C3B
(105,92,59)
#594D32
(89,77,50)
#493E29
(73,62,41)
#392F20
(57,47,32)
#292017
(41,32,23)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #B9A768

#B9A768
(185,167,104)
#BFAF75
(191,175,117)
#C5B782
(197,183,130)
#CBBF8F
(203,191,143)
#D1C79C
(209,199,156)
#D7CFA9
(215,207,169)
#DDD7B6
(221,215,182)
#E3DFC3
(227,223,195)
#E9E7D0
(233,231,208)
#EFEFDD
(239,239,221)
#F5F7EA
(245,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A768 color. Also use rgb(185,167,104) instead hex code.

Text Font Color

.myTextColor { color: #B9A768; }

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

This text font color is #B9A768.

Background Color

.myBgColor { background-color: #B9A768; }

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

This div background color is #B9A768.

Border color

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

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

This div border color is #B9A768.

Opacity

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

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

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

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

This text has shadow with #B9A768 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A768.

Preview

Color preview on black background

This text has color #B9A768 on black background.


Color preview on white background

This text has color #B9A768 on white background.


Black color preview on #B9A768 background

This text has black color on #B9A768 background.


White color preview on #B9A768 background

This text has white color on #B9A768 background.


Related colors

Complementary color

Complementary color for #hex is #465897.


I love getcolorcode.com

Triadic colors

1 #68B9A7 and #A768B9 with #B9A768 are triadic colors.

2 #68A7B9 and #A7B968 with #B9A768 are triadic colors.