Shades of Fiery Orange #BC561E
Tints of Fiery Orange #BC561E
RGB
CMYK
RGB Variations
Color information
#BC561E (or 0xBC561E) is known color: Fiery Orange. HEX triplet: BC, 56 and 1E. RGB value is (188,86,30). Sum of RGB (Red+Green+Blue) = 188+86+30=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC561E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC561E is #43A9E1. Grayscale: #6E6E6E. Windows color (decimal): -4434402 or 1988284. OLE color: 1988284.
HSL color Cylindrical-coordinate representation of color #BC561E: hue angle of 21.27º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC561E is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 30 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.26 |
| HSL | 21.27º | 0.72% | 0.43% | - |
| HSV(B) | 21.27º | 0.84% | 0.74% | - |
| XYZ | 24.3 | 17.44 | 3.31 | - |
| YUV | 110.11 | 82.79 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 30 | 0 | 0.54 | 0.84 | 0.26 | 21.27 | 0.72 | 0.43 |
| Hex | BC | 56 | 1E | 0 | 36 | 54 | 1A | 15 | 48 | 2B |
| Octal | 274 | 126 | 36 | 0 | 66 | 124 | 32 | 25 | 110 | 53 |
| Binary | 10111100 | 1010110 | 11110 | 0 | 110110 | 1010100 | 11010 | 10101 | 1001000 | 101011 |
Color Harmonies of #BC561E
Complementary color
Monochromatic Colors of #BC561E
Black with #BC561E
Text Example
Text Example
White with #BC561E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC561E; }
p { color: rgb(188,86,30); }
H1.HeaderClassName
{
color: #BC561E;
}
.AnyTagClassName
{
color: #BC561E;
}
</style>
background-color css
<style>
a { background-color: #BC561E; }
a { background-color: rgb(188,86,30); }
div.DivClassName
{
background-color: #BC561E;
}
.BgClassName
{
background-color: #BC561E;
}
</style>
border-color css
<style>
span { border-color: #BC561E; }
span { border-color: rgb(188,86,30); }
td.TdClassName
{
border-color: #BC561E;
}
.TagClassName
{
border-color: #BC561E;
}
</style>