Shades of Fuego #BECF25
Tints of Fuego #BECF25
RGB
CMYK
RGB Variations
Color information
#BECF25 (or 0xBECF25) is known color: Fuego. HEX triplet: BE, CF and 25. RGB value is (190,207,37). Sum of RGB (Red+Green+Blue) = 190+207+37=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 37 (14.84% from 255 or 8.53% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECF25 is #4130DA. Grayscale: #B7B7B7. Windows color (decimal): -4272347 or 2478014. OLE color: 2478014.
HSL color Cylindrical-coordinate representation of color #BECF25: hue angle of 66º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BECF25 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 37 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.19 |
| HSL | 66º | 0.7% | 0.48% | - |
| HSV(B) | 66º | 0.82% | 0.81% | - |
| XYZ | 43.88 | 55.71 | 10.19 | - |
| YUV | 182.54 | 45.87 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 37 | 0.08 | 0 | 0.82 | 0.19 | 66 | 0.7 | 0.48 |
| Hex | BE | CF | 25 | 8 | 0 | 52 | 13 | 42 | 46 | 30 |
| Octal | 276 | 317 | 45 | 10 | 0 | 122 | 23 | 102 | 106 | 60 |
| Binary | 10111110 | 11001111 | 100101 | 1000 | 0 | 1010010 | 10011 | 1000010 | 1000110 | 110000 |
Color Harmonies of #BECF25
Complementary color
Monochromatic Colors of #BECF25
Black with #BECF25
Text Example
Text Example
White with #BECF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF25; }
p { color: rgb(190,207,37); }
H1.HeaderClassName
{
color: #BECF25;
}
.AnyTagClassName
{
color: #BECF25;
}
</style>
background-color css
<style>
a { background-color: #BECF25; }
a { background-color: rgb(190,207,37); }
div.DivClassName
{
background-color: #BECF25;
}
.BgClassName
{
background-color: #BECF25;
}
</style>
border-color css
<style>
span { border-color: #BECF25; }
span { border-color: rgb(190,207,37); }
td.TdClassName
{
border-color: #BECF25;
}
.TagClassName
{
border-color: #BECF25;
}
</style>