Shades of Fuego #BEC631
Tints of Fuego #BEC631
RGB
CMYK
RGB Variations
Color information
#BEC631 (or 0xBEC631) is known color: Fuego. HEX triplet: BE, C6 and 31. RGB value is (190,198,49). Sum of RGB (Red+Green+Blue) = 190+198+49=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC631 is #4139CE. Grayscale: #B3B3B3. Windows color (decimal): -4274639 or 3262142. OLE color: 3262142.
HSL color Cylindrical-coordinate representation of color #BEC631: hue angle of 63.22º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BEC631 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 49 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.22 |
| HSL | 63.22º | 0.6% | 0.48% | - |
| HSV(B) | 63.22º | 0.75% | 0.78% | - |
| XYZ | 41.98 | 51.56 | 10.64 | - |
| YUV | 178.62 | 54.85 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 49 | 0.04 | 0 | 0.75 | 0.22 | 63.22 | 0.6 | 0.48 |
| Hex | BE | C6 | 31 | 4 | 0 | 4B | 16 | 3F | 3C | 30 |
| Octal | 276 | 306 | 61 | 4 | 0 | 113 | 26 | 77 | 74 | 60 |
| Binary | 10111110 | 11000110 | 110001 | 100 | 0 | 1001011 | 10110 | 111111 | 111100 | 110000 |
Color Harmonies of #BEC631
Complementary color
Monochromatic Colors of #BEC631
Black with #BEC631
Text Example
Text Example
White with #BEC631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC631; }
p { color: rgb(190,198,49); }
H1.HeaderClassName
{
color: #BEC631;
}
.AnyTagClassName
{
color: #BEC631;
}
</style>
background-color css
<style>
a { background-color: #BEC631; }
a { background-color: rgb(190,198,49); }
div.DivClassName
{
background-color: #BEC631;
}
.BgClassName
{
background-color: #BEC631;
}
</style>
border-color css
<style>
span { border-color: #BEC631; }
span { border-color: rgb(190,198,49); }
td.TdClassName
{
border-color: #BEC631;
}
.TagClassName
{
border-color: #BEC631;
}
</style>