COLOR #B8A078

HEX: #B8A078
RGB: (184,160,120)

Color info

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

RGB color model

#B8A078 color RGB value is (184,160,120).

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

RGB channels and saturation

R 184 of 255 = 72%
G 160 of 255 = 63%
B 120 of 255 = 47%

184
160
120

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

Portions of RGB colors in percentages

R + G + B =
184 + 160 + 120 = 464 (100%)
R 184 of 464 ~ 39.66%
G 160 of 464 ~ 34.48%
B 120 of 464 ~ 25.86%

%39.66
%34.48
%25.86

CMYK color model

#B8A078 color CMYK value is (0,13,35,28).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 34.78%
  • key color value is 27.84%
CMYK:
(0,13,35,28)
C0M13Y35K28 
(0%,13%,35%,28%)
(0.00/0.13/0.35/0.28)	

CMYK percentages

%0
%13.04
%34.78
%27.84

Codes

Color #B8A078 in popluar color models

B8A078
RGB184160120
HSL38°31.07%59.61%
HSB/HSV38°34.78%72.16%
CMYK0.00%13.04%34.78%
27.84%

Color #B8A078 in popluar number systems.

HEXB8A078
Decimal184160120
Binary10111000101000001111000
Octal270240170

Shades and tints

Shades of #B8A078

#B8A078
(184,160,120)
#A8926E
(168,146,110)
#988464
(152,132,100)
#88765A
(136,118,90)
#786850
(120,104,80)
#685A46
(104,90,70)
#584C3C
(88,76,60)
#483E32
(72,62,50)
#383028
(56,48,40)
#28221E
(40,34,30)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #B8A078

#B8A078
(184,160,120)
#BEA884
(190,168,132)
#C4B090
(196,176,144)
#CAB89C
(202,184,156)
#D0C0A8
(208,192,168)
#D6C8B4
(214,200,180)
#DCD0C0
(220,208,192)
#E2D8CC
(226,216,204)
#E8E0D8
(232,224,216)
#EEE8E4
(238,232,228)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A078; }

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

This text font color is #B8A078.


Background Color

.myBgColor { background-color: #B8A078; }

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

This div background color is #B8A078.


Border color

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

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

This div border color is #B8A078.


Opacity

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

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

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

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

This text has shadow with #B8A078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A078 on black background.


Color preview on white background

This text has color #B8A078 on white background.



Black color preview on #B8A078 background

This text has black color on #B8A078 background.


White color preview on #B8A078 background

This text has white color on #B8A078 background.