Shades of Fiery Orange #B6561E
Tints of Fiery Orange #B6561E
RGB
CMYK
RGB Variations
Color information
#B6561E (or 0xB6561E) is known color: Fiery Orange. HEX triplet: B6, 56 and 1E. RGB value is (182,86,30). Sum of RGB (Red+Green+Blue) = 182+86+30=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B6561E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6561E is #49A9E1. Grayscale: #6C6C6C. Windows color (decimal): -4827618 or 1988278. OLE color: 1988278.
HSL color Cylindrical-coordinate representation of color #B6561E: hue angle of 22.11º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B6561E is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 86 | 30 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.29 |
| HSL | 22.11º | 0.72% | 0.42% | - |
| HSV(B) | 22.11º | 0.84% | 0.71% | - |
| XYZ | 22.85 | 16.69 | 3.25 | - |
| YUV | 108.32 | 83.8 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 30 | 0 | 0.53 | 0.84 | 0.29 | 22.11 | 0.72 | 0.42 |
| Hex | B6 | 56 | 1E | 0 | 35 | 54 | 1D | 16 | 48 | 2A |
| Octal | 266 | 126 | 36 | 0 | 65 | 124 | 35 | 26 | 110 | 52 |
| Binary | 10110110 | 1010110 | 11110 | 0 | 110101 | 1010100 | 11101 | 10110 | 1001000 | 101010 |
Color Harmonies of #B6561E
Complementary color
Monochromatic Colors of #B6561E
Black with #B6561E
Text Example
Text Example
White with #B6561E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6561E; }
p { color: rgb(182,86,30); }
H1.HeaderClassName
{
color: #B6561E;
}
.AnyTagClassName
{
color: #B6561E;
}
</style>
background-color css
<style>
a { background-color: #B6561E; }
a { background-color: rgb(182,86,30); }
div.DivClassName
{
background-color: #B6561E;
}
.BgClassName
{
background-color: #B6561E;
}
</style>
border-color css
<style>
span { border-color: #B6561E; }
span { border-color: rgb(182,86,30); }
td.TdClassName
{
border-color: #B6561E;
}
.TagClassName
{
border-color: #B6561E;
}
</style>