Shades of Fuego #BEC936
Tints of Fuego #BEC936
RGB
CMYK
RGB Variations
Color information
#BEC936 (or 0xBEC936) is known color: Fuego. HEX triplet: BE, C9 and 36. RGB value is (190,201,54). Sum of RGB (Red+Green+Blue) = 190+201+54=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 54 (21.48% from 255 or 12.13% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC936 is #4136C9. Grayscale: #B5B5B5. Windows color (decimal): -4273866 or 3590590. OLE color: 3590590.
HSL color Cylindrical-coordinate representation of color #BEC936: hue angle of 64.49º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEC936 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 54 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.21 |
| HSL | 64.49º | 0.58% | 0.5% | - |
| HSV(B) | 64.49º | 0.73% | 0.79% | - |
| XYZ | 42.79 | 52.99 | 11.46 | - |
| YUV | 180.95 | 56.36 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 54 | 0.05 | 0 | 0.73 | 0.21 | 64.49 | 0.58 | 0.5 |
| Hex | BE | C9 | 36 | 5 | 0 | 49 | 15 | 40 | 3A | 32 |
| Octal | 276 | 311 | 66 | 5 | 0 | 111 | 25 | 100 | 72 | 62 |
| Binary | 10111110 | 11001001 | 110110 | 101 | 0 | 1001001 | 10101 | 1000000 | 111010 | 110010 |
Color Harmonies of #BEC936
Complementary color
Monochromatic Colors of #BEC936
Black with #BEC936
Text Example
Text Example
White with #BEC936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC936; }
p { color: rgb(190,201,54); }
H1.HeaderClassName
{
color: #BEC936;
}
.AnyTagClassName
{
color: #BEC936;
}
</style>
background-color css
<style>
a { background-color: #BEC936; }
a { background-color: rgb(190,201,54); }
div.DivClassName
{
background-color: #BEC936;
}
.BgClassName
{
background-color: #BEC936;
}
</style>
border-color css
<style>
span { border-color: #BEC936; }
span { border-color: rgb(190,201,54); }
td.TdClassName
{
border-color: #BEC936;
}
.TagClassName
{
border-color: #BEC936;
}
</style>