COLOR #B6A378

HEX: #B6A378
RGB: (182,163,120)

Color info

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

RGB color model

#B6A378 color RGB value is (182,163,120).

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

RGB channels and saturation

R 182 of 255 = 71%
G 163 of 255 = 64%
B 120 of 255 = 47%

182
163
120

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

Portions of RGB colors in percentages

R + G + B =
182 + 163 + 120 = 465 (100%)
R 182 of 465 ~ 39.14%
G 163 of 465 ~ 35.05%
B 120 of 465 ~ 25.81%

%39.14
%35.05
%25.81

CMYK color model

#B6A378 color CMYK value is (0,10,34,29).

  • cyan value is 0.00%
  • magenta value is 10.44%
  • yellow value is 34.07%
  • key color value is 28.63%
CMYK:
(0,10,34,29)
C0M10Y34K29 
(0%,10%,34%,29%)
(0.00/0.10/0.34/0.29)	

CMYK percentages

%0
%10.44
%34.07
%28.63

Codes

Color #B6A378 in popluar color models

B6A378
RGB182163120
HSL42°29.81%59.22%
HSB/HSV42°34.07%71.37%
CMYK0.00%10.44%34.07%
28.63%

Color #B6A378 in popluar number systems.

HEXB6A378
Decimal182163120
Binary10110110101000111111000
Octal266243170

Shades and tints

Shades of #B6A378

#B6A378
(182,163,120)
#A6956E
(166,149,110)
#968764
(150,135,100)
#86795A
(134,121,90)
#766B50
(118,107,80)
#665D46
(102,93,70)
#564F3C
(86,79,60)
#464132
(70,65,50)
#363328
(54,51,40)
#26251E
(38,37,30)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #B6A378

#B6A378
(182,163,120)
#BCAB84
(188,171,132)
#C2B390
(194,179,144)
#C8BB9C
(200,187,156)
#CEC3A8
(206,195,168)
#D4CBB4
(212,203,180)
#DAD3C0
(218,211,192)
#E0DBCC
(224,219,204)
#E6E3D8
(230,227,216)
#ECEBE4
(236,235,228)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A378; }

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

This text font color is #B6A378.


Background Color

.myBgColor { background-color: #B6A378; }

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

This div background color is #B6A378.


Border color

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

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

This div border color is #B6A378.


Opacity

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

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

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

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

This text has shadow with #B6A378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A378 on black background.


Color preview on white background

This text has color #B6A378 on white background.



Black color preview on #B6A378 background

This text has black color on #B6A378 background.


White color preview on #B6A378 background

This text has white color on #B6A378 background.