Shades of Fiery Orange #BC551F
Tints of Fiery Orange #BC551F
RGB
CMYK
RGB Variations
Color information
#BC551F (or 0xBC551F) is known color: Fiery Orange. HEX triplet: BC, 55 and 1F. RGB value is (188,85,31). Sum of RGB (Red+Green+Blue) = 188+85+31=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC551F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC551F is #43AAE0. Grayscale: #6D6D6D. Windows color (decimal): -4434657 or 2053564. OLE color: 2053564.
HSL color Cylindrical-coordinate representation of color #BC551F: hue angle of 20.64º 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 #BC551F is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 31 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.26 |
| HSL | 20.64º | 0.72% | 0.43% | - |
| HSV(B) | 20.64º | 0.84% | 0.74% | - |
| XYZ | 24.23 | 17.29 | 3.36 | - |
| YUV | 109.64 | 83.62 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 31 | 0 | 0.55 | 0.84 | 0.26 | 20.64 | 0.72 | 0.43 |
| Hex | BC | 55 | 1F | 0 | 37 | 54 | 1A | 15 | 48 | 2B |
| Octal | 274 | 125 | 37 | 0 | 67 | 124 | 32 | 25 | 110 | 53 |
| Binary | 10111100 | 1010101 | 11111 | 0 | 110111 | 1010100 | 11010 | 10101 | 1001000 | 101011 |
Color Harmonies of #BC551F
Complementary color
Monochromatic Colors of #BC551F
Black with #BC551F
Text Example
Text Example
White with #BC551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC551F; }
p { color: rgb(188,85,31); }
H1.HeaderClassName
{
color: #BC551F;
}
.AnyTagClassName
{
color: #BC551F;
}
</style>
background-color css
<style>
a { background-color: #BC551F; }
a { background-color: rgb(188,85,31); }
div.DivClassName
{
background-color: #BC551F;
}
.BgClassName
{
background-color: #BC551F;
}
</style>
border-color css
<style>
span { border-color: #BC551F; }
span { border-color: rgb(188,85,31); }
td.TdClassName
{
border-color: #BC551F;
}
.TagClassName
{
border-color: #BC551F;
}
</style>