COLOR #B48246

HEX: #B48246
RGB: (180,130,70)

Color info

#B48246 contains mainly red and green colors. Web safe color of #B48246 is #CC9933 (or #C93).

RGB color model

#B48246 color RGB value is (180,130,70).

  • red value is 180;
  • green value is 130;
  • blue value is 70.
RGB:
(180,130,70)
(71%,51%,27%)

RGB channels and saturation

R 180 of 255 = 71%
G 130 of 255 = 51%
B 70 of 255 = 27%

180
130
70

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

Portions of RGB colors in percentages

R + G + B =
180 + 130 + 70 = 380 (100%)
R 180 of 380 ~ 47.37%
G 130 of 380 ~ 34.21%
B 70 of 380 ~ 18.42%

%47.37
%34.21
%18.42

CMYK color model

#B48246 color CMYK value is (0,28,61,29).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 61.11%
  • key color value is 29.41%
CMYK:
(0,28,61,29)
C0M28Y61K29 
(0%,28%,61%,29%)
(0.00/0.28/0.61/0.29)	

CMYK percentages

%0
%27.78
%61.11
%29.41

Codes

Color #B48246 in popluar color models

B48246
RGB18013070
HSL33°44.00%49.02%
HSB/HSV33°61.11%70.59%
CMYK0.00%27.78%61.11%
29.41%

Color #B48246 in popluar number systems.

HEXB48246
Decimal18013070
Binary10110100100000101000110
Octal264202106

Shades and tints

Shades of #B48246

#B48246
(180,130,70)
#A47740
(164,119,64)
#946C3A
(148,108,58)
#846134
(132,97,52)
#74562E
(116,86,46)
#644B28
(100,75,40)
#544022
(84,64,34)
#44351C
(68,53,28)
#342A16
(52,42,22)
#241F10
(36,31,16)
#14140A
(20,20,10)
#000000
(0,0,0)

Tints of #B48246

#B48246
(180,130,70)
#BA8D56
(186,141,86)
#C09866
(192,152,102)
#C6A376
(198,163,118)
#CCAE86
(204,174,134)
#D2B996
(210,185,150)
#D8C4A6
(216,196,166)
#DECFB6
(222,207,182)
#E4DAC6
(228,218,198)
#EAE5D6
(234,229,214)
#F0F0E6
(240,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48246 color. Also use rgb(180,130,70) instead hex code.

Text Font Color

.myTextColor { color: #B48246; }

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

This text font color is #B48246.


Background Color

.myBgColor { background-color: #B48246; }

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

This div background color is #B48246.


Border color

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

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

This div border color is #B48246.


Opacity

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

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

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

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

This text has shadow with #B48246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48246 on black background.


Color preview on white background

This text has color #B48246 on white background.



Black color preview on #B48246 background

This text has black color on #B48246 background.


White color preview on #B48246 background

This text has white color on #B48246 background.