COLOR #B6A178

HEX: #B6A178
RGB: (182,161,120)

Color info

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

RGB color model

#B6A178 color RGB value is (182,161,120).

  • red value is 182;
  • green value is 161;
  • blue value is 120.
RGB:
(182,161,120)
(71%,63%,47%)

RGB channels and saturation

R 182 of 255 = 71%
G 161 of 255 = 63%
B 120 of 255 = 47%

182
161
120

R + G + B ~ 60%. #B6A178 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
182 + 161 + 120 = 463 (100%)
R 182 of 463 ~ 39.31%
G 161 of 463 ~ 34.77%
B 120 of 463 ~ 25.92%

%39.31
%34.77
%25.92

CMYK color model

#B6A178 color CMYK value is (0,12,34,29).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 34.07%
  • key color value is 28.63%
CMYK:
(0,12,34,29)
C0M12Y34K29 
(0%,12%,34%,29%)
(0.00/0.12/0.34/0.29)	

CMYK percentages

%0
%11.54
%34.07
%28.63

Codes

Color #B6A178 in popluar color models

B6A178
RGB182161120
HSL40°29.81%59.22%
HSB/HSV40°34.07%71.37%
CMYK0.00%11.54%34.07%
28.63%

Color #B6A178 in popluar number systems.

HEXB6A178
Decimal182161120
Binary10110110101000011111000
Octal266241170

Shades and tints

Shades of #B6A178

#B6A178
(182,161,120)
#A6936E
(166,147,110)
#968564
(150,133,100)
#86775A
(134,119,90)
#766950
(118,105,80)
#665B46
(102,91,70)
#564D3C
(86,77,60)
#463F32
(70,63,50)
#363128
(54,49,40)
#26231E
(38,35,30)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #B6A178

#B6A178
(182,161,120)
#BCA984
(188,169,132)
#C2B190
(194,177,144)
#C8B99C
(200,185,156)
#CEC1A8
(206,193,168)
#D4C9B4
(212,201,180)
#DAD1C0
(218,209,192)
#E0D9CC
(224,217,204)
#E6E1D8
(230,225,216)
#ECE9E4
(236,233,228)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A178 color. Also use rgb(182,161,120) instead hex code.

Text Font Color

.myTextColor { color: #B6A178; }

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

This text font color is #B6A178.


Background Color

.myBgColor { background-color: #B6A178; }

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

This div background color is #B6A178.


Border color

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

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

This div border color is #B6A178.


Opacity

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

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

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

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

This text has shadow with #B6A178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A178 on black background.


Color preview on white background

This text has color #B6A178 on white background.



Black color preview on #B6A178 background

This text has black color on #B6A178 background.


White color preview on #B6A178 background

This text has white color on #B6A178 background.