Shades of Fiery Orange #BE511F
Tints of Fiery Orange #BE511F
RGB
CMYK
RGB Variations
Color information
#BE511F (or 0xBE511F) is known color: Fiery Orange. HEX triplet: BE, 51 and 1F. RGB value is (190,81,31). Sum of RGB (Red+Green+Blue) = 190+81+31=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE511F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE511F is #41AEE0. Grayscale: #6C6C6C. Windows color (decimal): -4304609 or 2052542. OLE color: 2052542.
HSL color Cylindrical-coordinate representation of color #BE511F: hue angle of 18.87º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE511F is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 81 | 31 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.25 |
| HSL | 18.87º | 0.72% | 0.43% | - |
| HSV(B) | 18.87º | 0.84% | 0.75% | - |
| XYZ | 24.42 | 16.93 | 3.28 | - |
| YUV | 107.89 | 84.61 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 31 | 0 | 0.57 | 0.84 | 0.25 | 18.87 | 0.72 | 0.43 |
| Hex | BE | 51 | 1F | 0 | 39 | 54 | 19 | 13 | 48 | 2B |
| Octal | 276 | 121 | 37 | 0 | 71 | 124 | 31 | 23 | 110 | 53 |
| Binary | 10111110 | 1010001 | 11111 | 0 | 111001 | 1010100 | 11001 | 10011 | 1001000 | 101011 |
Color Harmonies of #BE511F
Complementary color
Monochromatic Colors of #BE511F
Black with #BE511F
Text Example
Text Example
White with #BE511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE511F; }
p { color: rgb(190,81,31); }
H1.HeaderClassName
{
color: #BE511F;
}
.AnyTagClassName
{
color: #BE511F;
}
</style>
background-color css
<style>
a { background-color: #BE511F; }
a { background-color: rgb(190,81,31); }
div.DivClassName
{
background-color: #BE511F;
}
.BgClassName
{
background-color: #BE511F;
}
</style>
border-color css
<style>
span { border-color: #BE511F; }
span { border-color: rgb(190,81,31); }
td.TdClassName
{
border-color: #BE511F;
}
.TagClassName
{
border-color: #BE511F;
}
</style>