COLOR #B46118

HEX: #B46118
RGB: (180,97,24)

Color info

#B46118 contains mainly red color. Web safe color of #B46118 is #CC6600 (or #C60).

RGB color model

#B46118 color RGB value is (180,97,24).

  • red value is 180;
  • green value is 97;
  • blue value is 24.
RGB:
(180,97,24)
(71%,38%,9%)

RGB channels and saturation

R 180 of 255 = 71%
G 97 of 255 = 38%
B 24 of 255 = 9%

180
97
24

R + G + B ~ 39%. #B46118 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
180 + 97 + 24 = 301 (100%)
R 180 of 301 ~ 59.8%
G 97 of 301 ~ 32.23%
B 24 of 301 ~ 7.97%

%59.8
%32.23

CMYK color model

#B46118 color CMYK value is (0,46,87,29).

  • cyan value is 0.00%
  • magenta value is 46.11%
  • yellow value is 86.67%
  • key color value is 29.41%
CMYK:
(0,46,87,29)
C0M46Y87K29 
(0%,46%,87%,29%)
(0.00/0.46/0.87/0.29)	

CMYK percentages

%0
%46.11
%86.67
%29.41

Codes

Color #B46118 in popluar color models

B46118
RGB1809724
HSL28°76.47%40.00%
HSB/HSV28°86.67%70.59%
CMYK0.00%46.11%86.67%
29.41%

Color #B46118 in popluar number systems.

HEXB46118
Decimal1809724
Binary10110100110000111000
Octal26414130

Shades and tints

Shades of #B46118

#B46118
(180,97,24)
#A45916
(164,89,22)
#945114
(148,81,20)
#844912
(132,73,18)
#744110
(116,65,16)
#64390E
(100,57,14)
#54310C
(84,49,12)
#44290A
(68,41,10)
#342108
(52,33,8)
#241906
(36,25,6)
#141104
(20,17,4)
#000000
(0,0,0)

Tints of #B46118

#B46118
(180,97,24)
#BA6F2D
(186,111,45)
#C07D42
(192,125,66)
#C68B57
(198,139,87)
#CC996C
(204,153,108)
#D2A781
(210,167,129)
#D8B596
(216,181,150)
#DEC3AB
(222,195,171)
#E4D1C0
(228,209,192)
#EADFD5
(234,223,213)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46118 color. Also use rgb(180,97,24) instead hex code.

Text Font Color

.myTextColor { color: #B46118; }

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

This text font color is #B46118.


Background Color

.myBgColor { background-color: #B46118; }

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

This div background color is #B46118.


Border color

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

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

This div border color is #B46118.


Opacity

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

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

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

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

This text has shadow with #B46118 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46118 on black background.


Color preview on white background

This text has color #B46118 on white background.



Black color preview on #B46118 background

This text has black color on #B46118 background.


White color preview on #B46118 background

This text has white color on #B46118 background.