Shades of Fuego #BEC432
Tints of Fuego #BEC432
RGB
CMYK
RGB Variations
Color information
#BEC432 (or 0xBEC432) is known color: Fuego. HEX triplet: BE, C4 and 32. RGB value is (190,196,50). Sum of RGB (Red+Green+Blue) = 190+196+50=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC432 is #413BCD. Grayscale: #B2B2B2. Windows color (decimal): -4275150 or 3327166. OLE color: 3327166.
HSL color Cylindrical-coordinate representation of color #BEC432: hue angle of 62.47º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEC432 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 50 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.23 |
| HSL | 62.47º | 0.59% | 0.48% | - |
| HSV(B) | 62.47º | 0.74% | 0.77% | - |
| XYZ | 41.55 | 50.66 | 10.61 | - |
| YUV | 177.56 | 56.01 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 50 | 0.03 | 0 | 0.74 | 0.23 | 62.47 | 0.59 | 0.48 |
| Hex | BE | C4 | 32 | 3 | 0 | 4A | 17 | 3E | 3B | 30 |
| Octal | 276 | 304 | 62 | 3 | 0 | 112 | 27 | 76 | 73 | 60 |
| Binary | 10111110 | 11000100 | 110010 | 11 | 0 | 1001010 | 10111 | 111110 | 111011 | 110000 |
Color Harmonies of #BEC432
Complementary color
Monochromatic Colors of #BEC432
Black with #BEC432
Text Example
Text Example
White with #BEC432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC432; }
p { color: rgb(190,196,50); }
H1.HeaderClassName
{
color: #BEC432;
}
.AnyTagClassName
{
color: #BEC432;
}
</style>
background-color css
<style>
a { background-color: #BEC432; }
a { background-color: rgb(190,196,50); }
div.DivClassName
{
background-color: #BEC432;
}
.BgClassName
{
background-color: #BEC432;
}
</style>
border-color css
<style>
span { border-color: #BEC432; }
span { border-color: rgb(190,196,50); }
td.TdClassName
{
border-color: #BEC432;
}
.TagClassName
{
border-color: #BEC432;
}
</style>