Shades of Fuego #BECE38
Tints of Fuego #BECE38
RGB
CMYK
RGB Variations
Color information
#BECE38 (or 0xBECE38) is known color: Fuego. HEX triplet: BE, CE and 38. RGB value is (190,206,56). Sum of RGB (Red+Green+Blue) = 190+206+56=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 56 (22.27% from 255 or 12.39% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE38 is #4131C7. Grayscale: #B8B8B8. Windows color (decimal): -4272584 or 3722942. OLE color: 3722942.
HSL color Cylindrical-coordinate representation of color #BECE38: hue angle of 66.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BECE38 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 56 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.19 |
| HSL | 66.4º | 0.6% | 0.51% | - |
| HSV(B) | 66.4º | 0.73% | 0.81% | - |
| XYZ | 44.02 | 55.38 | 12.11 | - |
| YUV | 184.12 | 55.7 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 56 | 0.08 | 0 | 0.73 | 0.19 | 66.4 | 0.6 | 0.51 |
| Hex | BE | CE | 38 | 8 | 0 | 49 | 13 | 42 | 3C | 33 |
| Octal | 276 | 316 | 70 | 10 | 0 | 111 | 23 | 102 | 74 | 63 |
| Binary | 10111110 | 11001110 | 111000 | 1000 | 0 | 1001001 | 10011 | 1000010 | 111100 | 110011 |
Color Harmonies of #BECE38
Complementary color
Monochromatic Colors of #BECE38
Black with #BECE38
Text Example
Text Example
White with #BECE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE38; }
p { color: rgb(190,206,56); }
H1.HeaderClassName
{
color: #BECE38;
}
.AnyTagClassName
{
color: #BECE38;
}
</style>
background-color css
<style>
a { background-color: #BECE38; }
a { background-color: rgb(190,206,56); }
div.DivClassName
{
background-color: #BECE38;
}
.BgClassName
{
background-color: #BECE38;
}
</style>
border-color css
<style>
span { border-color: #BECE38; }
span { border-color: rgb(190,206,56); }
td.TdClassName
{
border-color: #BECE38;
}
.TagClassName
{
border-color: #BECE38;
}
</style>