Shades of Fiery Orange #BC5520
Tints of Fiery Orange #BC5520
RGB
CMYK
RGB Variations
Color information
#BC5520 (or 0xBC5520) is known color: Fiery Orange. HEX triplet: BC, 55 and 20. RGB value is (188,85,32). Sum of RGB (Red+Green+Blue) = 188+85+32=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5520 is #43AADF. Grayscale: #6E6E6E. Windows color (decimal): -4434656 or 2119100. OLE color: 2119100.
HSL color Cylindrical-coordinate representation of color #BC5520: hue angle of 20.38º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC5520 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 32 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.26 |
| HSL | 20.38º | 0.71% | 0.43% | - |
| HSV(B) | 20.38º | 0.83% | 0.74% | - |
| XYZ | 24.25 | 17.29 | 3.43 | - |
| YUV | 109.76 | 84.12 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 32 | 0 | 0.55 | 0.83 | 0.26 | 20.38 | 0.71 | 0.43 |
| Hex | BC | 55 | 20 | 0 | 37 | 53 | 1A | 14 | 47 | 2B |
| Octal | 274 | 125 | 40 | 0 | 67 | 123 | 32 | 24 | 107 | 53 |
| Binary | 10111100 | 1010101 | 100000 | 0 | 110111 | 1010011 | 11010 | 10100 | 1000111 | 101011 |
Color Harmonies of #BC5520
Complementary color
Monochromatic Colors of #BC5520
Black with #BC5520
Text Example
Text Example
White with #BC5520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5520; }
p { color: rgb(188,85,32); }
H1.HeaderClassName
{
color: #BC5520;
}
.AnyTagClassName
{
color: #BC5520;
}
</style>
background-color css
<style>
a { background-color: #BC5520; }
a { background-color: rgb(188,85,32); }
div.DivClassName
{
background-color: #BC5520;
}
.BgClassName
{
background-color: #BC5520;
}
</style>
border-color css
<style>
span { border-color: #BC5520; }
span { border-color: rgb(188,85,32); }
td.TdClassName
{
border-color: #BC5520;
}
.TagClassName
{
border-color: #BC5520;
}
</style>