Shades of Fiery Orange #B55629
Tints of Fiery Orange #B55629
RGB
CMYK
RGB Variations
Color information
#B55629 (or 0xB55629) is known color: Fiery Orange. HEX triplet: B5, 56 and 29. RGB value is (181,86,41). Sum of RGB (Red+Green+Blue) = 181+86+41=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B55629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55629 is #4AA9D6. Grayscale: #6D6D6D. Windows color (decimal): -4893143 or 2709173. OLE color: 2709173.
HSL color Cylindrical-coordinate representation of color #B55629: hue angle of 19.29º 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 #B55629 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 41 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.29 |
| HSL | 19.29º | 0.63% | 0.44% | - |
| HSV(B) | 19.29º | 0.77% | 0.71% | - |
| XYZ | 22.78 | 16.64 | 4.11 | - |
| YUV | 109.28 | 89.47 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 41 | 0 | 0.52 | 0.77 | 0.29 | 19.29 | 0.63 | 0.44 |
| Hex | B5 | 56 | 29 | 0 | 34 | 4D | 1D | 13 | 3F | 2C |
| Octal | 265 | 126 | 51 | 0 | 64 | 115 | 35 | 23 | 77 | 54 |
| Binary | 10110101 | 1010110 | 101001 | 0 | 110100 | 1001101 | 11101 | 10011 | 111111 | 101100 |
Color Harmonies of #B55629
Complementary color
Monochromatic Colors of #B55629
Black with #B55629
Text Example
Text Example
White with #B55629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55629; }
p { color: rgb(181,86,41); }
H1.HeaderClassName
{
color: #B55629;
}
.AnyTagClassName
{
color: #B55629;
}
</style>
background-color css
<style>
a { background-color: #B55629; }
a { background-color: rgb(181,86,41); }
div.DivClassName
{
background-color: #B55629;
}
.BgClassName
{
background-color: #B55629;
}
</style>
border-color css
<style>
span { border-color: #B55629; }
span { border-color: rgb(181,86,41); }
td.TdClassName
{
border-color: #B55629;
}
.TagClassName
{
border-color: #B55629;
}
</style>