Shades of Fuego #BEC132
Tints of Fuego #BEC132
RGB
CMYK
RGB Variations
Color information
#BEC132 (or 0xBEC132) is known color: Fuego. HEX triplet: BE, C1 and 32. RGB value is (190,193,50). Sum of RGB (Red+Green+Blue) = 190+193+50=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC132 is #413ECD. Grayscale: #B0B0B0. Windows color (decimal): -4275918 or 3326398. OLE color: 3326398.
HSL color Cylindrical-coordinate representation of color #BEC132: hue angle of 61.26º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEC132 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 50 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.24 |
| HSL | 61.26º | 0.59% | 0.48% | - |
| HSV(B) | 61.26º | 0.74% | 0.76% | - |
| XYZ | 40.88 | 49.32 | 10.38 | - |
| YUV | 175.8 | 57.01 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 50 | 0.02 | 0 | 0.74 | 0.24 | 61.26 | 0.59 | 0.48 |
| Hex | BE | C1 | 32 | 2 | 0 | 4A | 18 | 3D | 3B | 30 |
| Octal | 276 | 301 | 62 | 2 | 0 | 112 | 30 | 75 | 73 | 60 |
| Binary | 10111110 | 11000001 | 110010 | 10 | 0 | 1001010 | 11000 | 111101 | 111011 | 110000 |
Color Harmonies of #BEC132
Complementary color
Monochromatic Colors of #BEC132
Black with #BEC132
Text Example
Text Example
White with #BEC132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC132; }
p { color: rgb(190,193,50); }
H1.HeaderClassName
{
color: #BEC132;
}
.AnyTagClassName
{
color: #BEC132;
}
</style>
background-color css
<style>
a { background-color: #BEC132; }
a { background-color: rgb(190,193,50); }
div.DivClassName
{
background-color: #BEC132;
}
.BgClassName
{
background-color: #BEC132;
}
</style>
border-color css
<style>
span { border-color: #BEC132; }
span { border-color: rgb(190,193,50); }
td.TdClassName
{
border-color: #BEC132;
}
.TagClassName
{
border-color: #BEC132;
}
</style>