Shades of Fuego #BECE2A
Tints of Fuego #BECE2A
RGB
CMYK
RGB Variations
Color information
#BECE2A (or 0xBECE2A) is known color: Fuego. HEX triplet: BE, CE and 2A. RGB value is (190,206,42). Sum of RGB (Red+Green+Blue) = 190+206+42=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 42 (16.80% from 255 or 9.59% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE2A is #4131D5. Grayscale: #B7B7B7. Windows color (decimal): -4272598 or 2805438. OLE color: 2805438.
HSL color Cylindrical-coordinate representation of color #BECE2A: hue angle of 65.85º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BECE2A is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 42 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.19 |
| HSL | 65.85º | 0.66% | 0.49% | - |
| HSV(B) | 65.85º | 0.8% | 0.81% | - |
| XYZ | 43.72 | 55.26 | 10.55 | - |
| YUV | 182.52 | 48.7 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 42 | 0.08 | 0 | 0.80 | 0.19 | 65.85 | 0.66 | 0.49 |
| Hex | BE | CE | 2A | 8 | 0 | 50 | 13 | 42 | 42 | 31 |
| Octal | 276 | 316 | 52 | 10 | 0 | 120 | 23 | 102 | 102 | 61 |
| Binary | 10111110 | 11001110 | 101010 | 1000 | 0 | 1010000 | 10011 | 1000010 | 1000010 | 110001 |
Color Harmonies of #BECE2A
Complementary color
Monochromatic Colors of #BECE2A
Black with #BECE2A
Text Example
Text Example
White with #BECE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE2A; }
p { color: rgb(190,206,42); }
H1.HeaderClassName
{
color: #BECE2A;
}
.AnyTagClassName
{
color: #BECE2A;
}
</style>
background-color css
<style>
a { background-color: #BECE2A; }
a { background-color: rgb(190,206,42); }
div.DivClassName
{
background-color: #BECE2A;
}
.BgClassName
{
background-color: #BECE2A;
}
</style>
border-color css
<style>
span { border-color: #BECE2A; }
span { border-color: rgb(190,206,42); }
td.TdClassName
{
border-color: #BECE2A;
}
.TagClassName
{
border-color: #BECE2A;
}
</style>