Shades of Fiery Orange #B6571E
Tints of Fiery Orange #B6571E
RGB
CMYK
RGB Variations
Color information
#B6571E (or 0xB6571E) is known color: Fiery Orange. HEX triplet: B6, 57 and 1E. RGB value is (182,87,30). Sum of RGB (Red+Green+Blue) = 182+87+30=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B6571E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6571E is #49A8E1. Grayscale: #6D6D6D. Windows color (decimal): -4827362 or 1988534. OLE color: 1988534.
HSL color Cylindrical-coordinate representation of color #B6571E: hue angle of 22.5º 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 #B6571E is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 87 | 30 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.29 |
| HSL | 22.5º | 0.72% | 0.42% | - |
| HSV(B) | 22.5º | 0.84% | 0.71% | - |
| XYZ | 22.93 | 16.86 | 3.27 | - |
| YUV | 108.91 | 83.47 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 87 | 30 | 0 | 0.52 | 0.84 | 0.29 | 22.5 | 0.72 | 0.42 |
| Hex | B6 | 57 | 1E | 0 | 34 | 54 | 1D | 16 | 48 | 2A |
| Octal | 266 | 127 | 36 | 0 | 64 | 124 | 35 | 26 | 110 | 52 |
| Binary | 10110110 | 1010111 | 11110 | 0 | 110100 | 1010100 | 11101 | 10110 | 1001000 | 101010 |
Color Harmonies of #B6571E
Complementary color
Monochromatic Colors of #B6571E
Black with #B6571E
Text Example
Text Example
White with #B6571E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6571E; }
p { color: rgb(182,87,30); }
H1.HeaderClassName
{
color: #B6571E;
}
.AnyTagClassName
{
color: #B6571E;
}
</style>
background-color css
<style>
a { background-color: #B6571E; }
a { background-color: rgb(182,87,30); }
div.DivClassName
{
background-color: #B6571E;
}
.BgClassName
{
background-color: #B6571E;
}
</style>
border-color css
<style>
span { border-color: #B6571E; }
span { border-color: rgb(182,87,30); }
td.TdClassName
{
border-color: #B6571E;
}
.TagClassName
{
border-color: #B6571E;
}
</style>