Shades of Fiery Orange #B45C17
Tints of Fiery Orange #B45C17
RGB
CMYK
RGB Variations
Color information
#B45C17 (or 0xB45C17) is known color: Fiery Orange. HEX triplet: B4, 5C and 17. RGB value is (180,92,23). Sum of RGB (Red+Green+Blue) = 180+92+23=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45C17 is #4BA3E8. Grayscale: #6E6E6E. Windows color (decimal): -4957161 or 1531060. OLE color: 1531060.
HSL color Cylindrical-coordinate representation of color #B45C17: hue angle of 26.37º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B45C17 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 23 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.29 |
| HSL | 26.37º | 0.77% | 0.4% | - |
| HSV(B) | 26.37º | 0.87% | 0.71% | - |
| XYZ | 22.8 | 17.42 | 2.97 | - |
| YUV | 110.45 | 78.65 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 23 | 0 | 0.49 | 0.87 | 0.29 | 26.37 | 0.77 | 0.4 |
| Hex | B4 | 5C | 17 | 0 | 31 | 57 | 1D | 1A | 4D | 28 |
| Octal | 264 | 134 | 27 | 0 | 61 | 127 | 35 | 32 | 115 | 50 |
| Binary | 10110100 | 1011100 | 10111 | 0 | 110001 | 1010111 | 11101 | 11010 | 1001101 | 101000 |
Color Harmonies of #B45C17
Complementary color
Monochromatic Colors of #B45C17
Black with #B45C17
Text Example
Text Example
White with #B45C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45C17; }
p { color: rgb(180,92,23); }
H1.HeaderClassName
{
color: #B45C17;
}
.AnyTagClassName
{
color: #B45C17;
}
</style>
background-color css
<style>
a { background-color: #B45C17; }
a { background-color: rgb(180,92,23); }
div.DivClassName
{
background-color: #B45C17;
}
.BgClassName
{
background-color: #B45C17;
}
</style>
border-color css
<style>
span { border-color: #B45C17; }
span { border-color: rgb(180,92,23); }
td.TdClassName
{
border-color: #B45C17;
}
.TagClassName
{
border-color: #B45C17;
}
</style>