COLOR #B9A48F

HEX: #B9A48F RGB: (185,164,143)

Color info

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

RGB color model

#B9A48F color RGB value is (185,164,143).

RGB: (185,164,143) (73%, 64%, 56%)

RGB channels and saturation

R 185 of 255 = 73%
G 164 of 255 = 64%
B 143 of 255 = 56%

185
164
143

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

Portions of RGB colors in percentages

R + G + B = 185 + 164 + 143 = 492 (100%)
R 185 of 492 ~ 37.6%
G 164 of 492 ~ 33.33%
B 143 of 492 ~ 29.07'%

%37.6
%33.33
%29.07

CMYK color model

#B9A48F color CMYK value is (0,11,23,27).

  • cyan value is 0.00%
  • magenta value is 11.35%
  • yellow value is 22.70%
  • key color value is 27.45%

CMYK: (0,11,23,27)
C0M11Y23K27 (0%, 11%, 23%, 27%)
(0.00 / 0.11 / 0.23 / 0.27)

CMYK percentages

%0
%11.35
%22.7
%27.45

Codes

Color #B9A48F in popluar color models

B9 A4 8F
RGB 185 164 143
HSL 30° 23.08% 64.31%
HSB/HSV 30° 22.70% 72.55%
CMYK 0.00% 11.35% 22.70%
27.45%

Color #B9A48F in popluar number systems.

HEX B9 A4 8F
Decimal 185 164 143
Binary 10111001 10100100 10001111
Octal 271 244 217

Shades and tints

Shades of #B9A48F

#B9A48F
(185,164,143)
#A99682
(169,150,130)
#998875
(153,136,117)
#897A68
(137,122,104)
#796C5B
(121,108,91)
#695E4E
(105,94,78)
#595041
(89,80,65)
#494234
(73,66,52)
#393427
(57,52,39)
#29261A
(41,38,26)
#19180D
(25,24,13)
#000000
(0,0,0)

Tints of #B9A48F

#B9A48F
(185,164,143)
#BFAC99
(191,172,153)
#C5B4A3
(197,180,163)
#CBBCAD
(203,188,173)
#D1C4B7
(209,196,183)
#D7CCC1
(215,204,193)
#DDD4CB
(221,212,203)
#E3DCD5
(227,220,213)
#E9E4DF
(233,228,223)
#EFECE9
(239,236,233)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A48F color. Also use rgb(185,164,143) instead hex code.

Text Font Color

.myTextColor { color: #B9A48F; }

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

This text font color is #B9A48F.

Background Color

.myBgColor { background-color: #B9A48F; }

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

This div background color is #B9A48F.

Border color

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

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

This div border color is #B9A48F.

Opacity

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

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

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

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

This text has shadow with #B9A48F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A48F.

Preview

Color preview on black background

This text has color #B9A48F on black background.


Color preview on white background

This text has color #B9A48F on white background.


Black color preview on #B9A48F background

This text has black color on #B9A48F background.


White color preview on #B9A48F background

This text has white color on #B9A48F background.


Related colors

Complementary color

Complementary color for #hex is #465B70.


I love getcolorcode.com

Triadic colors

1 #8FB9A4 and #A48FB9 with #B9A48F are triadic colors.

2 #8FA4B9 and #A4B98F with #B9A48F are triadic colors.