COLOR #B48319

HEX: #B48319
RGB: (180,131,25)

Color info

#B48319 contains mainly red and green colors. Web safe color of #B48319 is #CC9900 (or #C90).

RGB color model

#B48319 color RGB value is (180,131,25).

  • red value is 180;
  • green value is 131;
  • blue value is 25.
RGB:
(180,131,25)
(71%,51%,10%)

RGB channels and saturation

R 180 of 255 = 71%
G 131 of 255 = 51%
B 25 of 255 = 10%

180
131
25

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

Portions of RGB colors in percentages

R + G + B =
180 + 131 + 25 = 336 (100%)
R 180 of 336 ~ 53.57%
G 131 of 336 ~ 38.99%
B 25 of 336 ~ 7.44%

%53.57
%38.99

CMYK color model

#B48319 color CMYK value is (0,27,86,29).

  • cyan value is 0.00%
  • magenta value is 27.22%
  • yellow value is 86.11%
  • key color value is 29.41%
CMYK:
(0,27,86,29)
C0M27Y86K29 
(0%,27%,86%,29%)
(0.00/0.27/0.86/0.29)	

CMYK percentages

%0
%27.22
%86.11
%29.41

Codes

Color #B48319 in popluar color models

B48319
RGB18013125
HSL41°75.61%40.20%
HSB/HSV41°86.11%70.59%
CMYK0.00%27.22%86.11%
29.41%

Color #B48319 in popluar number systems.

HEXB48319
Decimal18013125
Binary101101001000001111001
Octal26420331

Shades and tints

Shades of #B48319

#B48319
(180,131,25)
#A47817
(164,120,23)
#946D15
(148,109,21)
#846213
(132,98,19)
#745711
(116,87,17)
#644C0F
(100,76,15)
#54410D
(84,65,13)
#44360B
(68,54,11)
#342B09
(52,43,9)
#242007
(36,32,7)
#141505
(20,21,5)
#000000
(0,0,0)

Tints of #B48319

#B48319
(180,131,25)
#BA8E2D
(186,142,45)
#C09941
(192,153,65)
#C6A455
(198,164,85)
#CCAF69
(204,175,105)
#D2BA7D
(210,186,125)
#D8C591
(216,197,145)
#DED0A5
(222,208,165)
#E4DBB9
(228,219,185)
#EAE6CD
(234,230,205)
#F0F1E1
(240,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48319 color. Also use rgb(180,131,25) instead hex code.

Text Font Color

.myTextColor { color: #B48319; }

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

This text font color is #B48319.


Background Color

.myBgColor { background-color: #B48319; }

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

This div background color is #B48319.


Border color

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

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

This div border color is #B48319.


Opacity

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

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

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

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

This text has shadow with #B48319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48319 on black background.


Color preview on white background

This text has color #B48319 on white background.



Black color preview on #B48319 background

This text has black color on #B48319 background.


White color preview on #B48319 background

This text has white color on #B48319 background.