Shades of Fiery Orange #BE561D
Tints of Fiery Orange #BE561D
RGB
CMYK
RGB Variations
Color information
#BE561D (or 0xBE561D) is known color: Fiery Orange. HEX triplet: BE, 56 and 1D. RGB value is (190,86,29). Sum of RGB (Red+Green+Blue) = 190+86+29=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE561D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE561D is #41A9E2. Grayscale: #6E6E6E. Windows color (decimal): -4303331 or 1922750. OLE color: 1922750.
HSL color Cylindrical-coordinate representation of color #BE561D: hue angle of 21.24º 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 #BE561D is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 86 | 29 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.25 |
| HSL | 21.24º | 0.74% | 0.43% | - |
| HSV(B) | 21.24º | 0.85% | 0.75% | - |
| XYZ | 24.78 | 17.69 | 3.27 | - |
| YUV | 110.6 | 81.96 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 29 | 0 | 0.55 | 0.85 | 0.25 | 21.24 | 0.74 | 0.43 |
| Hex | BE | 56 | 1D | 0 | 37 | 55 | 19 | 15 | 4A | 2B |
| Octal | 276 | 126 | 35 | 0 | 67 | 125 | 31 | 25 | 112 | 53 |
| Binary | 10111110 | 1010110 | 11101 | 0 | 110111 | 1010101 | 11001 | 10101 | 1001010 | 101011 |
Color Harmonies of #BE561D
Complementary color
Monochromatic Colors of #BE561D
Black with #BE561D
Text Example
Text Example
White with #BE561D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE561D; }
p { color: rgb(190,86,29); }
H1.HeaderClassName
{
color: #BE561D;
}
.AnyTagClassName
{
color: #BE561D;
}
</style>
background-color css
<style>
a { background-color: #BE561D; }
a { background-color: rgb(190,86,29); }
div.DivClassName
{
background-color: #BE561D;
}
.BgClassName
{
background-color: #BE561D;
}
</style>
border-color css
<style>
span { border-color: #BE561D; }
span { border-color: rgb(190,86,29); }
td.TdClassName
{
border-color: #BE561D;
}
.TagClassName
{
border-color: #BE561D;
}
</style>