COLOR #B49835

HEX: #B49835
RGB: (180,152,53)

Color info

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

RGB color model

#B49835 color RGB value is (180,152,53).

  • red value is 180;
  • green value is 152;
  • blue value is 53.
RGB:
(180,152,53)
(71%,60%,21%)

RGB channels and saturation

R 180 of 255 = 71%
G 152 of 255 = 60%
B 53 of 255 = 21%

180
152
53

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

Portions of RGB colors in percentages

R + G + B =
180 + 152 + 53 = 385 (100%)
R 180 of 385 ~ 46.75%
G 152 of 385 ~ 39.48%
B 53 of 385 ~ 13.77%

%46.75
%39.48
%13.77

CMYK color model

#B49835 color CMYK value is (0,16,71,29).

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 70.56%
  • key color value is 29.41%
CMYK:
(0,16,71,29)
C0M16Y71K29 
(0%,16%,71%,29%)
(0.00/0.16/0.71/0.29)	

CMYK percentages

%0
%15.56
%70.56
%29.41

Codes

Color #B49835 in popluar color models

B49835
RGB18015253
HSL47°54.51%45.69%
HSB/HSV47°70.56%70.59%
CMYK0.00%15.56%70.56%
29.41%

Color #B49835 in popluar number systems.

HEXB49835
Decimal18015253
Binary1011010010011000110101
Octal26423065

Shades and tints

Shades of #B49835

#B49835
(180,152,53)
#A48B31
(164,139,49)
#947E2D
(148,126,45)
#847129
(132,113,41)
#746425
(116,100,37)
#645721
(100,87,33)
#544A1D
(84,74,29)
#443D19
(68,61,25)
#343015
(52,48,21)
#242311
(36,35,17)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #B49835

#B49835
(180,152,53)
#BAA147
(186,161,71)
#C0AA59
(192,170,89)
#C6B36B
(198,179,107)
#CCBC7D
(204,188,125)
#D2C58F
(210,197,143)
#D8CEA1
(216,206,161)
#DED7B3
(222,215,179)
#E4E0C5
(228,224,197)
#EAE9D7
(234,233,215)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49835 color. Also use rgb(180,152,53) instead hex code.

Text Font Color

.myTextColor { color: #B49835; }

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

This text font color is #B49835.


Background Color

.myBgColor { background-color: #B49835; }

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

This div background color is #B49835.


Border color

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

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

This div border color is #B49835.


Opacity

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

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

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

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

This text has shadow with #B49835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49835 on black background.


Color preview on white background

This text has color #B49835 on white background.



Black color preview on #B49835 background

This text has black color on #B49835 background.


White color preview on #B49835 background

This text has white color on #B49835 background.