Shades of Fiery Orange #B55737
Tints of Fiery Orange #B55737
RGB
CMYK
RGB Variations
Color information
#B55737 (or 0xB55737) is known color: Fiery Orange. HEX triplet: B5, 57 and 37. RGB value is (181,87,55). Sum of RGB (Red+Green+Blue) = 181+87+55=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B55737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55737 is #4AA8C8. Grayscale: #6F6F6F. Windows color (decimal): -4892873 or 3626933. OLE color: 3626933.
HSL color Cylindrical-coordinate representation of color #B55737: hue angle of 15.24º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B55737 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 87 | 55 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.29 |
| HSL | 15.24º | 0.53% | 0.46% | - |
| HSV(B) | 15.24º | 0.7% | 0.71% | - |
| XYZ | 23.15 | 16.92 | 5.66 | - |
| YUV | 111.46 | 96.14 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 55 | 0 | 0.52 | 0.70 | 0.29 | 15.24 | 0.53 | 0.46 |
| Hex | B5 | 57 | 37 | 0 | 34 | 46 | 1D | F | 35 | 2E |
| Octal | 265 | 127 | 67 | 0 | 64 | 106 | 35 | 17 | 65 | 56 |
| Binary | 10110101 | 1010111 | 110111 | 0 | 110100 | 1000110 | 11101 | 1111 | 110101 | 101110 |
Color Harmonies of #B55737
Complementary color
Monochromatic Colors of #B55737
Black with #B55737
Text Example
Text Example
White with #B55737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55737; }
p { color: rgb(181,87,55); }
H1.HeaderClassName
{
color: #B55737;
}
.AnyTagClassName
{
color: #B55737;
}
</style>
background-color css
<style>
a { background-color: #B55737; }
a { background-color: rgb(181,87,55); }
div.DivClassName
{
background-color: #B55737;
}
.BgClassName
{
background-color: #B55737;
}
</style>
border-color css
<style>
span { border-color: #B55737; }
span { border-color: rgb(181,87,55); }
td.TdClassName
{
border-color: #B55737;
}
.TagClassName
{
border-color: #B55737;
}
</style>