Shades of Fiery Orange #B55623
Tints of Fiery Orange #B55623
RGB
CMYK
RGB Variations
Color information
#B55623 (or 0xB55623) is known color: Fiery Orange. HEX triplet: B5, 56 and 23. RGB value is (181,86,35). Sum of RGB (Red+Green+Blue) = 181+86+35=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B55623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55623 is #4AA9DC. Grayscale: #6C6C6C. Windows color (decimal): -4893149 or 2315957. OLE color: 2315957.
HSL color Cylindrical-coordinate representation of color #B55623: hue angle of 20.96º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B55623 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 35 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.29 |
| HSL | 20.96º | 0.68% | 0.42% | - |
| HSV(B) | 20.96º | 0.81% | 0.71% | - |
| XYZ | 22.69 | 16.6 | 3.6 | - |
| YUV | 108.59 | 86.47 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 35 | 0 | 0.52 | 0.81 | 0.29 | 20.96 | 0.68 | 0.42 |
| Hex | B5 | 56 | 23 | 0 | 34 | 51 | 1D | 15 | 44 | 2A |
| Octal | 265 | 126 | 43 | 0 | 64 | 121 | 35 | 25 | 104 | 52 |
| Binary | 10110101 | 1010110 | 100011 | 0 | 110100 | 1010001 | 11101 | 10101 | 1000100 | 101010 |
Color Harmonies of #B55623
Complementary color
Monochromatic Colors of #B55623
Black with #B55623
Text Example
Text Example
White with #B55623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55623; }
p { color: rgb(181,86,35); }
H1.HeaderClassName
{
color: #B55623;
}
.AnyTagClassName
{
color: #B55623;
}
</style>
background-color css
<style>
a { background-color: #B55623; }
a { background-color: rgb(181,86,35); }
div.DivClassName
{
background-color: #B55623;
}
.BgClassName
{
background-color: #B55623;
}
</style>
border-color css
<style>
span { border-color: #B55623; }
span { border-color: rgb(181,86,35); }
td.TdClassName
{
border-color: #B55623;
}
.TagClassName
{
border-color: #B55623;
}
</style>