Shades of Fiery Orange #BE561C
Tints of Fiery Orange #BE561C
RGB
CMYK
RGB Variations
Color information
#BE561C (or 0xBE561C) is known color: Fiery Orange. HEX triplet: BE, 56 and 1C. RGB value is (190,86,28). Sum of RGB (Red+Green+Blue) = 190+86+28=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE561C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE561C is #41A9E3. Grayscale: #6E6E6E. Windows color (decimal): -4303332 or 1857214. OLE color: 1857214.
HSL color Cylindrical-coordinate representation of color #BE561C: hue angle of 21.48º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE561C is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 86 | 28 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.25 |
| HSL | 21.48º | 0.74% | 0.43% | - |
| HSV(B) | 21.48º | 0.85% | 0.75% | - |
| XYZ | 24.77 | 17.69 | 3.21 | - |
| YUV | 110.48 | 81.46 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 28 | 0 | 0.55 | 0.85 | 0.25 | 21.48 | 0.74 | 0.43 |
| Hex | BE | 56 | 1C | 0 | 37 | 55 | 19 | 15 | 4A | 2B |
| Octal | 276 | 126 | 34 | 0 | 67 | 125 | 31 | 25 | 112 | 53 |
| Binary | 10111110 | 1010110 | 11100 | 0 | 110111 | 1010101 | 11001 | 10101 | 1001010 | 101011 |
Color Harmonies of #BE561C
Complementary color
Monochromatic Colors of #BE561C
Black with #BE561C
Text Example
Text Example
White with #BE561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE561C; }
p { color: rgb(190,86,28); }
H1.HeaderClassName
{
color: #BE561C;
}
.AnyTagClassName
{
color: #BE561C;
}
</style>
background-color css
<style>
a { background-color: #BE561C; }
a { background-color: rgb(190,86,28); }
div.DivClassName
{
background-color: #BE561C;
}
.BgClassName
{
background-color: #BE561C;
}
</style>
border-color css
<style>
span { border-color: #BE561C; }
span { border-color: rgb(190,86,28); }
td.TdClassName
{
border-color: #BE561C;
}
.TagClassName
{
border-color: #BE561C;
}
</style>