Shades of Fiery Orange #BC511E
Tints of Fiery Orange #BC511E
RGB
CMYK
RGB Variations
Color information
#BC511E (or 0xBC511E) is known color: Fiery Orange. HEX triplet: BC, 51 and 1E. RGB value is (188,81,30). Sum of RGB (Red+Green+Blue) = 188+81+30=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC511E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC511E is #43AEE1. Grayscale: #6B6B6B. Windows color (decimal): -4435682 or 1987004. OLE color: 1987004.
HSL color Cylindrical-coordinate representation of color #BC511E: hue angle of 19.37º 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 #BC511E is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 30 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.26 |
| HSL | 19.37º | 0.72% | 0.43% | - |
| HSV(B) | 19.37º | 0.84% | 0.74% | - |
| XYZ | 23.92 | 16.67 | 3.19 | - |
| YUV | 107.18 | 84.45 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 30 | 0 | 0.57 | 0.84 | 0.26 | 19.37 | 0.72 | 0.43 |
| Hex | BC | 51 | 1E | 0 | 39 | 54 | 1A | 13 | 48 | 2B |
| Octal | 274 | 121 | 36 | 0 | 71 | 124 | 32 | 23 | 110 | 53 |
| Binary | 10111100 | 1010001 | 11110 | 0 | 111001 | 1010100 | 11010 | 10011 | 1001000 | 101011 |
Color Harmonies of #BC511E
Complementary color
Monochromatic Colors of #BC511E
Black with #BC511E
Text Example
Text Example
White with #BC511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC511E; }
p { color: rgb(188,81,30); }
H1.HeaderClassName
{
color: #BC511E;
}
.AnyTagClassName
{
color: #BC511E;
}
</style>
background-color css
<style>
a { background-color: #BC511E; }
a { background-color: rgb(188,81,30); }
div.DivClassName
{
background-color: #BC511E;
}
.BgClassName
{
background-color: #BC511E;
}
</style>
border-color css
<style>
span { border-color: #BC511E; }
span { border-color: rgb(188,81,30); }
td.TdClassName
{
border-color: #BC511E;
}
.TagClassName
{
border-color: #BC511E;
}
</style>