Shades of Fiery Orange #B55819
Tints of Fiery Orange #B55819
RGB
CMYK
RGB Variations
Color information
#B55819 (or 0xB55819) is known color: Fiery Orange. HEX triplet: B5, 58 and 19. RGB value is (181,88,25). Sum of RGB (Red+Green+Blue) = 181+88+25=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B55819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55819 is #4AA7E6. Grayscale: #6C6C6C. Windows color (decimal): -4892647 or 1661109. OLE color: 1661109.
HSL color Cylindrical-coordinate representation of color #B55819: hue angle of 24.23º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B55819 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 88 | 25 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.29 |
| HSL | 24.23º | 0.76% | 0.4% | - |
| HSV(B) | 24.23º | 0.86% | 0.71% | - |
| XYZ | 22.72 | 16.87 | 2.98 | - |
| YUV | 108.63 | 80.81 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 25 | 0 | 0.51 | 0.86 | 0.29 | 24.23 | 0.76 | 0.4 |
| Hex | B5 | 58 | 19 | 0 | 33 | 56 | 1D | 18 | 4C | 28 |
| Octal | 265 | 130 | 31 | 0 | 63 | 126 | 35 | 30 | 114 | 50 |
| Binary | 10110101 | 1011000 | 11001 | 0 | 110011 | 1010110 | 11101 | 11000 | 1001100 | 101000 |
Color Harmonies of #B55819
Complementary color
Monochromatic Colors of #B55819
Black with #B55819
Text Example
Text Example
White with #B55819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55819; }
p { color: rgb(181,88,25); }
H1.HeaderClassName
{
color: #B55819;
}
.AnyTagClassName
{
color: #B55819;
}
</style>
background-color css
<style>
a { background-color: #B55819; }
a { background-color: rgb(181,88,25); }
div.DivClassName
{
background-color: #B55819;
}
.BgClassName
{
background-color: #B55819;
}
</style>
border-color css
<style>
span { border-color: #B55819; }
span { border-color: rgb(181,88,25); }
td.TdClassName
{
border-color: #B55819;
}
.TagClassName
{
border-color: #B55819;
}
</style>