COLOR #B9A078

HEX: #B9A078
RGB: (185,160,120)

Color info

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

RGB color model

#B9A078 color RGB value is (185,160,120).

  • red value is 185;
  • green value is 160;
  • blue value is 120.
RGB:
(185,160,120)
(73%,63%,47%)

RGB channels and saturation

R 185 of 255 = 73%
G 160 of 255 = 63%
B 120 of 255 = 47%

185
160
120

R + G + B ~ 61%. #B9A078 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 160 + 120 = 465 (100%)
R 185 of 465 ~ 39.78%
G 160 of 465 ~ 34.41%
B 120 of 465 ~ 25.81%

%39.78
%34.41
%25.81

CMYK color model

#B9A078 color CMYK value is (0,14,35,27).

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 35.14%
  • key color value is 27.45%
CMYK:
(0,14,35,27)
C0M14Y35K27 
(0%,14%,35%,27%)
(0.00/0.14/0.35/0.27)	

CMYK percentages

%0
%13.51
%35.14
%27.45

Codes

Color #B9A078 in popluar color models

B9A078
RGB185160120
HSL37°31.71%59.80%
HSB/HSV37°35.14%72.55%
CMYK0.00%13.51%35.14%
27.45%

Color #B9A078 in popluar number systems.

HEXB9A078
Decimal185160120
Binary10111001101000001111000
Octal271240170

Shades and tints

Shades of #B9A078

#B9A078
(185,160,120)
#A9926E
(169,146,110)
#998464
(153,132,100)
#89765A
(137,118,90)
#796850
(121,104,80)
#695A46
(105,90,70)
#594C3C
(89,76,60)
#493E32
(73,62,50)
#393028
(57,48,40)
#29221E
(41,34,30)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #B9A078

#B9A078
(185,160,120)
#BFA884
(191,168,132)
#C5B090
(197,176,144)
#CBB89C
(203,184,156)
#D1C0A8
(209,192,168)
#D7C8B4
(215,200,180)
#DDD0C0
(221,208,192)
#E3D8CC
(227,216,204)
#E9E0D8
(233,224,216)
#EFE8E4
(239,232,228)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A078 color. Also use rgb(185,160,120) instead hex code.

Text Font Color

.myTextColor { color: #B9A078; }

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

This text font color is #B9A078.


Background Color

.myBgColor { background-color: #B9A078; }

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

This div background color is #B9A078.


Border color

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

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

This div border color is #B9A078.


Opacity

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

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

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

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

This text has shadow with #B9A078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9A078 on black background.


Color preview on white background

This text has color #B9A078 on white background.



Black color preview on #B9A078 background

This text has black color on #B9A078 background.


White color preview on #B9A078 background

This text has white color on #B9A078 background.