COLOR #B46736

HEX: #B46736
RGB: (180,103,54)

Color info

#B46736 contains mainly red color. Web safe color of #B46736 is #CC6633 (or #C63).

RGB color model

#B46736 color RGB value is (180,103,54).

  • red value is 180;
  • green value is 103;
  • blue value is 54.
RGB:
(180,103,54)
(71%,40%,21%)

RGB channels and saturation

R 180 of 255 = 71%
G 103 of 255 = 40%
B 54 of 255 = 21%

180
103
54

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

Portions of RGB colors in percentages

R + G + B =
180 + 103 + 54 = 337 (100%)
R 180 of 337 ~ 53.41%
G 103 of 337 ~ 30.56%
B 54 of 337 ~ 16.02%

%53.41
%30.56
%16.02

CMYK color model

#B46736 color CMYK value is (0,43,70,29).

  • cyan value is 0.00%
  • magenta value is 42.78%
  • yellow value is 70.00%
  • key color value is 29.41%
CMYK:
(0,43,70,29)
C0M43Y70K29 
(0%,43%,70%,29%)
(0.00/0.43/0.70/0.29)	

CMYK percentages

%0
%42.78
%70
%29.41

Codes

Color #B46736 in popluar color models

B46736
RGB18010354
HSL23°53.85%45.88%
HSB/HSV23°70.00%70.59%
CMYK0.00%42.78%70.00%
29.41%

Color #B46736 in popluar number systems.

HEXB46736
Decimal18010354
Binary101101001100111110110
Octal26414766

Shades and tints

Shades of #B46736

#B46736
(180,103,54)
#A45E32
(164,94,50)
#94552E
(148,85,46)
#844C2A
(132,76,42)
#744326
(116,67,38)
#643A22
(100,58,34)
#54311E
(84,49,30)
#44281A
(68,40,26)
#341F16
(52,31,22)
#241612
(36,22,18)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #B46736

#B46736
(180,103,54)
#BA7448
(186,116,72)
#C0815A
(192,129,90)
#C68E6C
(198,142,108)
#CC9B7E
(204,155,126)
#D2A890
(210,168,144)
#D8B5A2
(216,181,162)
#DEC2B4
(222,194,180)
#E4CFC6
(228,207,198)
#EADCD8
(234,220,216)
#F0E9EA
(240,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46736 color. Also use rgb(180,103,54) instead hex code.

Text Font Color

.myTextColor { color: #B46736; }

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

This text font color is #B46736.


Background Color

.myBgColor { background-color: #B46736; }

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

This div background color is #B46736.


Border color

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

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

This div border color is #B46736.


Opacity

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

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

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

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

This text has shadow with #B46736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46736 on black background.


Color preview on white background

This text has color #B46736 on white background.



Black color preview on #B46736 background

This text has black color on #B46736 background.


White color preview on #B46736 background

This text has white color on #B46736 background.