Shades of Fuego #BECF37
Tints of Fuego #BECF37
RGB
CMYK
RGB Variations
Color information
#BECF37 (or 0xBECF37) is known color: Fuego. HEX triplet: BE, CF and 37. RGB value is (190,207,55). Sum of RGB (Red+Green+Blue) = 190+207+55=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 55 (21.88% from 255 or 12.17% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECF37 is #4130C8. Grayscale: #B9B9B9. Windows color (decimal): -4272329 or 3657662. OLE color: 3657662.
HSL color Cylindrical-coordinate representation of color #BECF37: hue angle of 66.71º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BECF37 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 55 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.19 |
| HSL | 66.71º | 0.61% | 0.51% | - |
| HSV(B) | 66.71º | 0.73% | 0.81% | - |
| XYZ | 44.24 | 55.85 | 12.06 | - |
| YUV | 184.59 | 54.87 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 55 | 0.08 | 0 | 0.73 | 0.19 | 66.71 | 0.61 | 0.51 |
| Hex | BE | CF | 37 | 8 | 0 | 49 | 13 | 43 | 3D | 33 |
| Octal | 276 | 317 | 67 | 10 | 0 | 111 | 23 | 103 | 75 | 63 |
| Binary | 10111110 | 11001111 | 110111 | 1000 | 0 | 1001001 | 10011 | 1000011 | 111101 | 110011 |
Color Harmonies of #BECF37
Complementary color
Monochromatic Colors of #BECF37
Black with #BECF37
Text Example
Text Example
White with #BECF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF37; }
p { color: rgb(190,207,55); }
H1.HeaderClassName
{
color: #BECF37;
}
.AnyTagClassName
{
color: #BECF37;
}
</style>
background-color css
<style>
a { background-color: #BECF37; }
a { background-color: rgb(190,207,55); }
div.DivClassName
{
background-color: #BECF37;
}
.BgClassName
{
background-color: #BECF37;
}
</style>
border-color css
<style>
span { border-color: #BECF37; }
span { border-color: rgb(190,207,55); }
td.TdClassName
{
border-color: #BECF37;
}
.TagClassName
{
border-color: #BECF37;
}
</style>