Shades of Fiery Orange #BC5220
Tints of Fiery Orange #BC5220
RGB
CMYK
RGB Variations
Color information
#BC5220 (or 0xBC5220) is known color: Fiery Orange. HEX triplet: BC, 52 and 20. RGB value is (188,82,32). Sum of RGB (Red+Green+Blue) = 188+82+32=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5220 is #43ADDF. Grayscale: #6C6C6C. Windows color (decimal): -4435424 or 2118332. OLE color: 2118332.
HSL color Cylindrical-coordinate representation of color #BC5220: hue angle of 19.23º 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 #BC5220 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 32 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.26 |
| HSL | 19.23º | 0.71% | 0.43% | - |
| HSV(B) | 19.23º | 0.83% | 0.74% | - |
| XYZ | 24.02 | 16.83 | 3.35 | - |
| YUV | 107.99 | 85.12 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 32 | 0 | 0.56 | 0.83 | 0.26 | 19.23 | 0.71 | 0.43 |
| Hex | BC | 52 | 20 | 0 | 38 | 53 | 1A | 13 | 47 | 2B |
| Octal | 274 | 122 | 40 | 0 | 70 | 123 | 32 | 23 | 107 | 53 |
| Binary | 10111100 | 1010010 | 100000 | 0 | 111000 | 1010011 | 11010 | 10011 | 1000111 | 101011 |
Color Harmonies of #BC5220
Complementary color
Monochromatic Colors of #BC5220
Black with #BC5220
Text Example
Text Example
White with #BC5220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5220; }
p { color: rgb(188,82,32); }
H1.HeaderClassName
{
color: #BC5220;
}
.AnyTagClassName
{
color: #BC5220;
}
</style>
background-color css
<style>
a { background-color: #BC5220; }
a { background-color: rgb(188,82,32); }
div.DivClassName
{
background-color: #BC5220;
}
.BgClassName
{
background-color: #BC5220;
}
</style>
border-color css
<style>
span { border-color: #BC5220; }
span { border-color: rgb(188,82,32); }
td.TdClassName
{
border-color: #BC5220;
}
.TagClassName
{
border-color: #BC5220;
}
</style>