Shades of Fiery Orange #BE5521
Tints of Fiery Orange #BE5521
RGB
CMYK
RGB Variations
Color information
#BE5521 (or 0xBE5521) is known color: Fiery Orange. HEX triplet: BE, 55 and 21. RGB value is (190,85,33). Sum of RGB (Red+Green+Blue) = 190+85+33=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5521 is #41AADE. Grayscale: #6E6E6E. Windows color (decimal): -4303583 or 2184638. OLE color: 2184638.
HSL color Cylindrical-coordinate representation of color #BE5521: hue angle of 19.87º degrees, saturation: 0.7, 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 #BE5521 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 85 | 33 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.25 |
| HSL | 19.87º | 0.7% | 0.44% | - |
| HSV(B) | 19.87º | 0.83% | 0.75% | - |
| XYZ | 24.76 | 17.55 | 3.52 | - |
| YUV | 110.47 | 84.29 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 33 | 0 | 0.55 | 0.83 | 0.25 | 19.87 | 0.7 | 0.44 |
| Hex | BE | 55 | 21 | 0 | 37 | 53 | 19 | 14 | 46 | 2C |
| Octal | 276 | 125 | 41 | 0 | 67 | 123 | 31 | 24 | 106 | 54 |
| Binary | 10111110 | 1010101 | 100001 | 0 | 110111 | 1010011 | 11001 | 10100 | 1000110 | 101100 |
Color Harmonies of #BE5521
Complementary color
Monochromatic Colors of #BE5521
Black with #BE5521
Text Example
Text Example
White with #BE5521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5521; }
p { color: rgb(190,85,33); }
H1.HeaderClassName
{
color: #BE5521;
}
.AnyTagClassName
{
color: #BE5521;
}
</style>
background-color css
<style>
a { background-color: #BE5521; }
a { background-color: rgb(190,85,33); }
div.DivClassName
{
background-color: #BE5521;
}
.BgClassName
{
background-color: #BE5521;
}
</style>
border-color css
<style>
span { border-color: #BE5521; }
span { border-color: rgb(190,85,33); }
td.TdClassName
{
border-color: #BE5521;
}
.TagClassName
{
border-color: #BE5521;
}
</style>