Shades of Fuego #BEDB31
Tints of Fuego #BEDB31
RGB
CMYK
RGB Variations
Color information
#BEDB31 (or 0xBEDB31) is known color: Fuego. HEX triplet: BE, DB and 31. RGB value is (190,219,49). Sum of RGB (Red+Green+Blue) = 190+219+49=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDB31 is #4124CE. Grayscale: #BFBFBF. Windows color (decimal): -4269263 or 3267518. OLE color: 3267518.
HSL color Cylindrical-coordinate representation of color #BEDB31: hue angle of 70.24º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEDB31 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 49 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.14 |
| HSL | 70.24º | 0.7% | 0.53% | - |
| HSV(B) | 70.24º | 0.78% | 0.86% | - |
| XYZ | 47.12 | 61.83 | 12.36 | - |
| YUV | 190.95 | 47.89 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 49 | 0.13 | 0 | 0.78 | 0.14 | 70.24 | 0.7 | 0.53 |
| Hex | BE | DB | 31 | D | 0 | 4E | E | 46 | 46 | 35 |
| Octal | 276 | 333 | 61 | 15 | 0 | 116 | 16 | 106 | 106 | 65 |
| Binary | 10111110 | 11011011 | 110001 | 1101 | 0 | 1001110 | 1110 | 1000110 | 1000110 | 110101 |
Color Harmonies of #BEDB31
Complementary color
Monochromatic Colors of #BEDB31
Black with #BEDB31
Text Example
Text Example
White with #BEDB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB31; }
p { color: rgb(190,219,49); }
H1.HeaderClassName
{
color: #BEDB31;
}
.AnyTagClassName
{
color: #BEDB31;
}
</style>
background-color css
<style>
a { background-color: #BEDB31; }
a { background-color: rgb(190,219,49); }
div.DivClassName
{
background-color: #BEDB31;
}
.BgClassName
{
background-color: #BEDB31;
}
</style>
border-color css
<style>
span { border-color: #BEDB31; }
span { border-color: rgb(190,219,49); }
td.TdClassName
{
border-color: #BEDB31;
}
.TagClassName
{
border-color: #BEDB31;
}
</style>