Shades of Fiery Orange #BC541F
Tints of Fiery Orange #BC541F
RGB
CMYK
RGB Variations
Color information
#BC541F (or 0xBC541F) is known color: Fiery Orange. HEX triplet: BC, 54 and 1F. RGB value is (188,84,31). Sum of RGB (Red+Green+Blue) = 188+84+31=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC541F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC541F is #43ABE0. Grayscale: #6D6D6D. Windows color (decimal): -4434913 or 2053308. OLE color: 2053308.
HSL color Cylindrical-coordinate representation of color #BC541F: hue angle of 20.25º 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 #BC541F is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 31 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.26 |
| HSL | 20.25º | 0.72% | 0.43% | - |
| HSV(B) | 20.25º | 0.84% | 0.74% | - |
| XYZ | 24.16 | 17.13 | 3.33 | - |
| YUV | 109.05 | 83.96 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 31 | 0 | 0.55 | 0.84 | 0.26 | 20.25 | 0.72 | 0.43 |
| Hex | BC | 54 | 1F | 0 | 37 | 54 | 1A | 14 | 48 | 2B |
| Octal | 274 | 124 | 37 | 0 | 67 | 124 | 32 | 24 | 110 | 53 |
| Binary | 10111100 | 1010100 | 11111 | 0 | 110111 | 1010100 | 11010 | 10100 | 1001000 | 101011 |
Color Harmonies of #BC541F
Complementary color
Monochromatic Colors of #BC541F
Black with #BC541F
Text Example
Text Example
White with #BC541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC541F; }
p { color: rgb(188,84,31); }
H1.HeaderClassName
{
color: #BC541F;
}
.AnyTagClassName
{
color: #BC541F;
}
</style>
background-color css
<style>
a { background-color: #BC541F; }
a { background-color: rgb(188,84,31); }
div.DivClassName
{
background-color: #BC541F;
}
.BgClassName
{
background-color: #BC541F;
}
</style>
border-color css
<style>
span { border-color: #BC541F; }
span { border-color: rgb(188,84,31); }
td.TdClassName
{
border-color: #BC541F;
}
.TagClassName
{
border-color: #BC541F;
}
</style>