COLOR #B47801

HEX: #B47801
RGB: (180,120,1)

Color info

#B47801 contains mainly red color. Web safe color of #B47801 is #CC6600 (or #C60).

RGB color model

#B47801 color RGB value is (180,120,1).

  • red value is 180;
  • green value is 120;
  • blue value is 1.
RGB:
(180,120,1)
(71%,47%,0%)

RGB channels and saturation

R 180 of 255 = 71%
G 120 of 255 = 47%
B 1 of 255 = 0%

180
120
1

R + G + B ~ 39%. #B47801 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
180 + 120 + 1 = 301 (100%)
R 180 of 301 ~ 59.8%
G 120 of 301 ~ 39.87%
B 1 of 301 ~ 0.33%

%59.8
%39.87

CMYK color model

#B47801 color CMYK value is (0,33,99,29).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 99.44%
  • key color value is 29.41%
CMYK:
(0,33,99,29)
C0M33Y99K29 
(0%,33%,99%,29%)
(0.00/0.33/0.99/0.29)	

CMYK percentages

%0
%33.33
%99.44
%29.41

Codes

Color #B47801 in popluar color models

B47801
RGB1801201
HSL40°98.90%35.49%
HSB/HSV40°99.44%70.59%
CMYK0.00%33.33%99.44%
29.41%

Color #B47801 in popluar number systems.

HEXB47801
Decimal1801201
Binary1011010011110001
Octal2641701

Shades and tints

Shades of #B47801

#B47801
(180,120,1)
#A46E01
(164,110,1)
#946401
(148,100,1)
#845A01
(132,90,1)
#745001
(116,80,1)
#644601
(100,70,1)
#543C01
(84,60,1)
#443201
(68,50,1)
#342801
(52,40,1)
#241E01
(36,30,1)
#141401
(20,20,1)
#000000
(0,0,0)

Tints of #B47801

#B47801
(180,120,1)
#BA8418
(186,132,24)
#C0902F
(192,144,47)
#C69C46
(198,156,70)
#CCA85D
(204,168,93)
#D2B474
(210,180,116)
#D8C08B
(216,192,139)
#DECCA2
(222,204,162)
#E4D8B9
(228,216,185)
#EAE4D0
(234,228,208)
#F0F0E7
(240,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47801 color. Also use rgb(180,120,1) instead hex code.

Text Font Color

.myTextColor { color: #B47801; }

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

This text font color is #B47801.


Background Color

.myBgColor { background-color: #B47801; }

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

This div background color is #B47801.


Border color

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

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

This div border color is #B47801.


Opacity

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

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

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

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

This text has shadow with #B47801 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47801 on black background.


Color preview on white background

This text has color #B47801 on white background.



Black color preview on #B47801 background

This text has black color on #B47801 background.


White color preview on #B47801 background

This text has white color on #B47801 background.