Shades of Fiery Orange #B55C16
Tints of Fiery Orange #B55C16
RGB
CMYK
RGB Variations
Color information
#B55C16 (or 0xB55C16) is known color: Fiery Orange. HEX triplet: B5, 5C and 16. RGB value is (181,92,22). Sum of RGB (Red+Green+Blue) = 181+92+22=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55C16 is #4AA3E9. Grayscale: #6E6E6E. Windows color (decimal): -4891626 or 1465525. OLE color: 1465525.
HSL color Cylindrical-coordinate representation of color #B55C16: hue angle of 26.42º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B55C16 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 92 | 22 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.29 |
| HSL | 26.42º | 0.78% | 0.4% | - |
| HSV(B) | 26.42º | 0.88% | 0.71% | - |
| XYZ | 23.03 | 17.54 | 2.93 | - |
| YUV | 110.63 | 77.99 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 22 | 0 | 0.49 | 0.88 | 0.29 | 26.42 | 0.78 | 0.4 |
| Hex | B5 | 5C | 16 | 0 | 31 | 58 | 1D | 1A | 4E | 28 |
| Octal | 265 | 134 | 26 | 0 | 61 | 130 | 35 | 32 | 116 | 50 |
| Binary | 10110101 | 1011100 | 10110 | 0 | 110001 | 1011000 | 11101 | 11010 | 1001110 | 101000 |
Color Harmonies of #B55C16
Complementary color
Monochromatic Colors of #B55C16
Black with #B55C16
Text Example
Text Example
White with #B55C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55C16; }
p { color: rgb(181,92,22); }
H1.HeaderClassName
{
color: #B55C16;
}
.AnyTagClassName
{
color: #B55C16;
}
</style>
background-color css
<style>
a { background-color: #B55C16; }
a { background-color: rgb(181,92,22); }
div.DivClassName
{
background-color: #B55C16;
}
.BgClassName
{
background-color: #B55C16;
}
</style>
border-color css
<style>
span { border-color: #B55C16; }
span { border-color: rgb(181,92,22); }
td.TdClassName
{
border-color: #B55C16;
}
.TagClassName
{
border-color: #B55C16;
}
</style>