Shades of Fiery Orange #B55829
Tints of Fiery Orange #B55829
RGB
CMYK
RGB Variations
Color information
#B55829 (or 0xB55829) is known color: Fiery Orange. HEX triplet: B5, 58 and 29. RGB value is (181,88,41). Sum of RGB (Red+Green+Blue) = 181+88+41=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B55829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55829 is #4AA7D6. Grayscale: #6E6E6E. Windows color (decimal): -4892631 or 2709685. OLE color: 2709685.
HSL color Cylindrical-coordinate representation of color #B55829: hue angle of 20.14º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B55829 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 88 | 41 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.29 |
| HSL | 20.14º | 0.63% | 0.44% | - |
| HSV(B) | 20.14º | 0.77% | 0.71% | - |
| XYZ | 22.95 | 16.96 | 4.16 | - |
| YUV | 110.45 | 88.81 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 41 | 0 | 0.51 | 0.77 | 0.29 | 20.14 | 0.63 | 0.44 |
| Hex | B5 | 58 | 29 | 0 | 33 | 4D | 1D | 14 | 3F | 2C |
| Octal | 265 | 130 | 51 | 0 | 63 | 115 | 35 | 24 | 77 | 54 |
| Binary | 10110101 | 1011000 | 101001 | 0 | 110011 | 1001101 | 11101 | 10100 | 111111 | 101100 |
Color Harmonies of #B55829
Complementary color
Monochromatic Colors of #B55829
Black with #B55829
Text Example
Text Example
White with #B55829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55829; }
p { color: rgb(181,88,41); }
H1.HeaderClassName
{
color: #B55829;
}
.AnyTagClassName
{
color: #B55829;
}
</style>
background-color css
<style>
a { background-color: #B55829; }
a { background-color: rgb(181,88,41); }
div.DivClassName
{
background-color: #B55829;
}
.BgClassName
{
background-color: #B55829;
}
</style>
border-color css
<style>
span { border-color: #B55829; }
span { border-color: rgb(181,88,41); }
td.TdClassName
{
border-color: #B55829;
}
.TagClassName
{
border-color: #B55829;
}
</style>