COLOR #B46436

HEX: #B46436
RGB: (180,100,54)

Color info

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

RGB color model

#B46436 color RGB value is (180,100,54).

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

RGB channels and saturation

R 180 of 255 = 71%
G 100 of 255 = 39%
B 54 of 255 = 21%

180
100
54

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

Portions of RGB colors in percentages

R + G + B =
180 + 100 + 54 = 334 (100%)
R 180 of 334 ~ 53.89%
G 100 of 334 ~ 29.94%
B 54 of 334 ~ 16.17%

%53.89
%29.94
%16.17

CMYK color model

#B46436 color CMYK value is (0,44,70,29).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 70.00%
  • key color value is 29.41%
CMYK:
(0,44,70,29)
C0M44Y70K29 
(0%,44%,70%,29%)
(0.00/0.44/0.70/0.29)	

CMYK percentages

%0
%44.44
%70
%29.41

Codes

Color #B46436 in popluar color models

B46436
RGB18010054
HSL22°53.85%45.88%
HSB/HSV22°70.00%70.59%
CMYK0.00%44.44%70.00%
29.41%

Color #B46436 in popluar number systems.

HEXB46436
Decimal18010054
Binary101101001100100110110
Octal26414466

Shades and tints

Shades of #B46436

#B46436
(180,100,54)
#A45B32
(164,91,50)
#94522E
(148,82,46)
#84492A
(132,73,42)
#744026
(116,64,38)
#643722
(100,55,34)
#542E1E
(84,46,30)
#44251A
(68,37,26)
#341C16
(52,28,22)
#241312
(36,19,18)
#140A0E
(20,10,14)
#000000
(0,0,0)

Tints of #B46436

#B46436
(180,100,54)
#BA7248
(186,114,72)
#C0805A
(192,128,90)
#C68E6C
(198,142,108)
#CC9C7E
(204,156,126)
#D2AA90
(210,170,144)
#D8B8A2
(216,184,162)
#DEC6B4
(222,198,180)
#E4D4C6
(228,212,198)
#EAE2D8
(234,226,216)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B46436; }

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

This text font color is #B46436.


Background Color

.myBgColor { background-color: #B46436; }

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

This div background color is #B46436.


Border color

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

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

This div border color is #B46436.


Opacity

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

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

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

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

This text has shadow with #B46436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46436 on black background.


Color preview on white background

This text has color #B46436 on white background.



Black color preview on #B46436 background

This text has black color on #B46436 background.


White color preview on #B46436 background

This text has white color on #B46436 background.