COLOR #B49762

HEX: #B49762
RGB: (180,151,98)

Color info

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

RGB color model

#B49762 color RGB value is (180,151,98).

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

RGB channels and saturation

R 180 of 255 = 71%
G 151 of 255 = 59%
B 98 of 255 = 38%

180
151
98

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

Portions of RGB colors in percentages

R + G + B =
180 + 151 + 98 = 429 (100%)
R 180 of 429 ~ 41.96%
G 151 of 429 ~ 35.2%
B 98 of 429 ~ 22.84%

%41.96
%35.2
%22.84

CMYK color model

#B49762 color CMYK value is (0,16,46,29).

  • cyan value is 0.00%
  • magenta value is 16.11%
  • yellow value is 45.56%
  • key color value is 29.41%
CMYK:
(0,16,46,29)
C0M16Y46K29 
(0%,16%,46%,29%)
(0.00/0.16/0.46/0.29)	

CMYK percentages

%0
%16.11
%45.56
%29.41

Codes

Color #B49762 in popluar color models

B49762
RGB18015198
HSL39°35.34%54.51%
HSB/HSV39°45.56%70.59%
CMYK0.00%16.11%45.56%
29.41%

Color #B49762 in popluar number systems.

HEXB49762
Decimal18015198
Binary10110100100101111100010
Octal264227142

Shades and tints

Shades of #B49762

#B49762
(180,151,98)
#A48A5A
(164,138,90)
#947D52
(148,125,82)
#84704A
(132,112,74)
#746342
(116,99,66)
#64563A
(100,86,58)
#544932
(84,73,50)
#443C2A
(68,60,42)
#342F22
(52,47,34)
#24221A
(36,34,26)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #B49762

#B49762
(180,151,98)
#BAA070
(186,160,112)
#C0A97E
(192,169,126)
#C6B28C
(198,178,140)
#CCBB9A
(204,187,154)
#D2C4A8
(210,196,168)
#D8CDB6
(216,205,182)
#DED6C4
(222,214,196)
#E4DFD2
(228,223,210)
#EAE8E0
(234,232,224)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49762; }

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

This text font color is #B49762.


Background Color

.myBgColor { background-color: #B49762; }

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

This div background color is #B49762.


Border color

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

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

This div border color is #B49762.


Opacity

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

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

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

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

This text has shadow with #B49762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49762 on black background.


Color preview on white background

This text has color #B49762 on white background.



Black color preview on #B49762 background

This text has black color on #B49762 background.


White color preview on #B49762 background

This text has white color on #B49762 background.