Shades of Fuego #BEC434
Tints of Fuego #BEC434
RGB
CMYK
RGB Variations
Color information
#BEC434 (or 0xBEC434) is known color: Fuego. HEX triplet: BE, C4 and 34. RGB value is (190,196,52). Sum of RGB (Red+Green+Blue) = 190+196+52=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC434 is #413BCB. Grayscale: #B2B2B2. Windows color (decimal): -4275148 or 3458238. OLE color: 3458238.
HSL color Cylindrical-coordinate representation of color #BEC434: hue angle of 62.5º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEC434 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 52 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.23 |
| HSL | 62.5º | 0.58% | 0.49% | - |
| HSV(B) | 62.5º | 0.73% | 0.77% | - |
| XYZ | 41.59 | 50.67 | 10.84 | - |
| YUV | 177.79 | 57.01 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 52 | 0.03 | 0 | 0.73 | 0.23 | 62.5 | 0.58 | 0.49 |
| Hex | BE | C4 | 34 | 3 | 0 | 49 | 17 | 3F | 3A | 31 |
| Octal | 276 | 304 | 64 | 3 | 0 | 111 | 27 | 77 | 72 | 61 |
| Binary | 10111110 | 11000100 | 110100 | 11 | 0 | 1001001 | 10111 | 111111 | 111010 | 110001 |
Color Harmonies of #BEC434
Complementary color
Monochromatic Colors of #BEC434
Black with #BEC434
Text Example
Text Example
White with #BEC434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC434; }
p { color: rgb(190,196,52); }
H1.HeaderClassName
{
color: #BEC434;
}
.AnyTagClassName
{
color: #BEC434;
}
</style>
background-color css
<style>
a { background-color: #BEC434; }
a { background-color: rgb(190,196,52); }
div.DivClassName
{
background-color: #BEC434;
}
.BgClassName
{
background-color: #BEC434;
}
</style>
border-color css
<style>
span { border-color: #BEC434; }
span { border-color: rgb(190,196,52); }
td.TdClassName
{
border-color: #BEC434;
}
.TagClassName
{
border-color: #BEC434;
}
</style>