COLOR #B9AF92

HEX: #B9AF92 RGB: (185,175,146)

Color info

#B9AF92 contains red, green and blue colors in about the same proportion. Web safe color of #B9AF92 is #CC9999 (or #C99).

RGB color model

#B9AF92 color RGB value is (185,175,146).

RGB: (185,175,146) (73%, 69%, 57%)

RGB channels and saturation

R 185 of 255 = 73%
G 175 of 255 = 69%
B 146 of 255 = 57%

185
175
146

R + G + B ~ 66%. #B9AF92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 175 + 146 = 506 (100%)
R 185 of 506 ~ 36.56%
G 175 of 506 ~ 34.58%
B 146 of 506 ~ 28.85'%

%36.56
%34.58
%28.85

CMYK color model

#B9AF92 color CMYK value is (0,5,21,27).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 21.08%
  • key color value is 27.45%

CMYK: (0,5,21,27)
C0M5Y21K27 (0%, 5%, 21%, 27%)
(0.00 / 0.05 / 0.21 / 0.27)

CMYK percentages

%0
%5.41
%21.08
%27.45

Codes

Color #B9AF92 in popluar color models

B9 AF 92
RGB 185 175 146
HSL 45° 21.79% 64.90%
HSB/HSV 45° 21.08% 72.55%
CMYK 0.00% 5.41% 21.08%
27.45%

Color #B9AF92 in popluar number systems.

HEX B9 AF 92
Decimal 185 175 146
Binary 10111001 10101111 10010010
Octal 271 257 222

Shades and tints

Shades of #B9AF92

#B9AF92
(185,175,146)
#A9A085
(169,160,133)
#999178
(153,145,120)
#89826B
(137,130,107)
#79735E
(121,115,94)
#696451
(105,100,81)
#595544
(89,85,68)
#494637
(73,70,55)
#39372A
(57,55,42)
#29281D
(41,40,29)
#191910
(25,25,16)
#000000
(0,0,0)

Tints of #B9AF92

#B9AF92
(185,175,146)
#BFB69B
(191,182,155)
#C5BDA4
(197,189,164)
#CBC4AD
(203,196,173)
#D1CBB6
(209,203,182)
#D7D2BF
(215,210,191)
#DDD9C8
(221,217,200)
#E3E0D1
(227,224,209)
#E9E7DA
(233,231,218)
#EFEEE3
(239,238,227)
#F5F5EC
(245,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AF92 color. Also use rgb(185,175,146) instead hex code.

Text Font Color

.myTextColor { color: #B9AF92; }

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

This text font color is #B9AF92.

Background Color

.myBgColor { background-color: #B9AF92; }

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

This div background color is #B9AF92.

Border color

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

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

This div border color is #B9AF92.

Opacity

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

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

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

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

This text has shadow with #B9AF92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9AF92.

Preview

Color preview on black background

This text has color #B9AF92 on black background.


Color preview on white background

This text has color #B9AF92 on white background.


Black color preview on #B9AF92 background

This text has black color on #B9AF92 background.


White color preview on #B9AF92 background

This text has white color on #B9AF92 background.


Related colors

Complementary color

Complementary color for #hex is #46506D.


I love getcolorcode.com

Triadic colors

1 #92B9AF and #AF92B9 with #B9AF92 are triadic colors.

2 #92AFB9 and #AFB992 with #B9AF92 are triadic colors.