Shades of Fiery Orange #BC5622
Tints of Fiery Orange #BC5622
RGB
CMYK
RGB Variations
Color information
#BC5622 (or 0xBC5622) is known color: Fiery Orange. HEX triplet: BC, 56 and 22. RGB value is (188,86,34). Sum of RGB (Red+Green+Blue) = 188+86+34=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5622 is #43A9DD. Grayscale: #6E6E6E. Windows color (decimal): -4434398 or 2250428. OLE color: 2250428.
HSL color Cylindrical-coordinate representation of color #BC5622: hue angle of 20.26º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC5622 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 34 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.26 |
| HSL | 20.26º | 0.69% | 0.44% | - |
| HSV(B) | 20.26º | 0.82% | 0.74% | - |
| XYZ | 24.36 | 17.46 | 3.6 | - |
| YUV | 110.57 | 84.79 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 34 | 0 | 0.54 | 0.82 | 0.26 | 20.26 | 0.69 | 0.44 |
| Hex | BC | 56 | 22 | 0 | 36 | 52 | 1A | 14 | 45 | 2C |
| Octal | 274 | 126 | 42 | 0 | 66 | 122 | 32 | 24 | 105 | 54 |
| Binary | 10111100 | 1010110 | 100010 | 0 | 110110 | 1010010 | 11010 | 10100 | 1000101 | 101100 |
Color Harmonies of #BC5622
Complementary color
Monochromatic Colors of #BC5622
Black with #BC5622
Text Example
Text Example
White with #BC5622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5622; }
p { color: rgb(188,86,34); }
H1.HeaderClassName
{
color: #BC5622;
}
.AnyTagClassName
{
color: #BC5622;
}
</style>
background-color css
<style>
a { background-color: #BC5622; }
a { background-color: rgb(188,86,34); }
div.DivClassName
{
background-color: #BC5622;
}
.BgClassName
{
background-color: #BC5622;
}
</style>
border-color css
<style>
span { border-color: #BC5622; }
span { border-color: rgb(188,86,34); }
td.TdClassName
{
border-color: #BC5622;
}
.TagClassName
{
border-color: #BC5622;
}
</style>