Shades of Fiery Orange #BC5528
Tints of Fiery Orange #BC5528
RGB
CMYK
RGB Variations
Color information
#BC5528 (or 0xBC5528) is known color: Fiery Orange. HEX triplet: BC, 55 and 28. RGB value is (188,85,40). Sum of RGB (Red+Green+Blue) = 188+85+40=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5528 is #43AAD7. Grayscale: #6E6E6E. Windows color (decimal): -4434648 or 2643388. OLE color: 2643388.
HSL color Cylindrical-coordinate representation of color #BC5528: hue angle of 18.24º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC5528 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 40 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.26 |
| HSL | 18.24º | 0.65% | 0.45% | - |
| HSV(B) | 18.24º | 0.79% | 0.74% | - |
| XYZ | 24.37 | 17.34 | 4.07 | - |
| YUV | 110.67 | 88.12 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 40 | 0 | 0.55 | 0.79 | 0.26 | 18.24 | 0.65 | 0.45 |
| Hex | BC | 55 | 28 | 0 | 37 | 4F | 1A | 12 | 41 | 2D |
| Octal | 274 | 125 | 50 | 0 | 67 | 117 | 32 | 22 | 101 | 55 |
| Binary | 10111100 | 1010101 | 101000 | 0 | 110111 | 1001111 | 11010 | 10010 | 1000001 | 101101 |
Color Harmonies of #BC5528
Complementary color
Monochromatic Colors of #BC5528
Black with #BC5528
Text Example
Text Example
White with #BC5528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5528; }
p { color: rgb(188,85,40); }
H1.HeaderClassName
{
color: #BC5528;
}
.AnyTagClassName
{
color: #BC5528;
}
</style>
background-color css
<style>
a { background-color: #BC5528; }
a { background-color: rgb(188,85,40); }
div.DivClassName
{
background-color: #BC5528;
}
.BgClassName
{
background-color: #BC5528;
}
</style>
border-color css
<style>
span { border-color: #BC5528; }
span { border-color: rgb(188,85,40); }
td.TdClassName
{
border-color: #BC5528;
}
.TagClassName
{
border-color: #BC5528;
}
</style>