Shades of Fuego #BEC032
Tints of Fuego #BEC032
RGB
CMYK
RGB Variations
Color information
#BEC032 (or 0xBEC032) is known color: Fuego. HEX triplet: BE, C0 and 32. RGB value is (190,192,50). Sum of RGB (Red+Green+Blue) = 190+192+50=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC032 is #413FCD. Grayscale: #AFAFAF. Windows color (decimal): -4276174 or 3326142. OLE color: 3326142.
HSL color Cylindrical-coordinate representation of color #BEC032: hue angle of 60.85º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEC032 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 50 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.25 |
| HSL | 60.85º | 0.59% | 0.47% | - |
| HSV(B) | 60.85º | 0.74% | 0.75% | - |
| XYZ | 40.66 | 48.88 | 10.31 | - |
| YUV | 175.21 | 57.34 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 50 | 0.01 | 0 | 0.74 | 0.25 | 60.85 | 0.59 | 0.47 |
| Hex | BE | C0 | 32 | 1 | 0 | 4A | 19 | 3D | 3B | 2F |
| Octal | 276 | 300 | 62 | 1 | 0 | 112 | 31 | 75 | 73 | 57 |
| Binary | 10111110 | 11000000 | 110010 | 1 | 0 | 1001010 | 11001 | 111101 | 111011 | 101111 |
Color Harmonies of #BEC032
Complementary color
Monochromatic Colors of #BEC032
Black with #BEC032
Text Example
Text Example
White with #BEC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC032; }
p { color: rgb(190,192,50); }
H1.HeaderClassName
{
color: #BEC032;
}
.AnyTagClassName
{
color: #BEC032;
}
</style>
background-color css
<style>
a { background-color: #BEC032; }
a { background-color: rgb(190,192,50); }
div.DivClassName
{
background-color: #BEC032;
}
.BgClassName
{
background-color: #BEC032;
}
</style>
border-color css
<style>
span { border-color: #BEC032; }
span { border-color: rgb(190,192,50); }
td.TdClassName
{
border-color: #BEC032;
}
.TagClassName
{
border-color: #BEC032;
}
</style>