Shades of Fiery Orange #BC571E
Tints of Fiery Orange #BC571E
RGB
CMYK
RGB Variations
Color information
#BC571E (or 0xBC571E) is known color: Fiery Orange. HEX triplet: BC, 57 and 1E. RGB value is (188,87,30). Sum of RGB (Red+Green+Blue) = 188+87+30=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC571E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC571E is #43A8E1. Grayscale: #6F6F6F. Windows color (decimal): -4434146 or 1988540. OLE color: 1988540.
HSL color Cylindrical-coordinate representation of color #BC571E: hue angle of 21.65º 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 #BC571E is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 30 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.26 |
| HSL | 21.65º | 0.72% | 0.43% | - |
| HSV(B) | 21.65º | 0.84% | 0.74% | - |
| XYZ | 24.38 | 17.6 | 3.34 | - |
| YUV | 110.7 | 82.46 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 30 | 0 | 0.54 | 0.84 | 0.26 | 21.65 | 0.72 | 0.43 |
| Hex | BC | 57 | 1E | 0 | 36 | 54 | 1A | 16 | 48 | 2B |
| Octal | 274 | 127 | 36 | 0 | 66 | 124 | 32 | 26 | 110 | 53 |
| Binary | 10111100 | 1010111 | 11110 | 0 | 110110 | 1010100 | 11010 | 10110 | 1001000 | 101011 |
Color Harmonies of #BC571E
Complementary color
Monochromatic Colors of #BC571E
Black with #BC571E
Text Example
Text Example
White with #BC571E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC571E; }
p { color: rgb(188,87,30); }
H1.HeaderClassName
{
color: #BC571E;
}
.AnyTagClassName
{
color: #BC571E;
}
</style>
background-color css
<style>
a { background-color: #BC571E; }
a { background-color: rgb(188,87,30); }
div.DivClassName
{
background-color: #BC571E;
}
.BgClassName
{
background-color: #BC571E;
}
</style>
border-color css
<style>
span { border-color: #BC571E; }
span { border-color: rgb(188,87,30); }
td.TdClassName
{
border-color: #BC571E;
}
.TagClassName
{
border-color: #BC571E;
}
</style>