Shades of Fiery Orange #BC5426
Tints of Fiery Orange #BC5426
RGB
CMYK
RGB Variations
Color information
#BC5426 (or 0xBC5426) is known color: Fiery Orange. HEX triplet: BC, 54 and 26. RGB value is (188,84,38). Sum of RGB (Red+Green+Blue) = 188+84+38=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5426 is #43ABD9. Grayscale: #6E6E6E. Windows color (decimal): -4434906 or 2512060. OLE color: 2512060.
HSL color Cylindrical-coordinate representation of color #BC5426: hue angle of 18.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC5426 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 38 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.26 |
| HSL | 18.4º | 0.66% | 0.44% | - |
| HSV(B) | 18.4º | 0.8% | 0.74% | - |
| XYZ | 24.26 | 17.17 | 3.87 | - |
| YUV | 109.85 | 87.46 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 38 | 0 | 0.55 | 0.80 | 0.26 | 18.4 | 0.66 | 0.44 |
| Hex | BC | 54 | 26 | 0 | 37 | 50 | 1A | 12 | 42 | 2C |
| Octal | 274 | 124 | 46 | 0 | 67 | 120 | 32 | 22 | 102 | 54 |
| Binary | 10111100 | 1010100 | 100110 | 0 | 110111 | 1010000 | 11010 | 10010 | 1000010 | 101100 |
Color Harmonies of #BC5426
Complementary color
Monochromatic Colors of #BC5426
Black with #BC5426
Text Example
Text Example
White with #BC5426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5426; }
p { color: rgb(188,84,38); }
H1.HeaderClassName
{
color: #BC5426;
}
.AnyTagClassName
{
color: #BC5426;
}
</style>
background-color css
<style>
a { background-color: #BC5426; }
a { background-color: rgb(188,84,38); }
div.DivClassName
{
background-color: #BC5426;
}
.BgClassName
{
background-color: #BC5426;
}
</style>
border-color css
<style>
span { border-color: #BC5426; }
span { border-color: rgb(188,84,38); }
td.TdClassName
{
border-color: #BC5426;
}
.TagClassName
{
border-color: #BC5426;
}
</style>