COLOR #B8A778

HEX: #B8A778 RGB: (184,167,120)

Color info

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

RGB color model

#B8A778 color RGB value is (184,167,120).

RGB: (184,167,120) (72%, 65%, 47%)

RGB channels and saturation

R 184 of 255 = 72%
G 167 of 255 = 65%
B 120 of 255 = 47%

184
167
120

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

Portions of RGB colors in percentages

R + G + B = 184 + 167 + 120 = 471 (100%)
R 184 of 471 ~ 39.07%
G 167 of 471 ~ 35.46%
B 120 of 471 ~ 25.48'%

%39.07
%35.46
%25.48

CMYK color model

#B8A778 color CMYK value is (0,9,35,28).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 34.78%
  • key color value is 27.84%

CMYK: (0,9,35,28)
C0M9Y35K28 (0%, 9%, 35%, 28%)
(0.00 / 0.09 / 0.35 / 0.28)

CMYK percentages

%0
%9.24
%34.78
%27.84

Codes

Color #B8A778 in popluar color models

B8 A7 78
RGB 184 167 120
HSL 44° 31.07% 59.61%
HSB/HSV 44° 34.78% 72.16%
CMYK 0.00% 9.24% 34.78%
27.84%

Color #B8A778 in popluar number systems.

HEX B8 A7 78
Decimal 184 167 120
Binary 10111000 10100111 1111000
Octal 270 247 170

Shades and tints

Shades of #B8A778

#B8A778
(184,167,120)
#A8986E
(168,152,110)
#988964
(152,137,100)
#887A5A
(136,122,90)
#786B50
(120,107,80)
#685C46
(104,92,70)
#584D3C
(88,77,60)
#483E32
(72,62,50)
#382F28
(56,47,40)
#28201E
(40,32,30)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #B8A778

#B8A778
(184,167,120)
#BEAF84
(190,175,132)
#C4B790
(196,183,144)
#CABF9C
(202,191,156)
#D0C7A8
(208,199,168)
#D6CFB4
(214,207,180)
#DCD7C0
(220,215,192)
#E2DFCC
(226,223,204)
#E8E7D8
(232,231,216)
#EEEFE4
(238,239,228)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A778; }

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

This text font color is #B8A778.

Background Color

.myBgColor { background-color: #B8A778; }

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

This div background color is #B8A778.

Border color

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

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

This div border color is #B8A778.

Opacity

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

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

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

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

This text has shadow with #B8A778 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8A778.

Preview

Color preview on black background

This text has color #B8A778 on black background.


Color preview on white background

This text has color #B8A778 on white background.


Black color preview on #B8A778 background

This text has black color on #B8A778 background.


White color preview on #B8A778 background

This text has white color on #B8A778 background.


Related colors

Complementary color

Complementary color for #hex is #475887.


I love getcolorcode.com

Triadic colors

1 #78B8A7 and #A778B8 with #B8A778 are triadic colors.

2 #78A7B8 and #A7B878 with #B8A778 are triadic colors.