Shades of Fiery Orange #B5562E
Tints of Fiery Orange #B5562E
RGB
CMYK
RGB Variations
Color information
#B5562E (or 0xB5562E) is known color: Fiery Orange. HEX triplet: B5, 56 and 2E. RGB value is (181,86,46). Sum of RGB (Red+Green+Blue) = 181+86+46=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B5562E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5562E is #4AA9D1. Grayscale: #6E6E6E. Windows color (decimal): -4893138 or 3036853. OLE color: 3036853.
HSL color Cylindrical-coordinate representation of color #B5562E: hue angle of 17.78º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5562E is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 46 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.29 |
| HSL | 17.78º | 0.59% | 0.45% | - |
| HSV(B) | 17.78º | 0.75% | 0.71% | - |
| XYZ | 22.88 | 16.68 | 4.6 | - |
| YUV | 109.85 | 91.97 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 46 | 0 | 0.52 | 0.75 | 0.29 | 17.78 | 0.59 | 0.45 |
| Hex | B5 | 56 | 2E | 0 | 34 | 4B | 1D | 12 | 3B | 2D |
| Octal | 265 | 126 | 56 | 0 | 64 | 113 | 35 | 22 | 73 | 55 |
| Binary | 10110101 | 1010110 | 101110 | 0 | 110100 | 1001011 | 11101 | 10010 | 111011 | 101101 |
Color Harmonies of #B5562E
Complementary color
Monochromatic Colors of #B5562E
Black with #B5562E
Text Example
Text Example
White with #B5562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5562E; }
p { color: rgb(181,86,46); }
H1.HeaderClassName
{
color: #B5562E;
}
.AnyTagClassName
{
color: #B5562E;
}
</style>
background-color css
<style>
a { background-color: #B5562E; }
a { background-color: rgb(181,86,46); }
div.DivClassName
{
background-color: #B5562E;
}
.BgClassName
{
background-color: #B5562E;
}
</style>
border-color css
<style>
span { border-color: #B5562E; }
span { border-color: rgb(181,86,46); }
td.TdClassName
{
border-color: #B5562E;
}
.TagClassName
{
border-color: #B5562E;
}
</style>