Shades of Fiery Orange #BC531F
Tints of Fiery Orange #BC531F
RGB
CMYK
RGB Variations
Color information
#BC531F (or 0xBC531F) is known color: Fiery Orange. HEX triplet: BC, 53 and 1F. RGB value is (188,83,31). Sum of RGB (Red+Green+Blue) = 188+83+31=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC531F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC531F is #43ACE0. Grayscale: #6C6C6C. Windows color (decimal): -4435169 or 2053052. OLE color: 2053052.
HSL color Cylindrical-coordinate representation of color #BC531F: hue angle of 19.87º 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 #BC531F is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 31 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.26 |
| HSL | 19.87º | 0.72% | 0.43% | - |
| HSV(B) | 19.87º | 0.84% | 0.74% | - |
| XYZ | 24.08 | 16.98 | 3.3 | - |
| YUV | 108.47 | 84.29 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 31 | 0 | 0.56 | 0.84 | 0.26 | 19.87 | 0.72 | 0.43 |
| Hex | BC | 53 | 1F | 0 | 38 | 54 | 1A | 14 | 48 | 2B |
| Octal | 274 | 123 | 37 | 0 | 70 | 124 | 32 | 24 | 110 | 53 |
| Binary | 10111100 | 1010011 | 11111 | 0 | 111000 | 1010100 | 11010 | 10100 | 1001000 | 101011 |
Color Harmonies of #BC531F
Complementary color
Monochromatic Colors of #BC531F
Black with #BC531F
Text Example
Text Example
White with #BC531F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC531F; }
p { color: rgb(188,83,31); }
H1.HeaderClassName
{
color: #BC531F;
}
.AnyTagClassName
{
color: #BC531F;
}
</style>
background-color css
<style>
a { background-color: #BC531F; }
a { background-color: rgb(188,83,31); }
div.DivClassName
{
background-color: #BC531F;
}
.BgClassName
{
background-color: #BC531F;
}
</style>
border-color css
<style>
span { border-color: #BC531F; }
span { border-color: rgb(188,83,31); }
td.TdClassName
{
border-color: #BC531F;
}
.TagClassName
{
border-color: #BC531F;
}
</style>