HEX: #B4801C
RGB: (180,128,28)
#B4801C contains mainly red and green colors. Web safe color of #B4801C is #CC6633 (or #C63).
#B4801C color RGB value is (180,128,28).
RGB: (180,128,28)
(71%, 50%, 11%)
R 180 of 255 = 71%
G 128 of 255 = 50%
B 28 of 255 = 11%
R + G + B ~ 44%. #B4801C is middle color (not dark and not light).
R + G + B = 180 + 128 + 28 = 336 (100%)
R 180 of 336 ~ 53.57%
G 128 of 336 ~ 38.1%
B 28 of 336 ~ 8.33'%
#B4801C color CMYK value is (0,29,84,29).
CMYK: (0,29,84,29)
C0M29Y84K29 (0%, 29%, 84%, 29%)
(0.00 / 0.29 / 0.84 / 0.29)
Color #B4801C in popluar color models
B4 | 80 | 1C | |
---|---|---|---|
RGB | 180 | 128 | 28 |
HSL | 39° | 73.08% | 40.78% |
HSB/HSV | 39° | 84.44% | 70.59% |
CMYK | 0.00% | 28.89% | 84.44% |
29.41% |
Color #B4801C in popluar number systems.
HEX | B4 | 80 | 1C |
Decimal | 180 | 128 | 28 |
Binary | 10110100 | 10000000 | 11100 |
Octal | 264 | 200 | 34 |
Shades of #B4801C
Tints of #B4801C
Examples of css and html codes for elements with #B4801C color. Also use rgb(180,128,28) instead hex code.
.myTextColor { color: #B4801C; }
<p style="color:#B4801C">This sample text font color is #B4801C.</p>
This text font color is #B4801C.
.myBgColor { background-color: #B4801C; }
<div style="background-color:#B4801C">Inner text</div>
This div background color is #B4801C.
.myBorderColor { border: 1px solid #B4801C; }
<div style="border:3px solid #B4801C">Div</div>
This div border color is #B4801C.
.myOpacity80 { color: #B4801C; opacity: 0.8; }
<p style="color:#B4801C;opacity:0.8;">80%</p>
Text with #B4801C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4801C;}
<p style="text-shadow: 3px 3px 1px #B4801C">Text here.</p>
This text has shadow with #B4801C color.
.textShadow {text-shadow: 3px 3px 1px #B4801C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4801C, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4801C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4801C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4801C, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4801C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4801C;
-webkit-box-shadow: 1px 1px 3px 2px #B4801C;
box-shadow: 1px 1px 3px 2px #B4801C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4801C; -webkit-box-shadow: 1px 1px 3px 2px #B4801C; box-shadow:1px 1px 3px 2px #B4801C;">
Div content here
</div>
This text has color #B4801C on black background.
This text has color #B4801C on white background.
This text has black color on #B4801C background.
This text has white color on #B4801C background.
Complementary color for #B4801C is #4B7FE3.