Shades of Fuego #BECC29
Tints of Fuego #BECC29
RGB
CMYK
RGB Variations
Color information
#BECC29 (or 0xBECC29) is known color: Fuego. HEX triplet: BE, CC and 29. RGB value is (190,204,41). Sum of RGB (Red+Green+Blue) = 190+204+41=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 41 (16.41% from 255 or 9.43% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECC29 is #4133D6. Grayscale: #B5B5B5. Windows color (decimal): -4273111 or 2739390. OLE color: 2739390.
HSL color Cylindrical-coordinate representation of color #BECC29: hue angle of 65.15º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BECC29 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 41 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.2 |
| HSL | 65.15º | 0.67% | 0.48% | - |
| HSV(B) | 65.15º | 0.8% | 0.8% | - |
| XYZ | 43.23 | 54.29 | 10.3 | - |
| YUV | 181.23 | 48.86 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 41 | 0.07 | 0 | 0.80 | 0.2 | 65.15 | 0.67 | 0.48 |
| Hex | BE | CC | 29 | 7 | 0 | 50 | 14 | 41 | 43 | 30 |
| Octal | 276 | 314 | 51 | 7 | 0 | 120 | 24 | 101 | 103 | 60 |
| Binary | 10111110 | 11001100 | 101001 | 111 | 0 | 1010000 | 10100 | 1000001 | 1000011 | 110000 |
Color Harmonies of #BECC29
Complementary color
Monochromatic Colors of #BECC29
Black with #BECC29
Text Example
Text Example
White with #BECC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC29; }
p { color: rgb(190,204,41); }
H1.HeaderClassName
{
color: #BECC29;
}
.AnyTagClassName
{
color: #BECC29;
}
</style>
background-color css
<style>
a { background-color: #BECC29; }
a { background-color: rgb(190,204,41); }
div.DivClassName
{
background-color: #BECC29;
}
.BgClassName
{
background-color: #BECC29;
}
</style>
border-color css
<style>
span { border-color: #BECC29; }
span { border-color: rgb(190,204,41); }
td.TdClassName
{
border-color: #BECC29;
}
.TagClassName
{
border-color: #BECC29;
}
</style>