Shades of Fiery Orange #BC521E
Tints of Fiery Orange #BC521E
RGB
CMYK
RGB Variations
Color information
#BC521E (or 0xBC521E) is known color: Fiery Orange. HEX triplet: BC, 52 and 1E. RGB value is (188,82,30). Sum of RGB (Red+Green+Blue) = 188+82+30=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC521E is #43ADE1. Grayscale: #6C6C6C. Windows color (decimal): -4435426 or 1987260. OLE color: 1987260.
HSL color Cylindrical-coordinate representation of color #BC521E: hue angle of 19.75º 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 #BC521E is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 30 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.26 |
| HSL | 19.75º | 0.72% | 0.43% | - |
| HSV(B) | 19.75º | 0.84% | 0.74% | - |
| XYZ | 23.99 | 16.82 | 3.21 | - |
| YUV | 107.77 | 84.12 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 30 | 0 | 0.56 | 0.84 | 0.26 | 19.75 | 0.72 | 0.43 |
| Hex | BC | 52 | 1E | 0 | 38 | 54 | 1A | 14 | 48 | 2B |
| Octal | 274 | 122 | 36 | 0 | 70 | 124 | 32 | 24 | 110 | 53 |
| Binary | 10111100 | 1010010 | 11110 | 0 | 111000 | 1010100 | 11010 | 10100 | 1001000 | 101011 |
Color Harmonies of #BC521E
Complementary color
Monochromatic Colors of #BC521E
Black with #BC521E
Text Example
Text Example
White with #BC521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC521E; }
p { color: rgb(188,82,30); }
H1.HeaderClassName
{
color: #BC521E;
}
.AnyTagClassName
{
color: #BC521E;
}
</style>
background-color css
<style>
a { background-color: #BC521E; }
a { background-color: rgb(188,82,30); }
div.DivClassName
{
background-color: #BC521E;
}
.BgClassName
{
background-color: #BC521E;
}
</style>
border-color css
<style>
span { border-color: #BC521E; }
span { border-color: rgb(188,82,30); }
td.TdClassName
{
border-color: #BC521E;
}
.TagClassName
{
border-color: #BC521E;
}
</style>