Shades of Fuego #BEC732
Tints of Fuego #BEC732
RGB
CMYK
RGB Variations
Color information
#BEC732 (or 0xBEC732) is known color: Fuego. HEX triplet: BE, C7 and 32. RGB value is (190,199,50). Sum of RGB (Red+Green+Blue) = 190+199+50=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC732 is #4138CD. Grayscale: #B3B3B3. Windows color (decimal): -4274382 or 3327934. OLE color: 3327934.
HSL color Cylindrical-coordinate representation of color #BEC732: hue angle of 63.62º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BEC732 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 199 | 50 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.22 |
| HSL | 63.62º | 0.6% | 0.49% | - |
| HSV(B) | 63.62º | 0.75% | 0.78% | - |
| XYZ | 42.23 | 52.02 | 10.83 | - |
| YUV | 179.32 | 55.02 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 199 | 50 | 0.05 | 0 | 0.75 | 0.22 | 63.62 | 0.6 | 0.49 |
| Hex | BE | C7 | 32 | 5 | 0 | 4B | 16 | 40 | 3C | 31 |
| Octal | 276 | 307 | 62 | 5 | 0 | 113 | 26 | 100 | 74 | 61 |
| Binary | 10111110 | 11000111 | 110010 | 101 | 0 | 1001011 | 10110 | 1000000 | 111100 | 110001 |
Color Harmonies of #BEC732
Complementary color
Monochromatic Colors of #BEC732
Black with #BEC732
Text Example
Text Example
White with #BEC732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC732; }
p { color: rgb(190,199,50); }
H1.HeaderClassName
{
color: #BEC732;
}
.AnyTagClassName
{
color: #BEC732;
}
</style>
background-color css
<style>
a { background-color: #BEC732; }
a { background-color: rgb(190,199,50); }
div.DivClassName
{
background-color: #BEC732;
}
.BgClassName
{
background-color: #BEC732;
}
</style>
border-color css
<style>
span { border-color: #BEC732; }
span { border-color: rgb(190,199,50); }
td.TdClassName
{
border-color: #BEC732;
}
.TagClassName
{
border-color: #BEC732;
}
</style>