COLOR #B9A880

HEX: #B9A880
RGB: (185,168,128)

Color info

#B9A880 contains red, green and blue colors in about the same proportion. Web safe color of #B9A880 is #CC9966 (or #C96).

RGB color model

#B9A880 color RGB value is (185,168,128).

  • red value is 185;
  • green value is 168;
  • blue value is 128.
RGB:
(185,168,128)
(73%,66%,50%)

RGB channels and saturation

R 185 of 255 = 73%
G 168 of 255 = 66%
B 128 of 255 = 50%

185
168
128

R + G + B ~ 63%. #B9A880 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 168 + 128 = 481 (100%)
R 185 of 481 ~ 38.46%
G 168 of 481 ~ 34.93%
B 128 of 481 ~ 26.61%

%38.46
%34.93
%26.61

CMYK color model

#B9A880 color CMYK value is (0,9,31,27).

  • cyan value is 0.00%
  • magenta value is 9.19%
  • yellow value is 30.81%
  • key color value is 27.45%
CMYK:
(0,9,31,27)
C0M9Y31K27 
(0%,9%,31%,27%)
(0.00/0.09/0.31/0.27)	

CMYK percentages

%0
%9.19
%30.81
%27.45

Codes

Color #B9A880 in popluar color models

B9A880
RGB185168128
HSL42°28.93%61.37%
HSB/HSV42°30.81%72.55%
CMYK0.00%9.19%30.81%
27.45%

Color #B9A880 in popluar number systems.

HEXB9A880
Decimal185168128
Binary101110011010100010000000
Octal271250200

Shades and tints

Shades of #B9A880

#B9A880
(185,168,128)
#A99975
(169,153,117)
#998A6A
(153,138,106)
#897B5F
(137,123,95)
#796C54
(121,108,84)
#695D49
(105,93,73)
#594E3E
(89,78,62)
#493F33
(73,63,51)
#393028
(57,48,40)
#29211D
(41,33,29)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #B9A880

#B9A880
(185,168,128)
#BFAF8B
(191,175,139)
#C5B696
(197,182,150)
#CBBDA1
(203,189,161)
#D1C4AC
(209,196,172)
#D7CBB7
(215,203,183)
#DDD2C2
(221,210,194)
#E3D9CD
(227,217,205)
#E9E0D8
(233,224,216)
#EFE7E3
(239,231,227)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A880 color. Also use rgb(185,168,128) instead hex code.

Text Font Color

.myTextColor { color: #B9A880; }

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

This text font color is #B9A880.


Background Color

.myBgColor { background-color: #B9A880; }

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

This div background color is #B9A880.


Border color

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

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

This div border color is #B9A880.


Opacity

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

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

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

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

This text has shadow with #B9A880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A880 on black background.


Color preview on white background

This text has color #B9A880 on white background.



Black color preview on #B9A880 background

This text has black color on #B9A880 background.


White color preview on #B9A880 background

This text has white color on #B9A880 background.