Shades of Fiery Orange #B55432
Tints of Fiery Orange #B55432
RGB
CMYK
RGB Variations
Color information
#B55432 (or 0xB55432) is known color: Fiery Orange. HEX triplet: B5, 54 and 32. RGB value is (181,84,50). Sum of RGB (Red+Green+Blue) = 181+84+50=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B55432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55432 is #4AABCD. Grayscale: #6D6D6D. Windows color (decimal): -4893646 or 3298485. OLE color: 3298485.
HSL color Cylindrical-coordinate representation of color #B55432: hue angle of 15.57º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B55432 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 50 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.29 |
| HSL | 15.57º | 0.57% | 0.45% | - |
| HSV(B) | 15.57º | 0.72% | 0.71% | - |
| XYZ | 22.8 | 16.39 | 4.98 | - |
| YUV | 109.13 | 94.64 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 50 | 0 | 0.54 | 0.72 | 0.29 | 15.57 | 0.57 | 0.45 |
| Hex | B5 | 54 | 32 | 0 | 36 | 48 | 1D | 10 | 39 | 2D |
| Octal | 265 | 124 | 62 | 0 | 66 | 110 | 35 | 20 | 71 | 55 |
| Binary | 10110101 | 1010100 | 110010 | 0 | 110110 | 1001000 | 11101 | 10000 | 111001 | 101101 |
Color Harmonies of #B55432
Complementary color
Monochromatic Colors of #B55432
Black with #B55432
Text Example
Text Example
White with #B55432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55432; }
p { color: rgb(181,84,50); }
H1.HeaderClassName
{
color: #B55432;
}
.AnyTagClassName
{
color: #B55432;
}
</style>
background-color css
<style>
a { background-color: #B55432; }
a { background-color: rgb(181,84,50); }
div.DivClassName
{
background-color: #B55432;
}
.BgClassName
{
background-color: #B55432;
}
</style>
border-color css
<style>
span { border-color: #B55432; }
span { border-color: rgb(181,84,50); }
td.TdClassName
{
border-color: #B55432;
}
.TagClassName
{
border-color: #B55432;
}
</style>