COLOR #B6804A

HEX: #B6804A
RGB: (182,128,74)

Color info

#B6804A contains mainly red and green colors. Web safe color of #B6804A is #CC6633 (or #C63).

RGB color model

#B6804A color RGB value is (182,128,74).

  • red value is 182;
  • green value is 128;
  • blue value is 74.
RGB:
(182,128,74)
(71%,50%,29%)

RGB channels and saturation

R 182 of 255 = 71%
G 128 of 255 = 50%
B 74 of 255 = 29%

182
128
74

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

Portions of RGB colors in percentages

R + G + B =
182 + 128 + 74 = 384 (100%)
R 182 of 384 ~ 47.4%
G 128 of 384 ~ 33.33%
B 74 of 384 ~ 19.27%

%47.4
%33.33
%19.27

CMYK color model

#B6804A color CMYK value is (0,30,59,29).

  • cyan value is 0.00%
  • magenta value is 29.67%
  • yellow value is 59.34%
  • key color value is 28.63%
CMYK:
(0,30,59,29)
C0M30Y59K29 
(0%,30%,59%,29%)
(0.00/0.30/0.59/0.29)	

CMYK percentages

%0
%29.67
%59.34
%28.63

Codes

Color #B6804A in popluar color models

B6804A
RGB18212874
HSL30°42.52%50.20%
HSB/HSV30°59.34%71.37%
CMYK0.00%29.67%59.34%
28.63%

Color #B6804A in popluar number systems.

HEXB6804A
Decimal18212874
Binary10110110100000001001010
Octal266200112

Shades and tints

Shades of #B6804A

#B6804A
(182,128,74)
#A67544
(166,117,68)
#966A3E
(150,106,62)
#865F38
(134,95,56)
#765432
(118,84,50)
#66492C
(102,73,44)
#563E26
(86,62,38)
#463320
(70,51,32)
#36281A
(54,40,26)
#261D14
(38,29,20)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #B6804A

#B6804A
(182,128,74)
#BC8B5A
(188,139,90)
#C2966A
(194,150,106)
#C8A17A
(200,161,122)
#CEAC8A
(206,172,138)
#D4B79A
(212,183,154)
#DAC2AA
(218,194,170)
#E0CDBA
(224,205,186)
#E6D8CA
(230,216,202)
#ECE3DA
(236,227,218)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6804A color. Also use rgb(182,128,74) instead hex code.

Text Font Color

.myTextColor { color: #B6804A; }

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

This text font color is #B6804A.


Background Color

.myBgColor { background-color: #B6804A; }

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

This div background color is #B6804A.


Border color

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

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

This div border color is #B6804A.


Opacity

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

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

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

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

This text has shadow with #B6804A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6804A on black background.


Color preview on white background

This text has color #B6804A on white background.



Black color preview on #B6804A background

This text has black color on #B6804A background.


White color preview on #B6804A background

This text has white color on #B6804A background.