Shades of Fuego #BEC735
Tints of Fuego #BEC735
RGB
CMYK
RGB Variations
Color information
#BEC735 (or 0xBEC735) is known color: Fuego. HEX triplet: BE, C7 and 35. RGB value is (190,199,53). Sum of RGB (Red+Green+Blue) = 190+199+53=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 53 (21.09% from 255 or 11.99% from 442); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC735 is #4138CA. Grayscale: #B4B4B4. Windows color (decimal): -4274379 or 3524542. OLE color: 3524542.
HSL color Cylindrical-coordinate representation of color #BEC735: hue angle of 63.7º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEC735 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 199 | 53 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.22 |
| HSL | 63.7º | 0.58% | 0.49% | - |
| HSV(B) | 63.7º | 0.73% | 0.78% | - |
| XYZ | 42.3 | 52.05 | 11.19 | - |
| YUV | 179.67 | 56.52 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 199 | 53 | 0.05 | 0 | 0.73 | 0.22 | 63.7 | 0.58 | 0.49 |
| Hex | BE | C7 | 35 | 5 | 0 | 49 | 16 | 40 | 3A | 31 |
| Octal | 276 | 307 | 65 | 5 | 0 | 111 | 26 | 100 | 72 | 61 |
| Binary | 10111110 | 11000111 | 110101 | 101 | 0 | 1001001 | 10110 | 1000000 | 111010 | 110001 |
Color Harmonies of #BEC735
Complementary color
Monochromatic Colors of #BEC735
Black with #BEC735
Text Example
Text Example
White with #BEC735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC735; }
p { color: rgb(190,199,53); }
H1.HeaderClassName
{
color: #BEC735;
}
.AnyTagClassName
{
color: #BEC735;
}
</style>
background-color css
<style>
a { background-color: #BEC735; }
a { background-color: rgb(190,199,53); }
div.DivClassName
{
background-color: #BEC735;
}
.BgClassName
{
background-color: #BEC735;
}
</style>
border-color css
<style>
span { border-color: #BEC735; }
span { border-color: rgb(190,199,53); }
td.TdClassName
{
border-color: #BEC735;
}
.TagClassName
{
border-color: #BEC735;
}
</style>