Shades of Fiery Orange #BC521F
Tints of Fiery Orange #BC521F
RGB
CMYK
RGB Variations
Color information
#BC521F (or 0xBC521F) is known color: Fiery Orange. HEX triplet: BC, 52 and 1F. RGB value is (188,82,31). Sum of RGB (Red+Green+Blue) = 188+82+31=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC521F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC521F is #43ADE0. Grayscale: #6C6C6C. Windows color (decimal): -4435425 or 2052796. OLE color: 2052796.
HSL color Cylindrical-coordinate representation of color #BC521F: hue angle of 19.49º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC521F is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 31 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.26 |
| HSL | 19.49º | 0.72% | 0.43% | - |
| HSV(B) | 19.49º | 0.84% | 0.74% | - |
| XYZ | 24 | 16.82 | 3.28 | - |
| YUV | 107.88 | 84.62 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 31 | 0 | 0.56 | 0.84 | 0.26 | 19.49 | 0.72 | 0.43 |
| Hex | BC | 52 | 1F | 0 | 38 | 54 | 1A | 13 | 48 | 2B |
| Octal | 274 | 122 | 37 | 0 | 70 | 124 | 32 | 23 | 110 | 53 |
| Binary | 10111100 | 1010010 | 11111 | 0 | 111000 | 1010100 | 11010 | 10011 | 1001000 | 101011 |
Color Harmonies of #BC521F
Complementary color
Monochromatic Colors of #BC521F
Black with #BC521F
Text Example
Text Example
White with #BC521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC521F; }
p { color: rgb(188,82,31); }
H1.HeaderClassName
{
color: #BC521F;
}
.AnyTagClassName
{
color: #BC521F;
}
</style>
background-color css
<style>
a { background-color: #BC521F; }
a { background-color: rgb(188,82,31); }
div.DivClassName
{
background-color: #BC521F;
}
.BgClassName
{
background-color: #BC521F;
}
</style>
border-color css
<style>
span { border-color: #BC521F; }
span { border-color: rgb(188,82,31); }
td.TdClassName
{
border-color: #BC521F;
}
.TagClassName
{
border-color: #BC521F;
}
</style>