Shades of Fuego #BEC931
Tints of Fuego #BEC931
RGB
CMYK
RGB Variations
Color information
#BEC931 (or 0xBEC931) is known color: Fuego. HEX triplet: BE, C9 and 31. RGB value is (190,201,49). Sum of RGB (Red+Green+Blue) = 190+201+49=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC931 is #4136CE. Grayscale: #B4B4B4. Windows color (decimal): -4273871 or 3262910. OLE color: 3262910.
HSL color Cylindrical-coordinate representation of color #BEC931: hue angle of 64.34º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BEC931 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 49 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.21 |
| HSL | 64.34º | 0.61% | 0.49% | - |
| HSV(B) | 64.34º | 0.76% | 0.79% | - |
| XYZ | 42.68 | 52.94 | 10.88 | - |
| YUV | 180.38 | 53.86 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 49 | 0.05 | 0 | 0.76 | 0.21 | 64.34 | 0.61 | 0.49 |
| Hex | BE | C9 | 31 | 5 | 0 | 4C | 15 | 40 | 3D | 31 |
| Octal | 276 | 311 | 61 | 5 | 0 | 114 | 25 | 100 | 75 | 61 |
| Binary | 10111110 | 11001001 | 110001 | 101 | 0 | 1001100 | 10101 | 1000000 | 111101 | 110001 |
Color Harmonies of #BEC931
Complementary color
Monochromatic Colors of #BEC931
Black with #BEC931
Text Example
Text Example
White with #BEC931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC931; }
p { color: rgb(190,201,49); }
H1.HeaderClassName
{
color: #BEC931;
}
.AnyTagClassName
{
color: #BEC931;
}
</style>
background-color css
<style>
a { background-color: #BEC931; }
a { background-color: rgb(190,201,49); }
div.DivClassName
{
background-color: #BEC931;
}
.BgClassName
{
background-color: #BEC931;
}
</style>
border-color css
<style>
span { border-color: #BEC931; }
span { border-color: rgb(190,201,49); }
td.TdClassName
{
border-color: #BEC931;
}
.TagClassName
{
border-color: #BEC931;
}
</style>