Shades of Fiery Orange #BE5220
Tints of Fiery Orange #BE5220
RGB
CMYK
RGB Variations
Color information
#BE5220 (or 0xBE5220) is known color: Fiery Orange. HEX triplet: BE, 52 and 20. RGB value is (190,82,32). Sum of RGB (Red+Green+Blue) = 190+82+32=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5220 is #41ADDF. Grayscale: #6C6C6C. Windows color (decimal): -4304352 or 2118334. OLE color: 2118334.
HSL color Cylindrical-coordinate representation of color #BE5220: hue angle of 18.99º 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 #BE5220 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 82 | 32 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.25 |
| HSL | 18.99º | 0.71% | 0.44% | - |
| HSV(B) | 18.99º | 0.83% | 0.75% | - |
| XYZ | 24.51 | 17.09 | 3.37 | - |
| YUV | 108.59 | 84.78 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 32 | 0 | 0.57 | 0.83 | 0.25 | 18.99 | 0.71 | 0.44 |
| Hex | BE | 52 | 20 | 0 | 39 | 53 | 19 | 13 | 47 | 2C |
| Octal | 276 | 122 | 40 | 0 | 71 | 123 | 31 | 23 | 107 | 54 |
| Binary | 10111110 | 1010010 | 100000 | 0 | 111001 | 1010011 | 11001 | 10011 | 1000111 | 101100 |
Color Harmonies of #BE5220
Complementary color
Monochromatic Colors of #BE5220
Black with #BE5220
Text Example
Text Example
White with #BE5220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5220; }
p { color: rgb(190,82,32); }
H1.HeaderClassName
{
color: #BE5220;
}
.AnyTagClassName
{
color: #BE5220;
}
</style>
background-color css
<style>
a { background-color: #BE5220; }
a { background-color: rgb(190,82,32); }
div.DivClassName
{
background-color: #BE5220;
}
.BgClassName
{
background-color: #BE5220;
}
</style>
border-color css
<style>
span { border-color: #BE5220; }
span { border-color: rgb(190,82,32); }
td.TdClassName
{
border-color: #BE5220;
}
.TagClassName
{
border-color: #BE5220;
}
</style>