Shades of Fuego #BECE3A
Tints of Fuego #BECE3A
RGB
CMYK
RGB Variations
Color information
#BECE3A (or 0xBECE3A) is known color: Fuego. HEX triplet: BE, CE and 3A. RGB value is (190,206,58). Sum of RGB (Red+Green+Blue) = 190+206+58=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 58 (23.05% from 255 or 12.78% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE3A is #4131C5. Grayscale: #B8B8B8. Windows color (decimal): -4272582 or 3854014. OLE color: 3854014.
HSL color Cylindrical-coordinate representation of color #BECE3A: hue angle of 66.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BECE3A is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 58 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.19 |
| HSL | 66.49º | 0.6% | 0.52% | - |
| HSV(B) | 66.49º | 0.72% | 0.81% | - |
| XYZ | 44.07 | 55.4 | 12.37 | - |
| YUV | 184.34 | 56.7 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 58 | 0.08 | 0 | 0.72 | 0.19 | 66.49 | 0.6 | 0.52 |
| Hex | BE | CE | 3A | 8 | 0 | 48 | 13 | 42 | 3C | 34 |
| Octal | 276 | 316 | 72 | 10 | 0 | 110 | 23 | 102 | 74 | 64 |
| Binary | 10111110 | 11001110 | 111010 | 1000 | 0 | 1001000 | 10011 | 1000010 | 111100 | 110100 |
Color Harmonies of #BECE3A
Complementary color
Monochromatic Colors of #BECE3A
Black with #BECE3A
Text Example
Text Example
White with #BECE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE3A; }
p { color: rgb(190,206,58); }
H1.HeaderClassName
{
color: #BECE3A;
}
.AnyTagClassName
{
color: #BECE3A;
}
</style>
background-color css
<style>
a { background-color: #BECE3A; }
a { background-color: rgb(190,206,58); }
div.DivClassName
{
background-color: #BECE3A;
}
.BgClassName
{
background-color: #BECE3A;
}
</style>
border-color css
<style>
span { border-color: #BECE3A; }
span { border-color: rgb(190,206,58); }
td.TdClassName
{
border-color: #BECE3A;
}
.TagClassName
{
border-color: #BECE3A;
}
</style>