Shades of Fuego #BEC131
Tints of Fuego #BEC131
RGB
CMYK
RGB Variations
Color information
#BEC131 (or 0xBEC131) is known color: Fuego. HEX triplet: BE, C1 and 31. RGB value is (190,193,49). Sum of RGB (Red+Green+Blue) = 190+193+49=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 49 (19.53% from 255 or 11.34% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC131 is #413ECE. Grayscale: #B0B0B0. Windows color (decimal): -4275919 or 3260862. OLE color: 3260862.
HSL color Cylindrical-coordinate representation of color #BEC131: hue angle of 61.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BEC131 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 49 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.24 |
| HSL | 61.25º | 0.6% | 0.47% | - |
| HSV(B) | 61.25º | 0.75% | 0.76% | - |
| XYZ | 40.86 | 49.31 | 10.27 | - |
| YUV | 175.69 | 56.51 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 49 | 0.02 | 0 | 0.75 | 0.24 | 61.25 | 0.6 | 0.47 |
| Hex | BE | C1 | 31 | 2 | 0 | 4B | 18 | 3D | 3C | 2F |
| Octal | 276 | 301 | 61 | 2 | 0 | 113 | 30 | 75 | 74 | 57 |
| Binary | 10111110 | 11000001 | 110001 | 10 | 0 | 1001011 | 11000 | 111101 | 111100 | 101111 |
Color Harmonies of #BEC131
Complementary color
Monochromatic Colors of #BEC131
Black with #BEC131
Text Example
Text Example
White with #BEC131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC131; }
p { color: rgb(190,193,49); }
H1.HeaderClassName
{
color: #BEC131;
}
.AnyTagClassName
{
color: #BEC131;
}
</style>
background-color css
<style>
a { background-color: #BEC131; }
a { background-color: rgb(190,193,49); }
div.DivClassName
{
background-color: #BEC131;
}
.BgClassName
{
background-color: #BEC131;
}
</style>
border-color css
<style>
span { border-color: #BEC131; }
span { border-color: rgb(190,193,49); }
td.TdClassName
{
border-color: #BEC131;
}
.TagClassName
{
border-color: #BEC131;
}
</style>