Shades of Fiery Orange #BE5420
Tints of Fiery Orange #BE5420
RGB
CMYK
RGB Variations
Color information
#BE5420 (or 0xBE5420) is known color: Fiery Orange. HEX triplet: BE, 54 and 20. RGB value is (190,84,32). Sum of RGB (Red+Green+Blue) = 190+84+32=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5420 is #41ABDF. Grayscale: #6E6E6E. Windows color (decimal): -4303840 or 2118846. OLE color: 2118846.
HSL color Cylindrical-coordinate representation of color #BE5420: hue angle of 19.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE5420 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 84 | 32 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.25 |
| HSL | 19.75º | 0.71% | 0.44% | - |
| HSV(B) | 19.75º | 0.83% | 0.75% | - |
| XYZ | 24.67 | 17.39 | 3.42 | - |
| YUV | 109.77 | 84.12 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 32 | 0 | 0.56 | 0.83 | 0.25 | 19.75 | 0.71 | 0.44 |
| Hex | BE | 54 | 20 | 0 | 38 | 53 | 19 | 14 | 47 | 2C |
| Octal | 276 | 124 | 40 | 0 | 70 | 123 | 31 | 24 | 107 | 54 |
| Binary | 10111110 | 1010100 | 100000 | 0 | 111000 | 1010011 | 11001 | 10100 | 1000111 | 101100 |
Color Harmonies of #BE5420
Complementary color
Monochromatic Colors of #BE5420
Black with #BE5420
Text Example
Text Example
White with #BE5420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5420; }
p { color: rgb(190,84,32); }
H1.HeaderClassName
{
color: #BE5420;
}
.AnyTagClassName
{
color: #BE5420;
}
</style>
background-color css
<style>
a { background-color: #BE5420; }
a { background-color: rgb(190,84,32); }
div.DivClassName
{
background-color: #BE5420;
}
.BgClassName
{
background-color: #BE5420;
}
</style>
border-color css
<style>
span { border-color: #BE5420; }
span { border-color: rgb(190,84,32); }
td.TdClassName
{
border-color: #BE5420;
}
.TagClassName
{
border-color: #BE5420;
}
</style>