Shades of Fiery Orange #BC561B
Tints of Fiery Orange #BC561B
RGB
CMYK
RGB Variations
Color information
#BC561B (or 0xBC561B) is known color: Fiery Orange. HEX triplet: BC, 56 and 1B. RGB value is (188,86,27). Sum of RGB (Red+Green+Blue) = 188+86+27=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC561B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC561B is #43A9E4. Grayscale: #6E6E6E. Windows color (decimal): -4434405 or 1791676. OLE color: 1791676.
HSL color Cylindrical-coordinate representation of color #BC561B: hue angle of 21.99º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC561B is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 27 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.26 |
| HSL | 21.99º | 0.75% | 0.42% | - |
| HSV(B) | 21.99º | 0.86% | 0.74% | - |
| XYZ | 24.26 | 17.43 | 3.12 | - |
| YUV | 109.77 | 81.29 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 27 | 0 | 0.54 | 0.86 | 0.26 | 21.99 | 0.75 | 0.42 |
| Hex | BC | 56 | 1B | 0 | 36 | 56 | 1A | 16 | 4B | 2A |
| Octal | 274 | 126 | 33 | 0 | 66 | 126 | 32 | 26 | 113 | 52 |
| Binary | 10111100 | 1010110 | 11011 | 0 | 110110 | 1010110 | 11010 | 10110 | 1001011 | 101010 |
Color Harmonies of #BC561B
Complementary color
Monochromatic Colors of #BC561B
Black with #BC561B
Text Example
Text Example
White with #BC561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC561B; }
p { color: rgb(188,86,27); }
H1.HeaderClassName
{
color: #BC561B;
}
.AnyTagClassName
{
color: #BC561B;
}
</style>
background-color css
<style>
a { background-color: #BC561B; }
a { background-color: rgb(188,86,27); }
div.DivClassName
{
background-color: #BC561B;
}
.BgClassName
{
background-color: #BC561B;
}
</style>
border-color css
<style>
span { border-color: #BC561B; }
span { border-color: rgb(188,86,27); }
td.TdClassName
{
border-color: #BC561B;
}
.TagClassName
{
border-color: #BC561B;
}
</style>