COLOR #B49630

HEX: #B49630
RGB: (180,150,48)

Color info

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

RGB color model

#B49630 color RGB value is (180,150,48).

  • red value is 180;
  • green value is 150;
  • blue value is 48.
RGB:
(180,150,48)
(71%,59%,19%)

RGB channels and saturation

R 180 of 255 = 71%
G 150 of 255 = 59%
B 48 of 255 = 19%

180
150
48

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

Portions of RGB colors in percentages

R + G + B =
180 + 150 + 48 = 378 (100%)
R 180 of 378 ~ 47.62%
G 150 of 378 ~ 39.68%
B 48 of 378 ~ 12.7%

%47.62
%39.68
%12.7

CMYK color model

#B49630 color CMYK value is (0,17,73,29).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 73.33%
  • key color value is 29.41%
CMYK:
(0,17,73,29)
C0M17Y73K29 
(0%,17%,73%,29%)
(0.00/0.17/0.73/0.29)	

CMYK percentages

%0
%16.67
%73.33
%29.41

Codes

Color #B49630 in popluar color models

B49630
RGB18015048
HSL46°57.89%44.71%
HSB/HSV46°73.33%70.59%
CMYK0.00%16.67%73.33%
29.41%

Color #B49630 in popluar number systems.

HEXB49630
Decimal18015048
Binary1011010010010110110000
Octal26422660

Shades and tints

Shades of #B49630

#B49630
(180,150,48)
#A4892C
(164,137,44)
#947C28
(148,124,40)
#846F24
(132,111,36)
#746220
(116,98,32)
#64551C
(100,85,28)
#544818
(84,72,24)
#443B14
(68,59,20)
#342E10
(52,46,16)
#24210C
(36,33,12)
#141408
(20,20,8)
#000000
(0,0,0)

Tints of #B49630

#B49630
(180,150,48)
#BA9F42
(186,159,66)
#C0A854
(192,168,84)
#C6B166
(198,177,102)
#CCBA78
(204,186,120)
#D2C38A
(210,195,138)
#D8CC9C
(216,204,156)
#DED5AE
(222,213,174)
#E4DEC0
(228,222,192)
#EAE7D2
(234,231,210)
#F0F0E4
(240,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49630 color. Also use rgb(180,150,48) instead hex code.

Text Font Color

.myTextColor { color: #B49630; }

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

This text font color is #B49630.


Background Color

.myBgColor { background-color: #B49630; }

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

This div background color is #B49630.


Border color

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

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

This div border color is #B49630.


Opacity

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

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

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

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

This text has shadow with #B49630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49630 on black background.


Color preview on white background

This text has color #B49630 on white background.



Black color preview on #B49630 background

This text has black color on #B49630 background.


White color preview on #B49630 background

This text has white color on #B49630 background.