Shades of Fiery Orange #B16024
Tints of Fiery Orange #B16024
RGB
CMYK
RGB Variations
Color information
#B16024 (or 0xB16024) is known color: Fiery Orange. HEX triplet: B1, 60 and 24. RGB value is (177,96,36). Sum of RGB (Red+Green+Blue) = 177+96+36=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B16024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16024 is #4E9FDB. Grayscale: #717171. Windows color (decimal): -5152732 or 2384049. OLE color: 2384049.
HSL color Cylindrical-coordinate representation of color #B16024: hue angle of 25.53º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B16024 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 36 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.31 |
| HSL | 25.53º | 0.66% | 0.42% | - |
| HSV(B) | 25.53º | 0.8% | 0.69% | - |
| XYZ | 22.63 | 17.84 | 3.92 | - |
| YUV | 113.38 | 84.34 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 36 | 0 | 0.46 | 0.80 | 0.31 | 25.53 | 0.66 | 0.42 |
| Hex | B1 | 60 | 24 | 0 | 2E | 50 | 1F | 1A | 42 | 2A |
| Octal | 261 | 140 | 44 | 0 | 56 | 120 | 37 | 32 | 102 | 52 |
| Binary | 10110001 | 1100000 | 100100 | 0 | 101110 | 1010000 | 11111 | 11010 | 1000010 | 101010 |
Color Harmonies of #B16024
Complementary color
Monochromatic Colors of #B16024
Black with #B16024
Text Example
Text Example
White with #B16024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16024; }
p { color: rgb(177,96,36); }
H1.HeaderClassName
{
color: #B16024;
}
.AnyTagClassName
{
color: #B16024;
}
</style>
background-color css
<style>
a { background-color: #B16024; }
a { background-color: rgb(177,96,36); }
div.DivClassName
{
background-color: #B16024;
}
.BgClassName
{
background-color: #B16024;
}
</style>
border-color css
<style>
span { border-color: #B16024; }
span { border-color: rgb(177,96,36); }
td.TdClassName
{
border-color: #B16024;
}
.TagClassName
{
border-color: #B16024;
}
</style>