COLOR #B3A992

HEX: #B3A992 RGB: (179,169,146)

Color info

#B3A992 contains red, green and blue colors in about the same proportion. Web safe color of #B3A992 is #999999 (or #999).

RGB color model

#B3A992 color RGB value is (179,169,146).

RGB: (179,169,146) (70%, 66%, 57%)

RGB channels and saturation

R 179 of 255 = 70%
G 169 of 255 = 66%
B 146 of 255 = 57%

179
169
146

R + G + B ~ 64%. #B3A992 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 169 + 146 = 494 (100%)
R 179 of 494 ~ 36.23%
G 169 of 494 ~ 34.21%
B 146 of 494 ~ 29.55'%

%36.23
%34.21
%29.55

CMYK color model

#B3A992 color CMYK value is (0,6,18,30).

  • cyan value is 0.00%
  • magenta value is 5.59%
  • yellow value is 18.44%
  • key color value is 29.80%

CMYK: (0,6,18,30)
C0M6Y18K30 (0%, 6%, 18%, 30%)
(0.00 / 0.06 / 0.18 / 0.30)

CMYK percentages

%0
%5.59
%18.44
%29.8

Codes

Color #B3A992 in popluar color models

B3 A9 92
RGB 179 169 146
HSL 42° 17.84% 63.73%
HSB/HSV 42° 18.44% 70.20%
CMYK 0.00% 5.59% 18.44%
29.80%

Color #B3A992 in popluar number systems.

HEX B3 A9 92
Decimal 179 169 146
Binary 10110011 10101001 10010010
Octal 263 251 222

Shades and tints

Shades of #B3A992

#B3A992
(179,169,146)
#A39A85
(163,154,133)
#938B78
(147,139,120)
#837C6B
(131,124,107)
#736D5E
(115,109,94)
#635E51
(99,94,81)
#534F44
(83,79,68)
#434037
(67,64,55)
#33312A
(51,49,42)
#23221D
(35,34,29)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #B3A992

#B3A992
(179,169,146)
#B9B09B
(185,176,155)
#BFB7A4
(191,183,164)
#C5BEAD
(197,190,173)
#CBC5B6
(203,197,182)
#D1CCBF
(209,204,191)
#D7D3C8
(215,211,200)
#DDDAD1
(221,218,209)
#E3E1DA
(227,225,218)
#E9E8E3
(233,232,227)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A992 color. Also use rgb(179,169,146) instead hex code.

Text Font Color

.myTextColor { color: #B3A992; }

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

This text font color is #B3A992.

Background Color

.myBgColor { background-color: #B3A992; }

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

This div background color is #B3A992.

Border color

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

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

This div border color is #B3A992.

Opacity

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

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

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

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

This text has shadow with #B3A992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3A992.

Preview

Color preview on black background

This text has color #B3A992 on black background.


Color preview on white background

This text has color #B3A992 on white background.


Black color preview on #B3A992 background

This text has black color on #B3A992 background.


White color preview on #B3A992 background

This text has white color on #B3A992 background.


Related colors

Complementary color

Complementary color for #hex is #4C566D.


I love getcolorcode.com

Triadic colors

1 #92B3A9 and #A992B3 with #B3A992 are triadic colors.

2 #92A9B3 and #A9B392 with #B3A992 are triadic colors.