COLOR #B7A078

HEX: #B7A078
RGB: (183,160,120)

Color info

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

RGB color model

#B7A078 color RGB value is (183,160,120).

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

RGB channels and saturation

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

183
160
120

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

Portions of RGB colors in percentages

R + G + B =
183 + 160 + 120 = 463 (100%)
R 183 of 463 ~ 39.52%
G 160 of 463 ~ 34.56%
B 120 of 463 ~ 25.92%

%39.52
%34.56
%25.92

CMYK color model

#B7A078 color CMYK value is (0,13,34,28).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 34.43%
  • key color value is 28.24%
CMYK:
(0,13,34,28)
C0M13Y34K28 
(0%,13%,34%,28%)
(0.00/0.13/0.34/0.28)	

CMYK percentages

%0
%12.57
%34.43
%28.24

Codes

Color #B7A078 in popluar color models

B7A078
RGB183160120
HSL38°30.43%59.41%
HSB/HSV38°34.43%71.76%
CMYK0.00%12.57%34.43%
28.24%

Color #B7A078 in popluar number systems.

HEXB7A078
Decimal183160120
Binary10110111101000001111000
Octal267240170

Shades and tints

Shades of #B7A078

#B7A078
(183,160,120)
#A7926E
(167,146,110)
#978464
(151,132,100)
#87765A
(135,118,90)
#776850
(119,104,80)
#675A46
(103,90,70)
#574C3C
(87,76,60)
#473E32
(71,62,50)
#373028
(55,48,40)
#27221E
(39,34,30)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #B7A078

#B7A078
(183,160,120)
#BDA884
(189,168,132)
#C3B090
(195,176,144)
#C9B89C
(201,184,156)
#CFC0A8
(207,192,168)
#D5C8B4
(213,200,180)
#DBD0C0
(219,208,192)
#E1D8CC
(225,216,204)
#E7E0D8
(231,224,216)
#EDE8E4
(237,232,228)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A078; }

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

This text font color is #B7A078.


Background Color

.myBgColor { background-color: #B7A078; }

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

This div background color is #B7A078.


Border color

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

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

This div border color is #B7A078.


Opacity

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

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

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

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

This text has shadow with #B7A078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A078 on black background.


Color preview on white background

This text has color #B7A078 on white background.



Black color preview on #B7A078 background

This text has black color on #B7A078 background.


White color preview on #B7A078 background

This text has white color on #B7A078 background.