COLOR #B48862

HEX: #B48862
RGB: (180,136,98)

Color info

#B48862 contains mainly red and green colors. Web safe color of #B48862 is #CC9966 (or #C96).

RGB color model

#B48862 color RGB value is (180,136,98).

  • red value is 180;
  • green value is 136;
  • blue value is 98.
RGB:
(180,136,98)
(71%,53%,38%)

RGB channels and saturation

R 180 of 255 = 71%
G 136 of 255 = 53%
B 98 of 255 = 38%

180
136
98

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

Portions of RGB colors in percentages

R + G + B =
180 + 136 + 98 = 414 (100%)
R 180 of 414 ~ 43.48%
G 136 of 414 ~ 32.85%
B 98 of 414 ~ 23.67%

%43.48
%32.85
%23.67

CMYK color model

#B48862 color CMYK value is (0,24,46,29).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 45.56%
  • key color value is 29.41%
CMYK:
(0,24,46,29)
C0M24Y46K29 
(0%,24%,46%,29%)
(0.00/0.24/0.46/0.29)	

CMYK percentages

%0
%24.44
%45.56
%29.41

Codes

Color #B48862 in popluar color models

B48862
RGB18013698
HSL28°35.34%54.51%
HSB/HSV28°45.56%70.59%
CMYK0.00%24.44%45.56%
29.41%

Color #B48862 in popluar number systems.

HEXB48862
Decimal18013698
Binary10110100100010001100010
Octal264210142

Shades and tints

Shades of #B48862

#B48862
(180,136,98)
#A47C5A
(164,124,90)
#947052
(148,112,82)
#84644A
(132,100,74)
#745842
(116,88,66)
#644C3A
(100,76,58)
#544032
(84,64,50)
#44342A
(68,52,42)
#342822
(52,40,34)
#241C1A
(36,28,26)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #B48862

#B48862
(180,136,98)
#BA9270
(186,146,112)
#C09C7E
(192,156,126)
#C6A68C
(198,166,140)
#CCB09A
(204,176,154)
#D2BAA8
(210,186,168)
#D8C4B6
(216,196,182)
#DECEC4
(222,206,196)
#E4D8D2
(228,216,210)
#EAE2E0
(234,226,224)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48862 color. Also use rgb(180,136,98) instead hex code.

Text Font Color

.myTextColor { color: #B48862; }

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

This text font color is #B48862.


Background Color

.myBgColor { background-color: #B48862; }

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

This div background color is #B48862.


Border color

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

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

This div border color is #B48862.


Opacity

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

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

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

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

This text has shadow with #B48862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48862 on black background.


Color preview on white background

This text has color #B48862 on white background.



Black color preview on #B48862 background

This text has black color on #B48862 background.


White color preview on #B48862 background

This text has white color on #B48862 background.