COLOR #B48462

HEX: #B48462
RGB: (180,132,98)

Color info

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

RGB color model

#B48462 color RGB value is (180,132,98).

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

RGB channels and saturation

R 180 of 255 = 71%
G 132 of 255 = 52%
B 98 of 255 = 38%

180
132
98

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

Portions of RGB colors in percentages

R + G + B =
180 + 132 + 98 = 410 (100%)
R 180 of 410 ~ 43.9%
G 132 of 410 ~ 32.2%
B 98 of 410 ~ 23.9%

%43.9
%32.2
%23.9

CMYK color model

#B48462 color CMYK value is (0,27,46,29).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 45.56%
  • key color value is 29.41%
CMYK:
(0,27,46,29)
C0M27Y46K29 
(0%,27%,46%,29%)
(0.00/0.27/0.46/0.29)	

CMYK percentages

%0
%26.67
%45.56
%29.41

Codes

Color #B48462 in popluar color models

B48462
RGB18013298
HSL25°35.34%54.51%
HSB/HSV25°45.56%70.59%
CMYK0.00%26.67%45.56%
29.41%

Color #B48462 in popluar number systems.

HEXB48462
Decimal18013298
Binary10110100100001001100010
Octal264204142

Shades and tints

Shades of #B48462

#B48462
(180,132,98)
#A4785A
(164,120,90)
#946C52
(148,108,82)
#84604A
(132,96,74)
#745442
(116,84,66)
#64483A
(100,72,58)
#543C32
(84,60,50)
#44302A
(68,48,42)
#342422
(52,36,34)
#24181A
(36,24,26)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #B48462

#B48462
(180,132,98)
#BA8F70
(186,143,112)
#C09A7E
(192,154,126)
#C6A58C
(198,165,140)
#CCB09A
(204,176,154)
#D2BBA8
(210,187,168)
#D8C6B6
(216,198,182)
#DED1C4
(222,209,196)
#E4DCD2
(228,220,210)
#EAE7E0
(234,231,224)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48462; }

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

This text font color is #B48462.


Background Color

.myBgColor { background-color: #B48462; }

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

This div background color is #B48462.


Border color

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

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

This div border color is #B48462.


Opacity

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

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

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

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

This text has shadow with #B48462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48462 on black background.


Color preview on white background

This text has color #B48462 on white background.



Black color preview on #B48462 background

This text has black color on #B48462 background.


White color preview on #B48462 background

This text has white color on #B48462 background.