Shades of Fuego #BEC035
Tints of Fuego #BEC035
RGB
CMYK
RGB Variations
Color information
#BEC035 (or 0xBEC035) is known color: Fuego. HEX triplet: BE, C0 and 35. RGB value is (190,192,53). Sum of RGB (Red+Green+Blue) = 190+192+53=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 53 (21.09% from 255 or 12.18% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC035 is #413FCA. Grayscale: #B0B0B0. Windows color (decimal): -4276171 or 3522750. OLE color: 3522750.
HSL color Cylindrical-coordinate representation of color #BEC035: hue angle of 60.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BEC035 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 53 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.25 |
| HSL | 60.86º | 0.57% | 0.48% | - |
| HSV(B) | 60.86º | 0.72% | 0.75% | - |
| XYZ | 40.73 | 48.9 | 10.66 | - |
| YUV | 175.56 | 58.84 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 53 | 0.01 | 0 | 0.72 | 0.25 | 60.86 | 0.57 | 0.48 |
| Hex | BE | C0 | 35 | 1 | 0 | 48 | 19 | 3D | 39 | 30 |
| Octal | 276 | 300 | 65 | 1 | 0 | 110 | 31 | 75 | 71 | 60 |
| Binary | 10111110 | 11000000 | 110101 | 1 | 0 | 1001000 | 11001 | 111101 | 111001 | 110000 |
Color Harmonies of #BEC035
Complementary color
Monochromatic Colors of #BEC035
Black with #BEC035
Text Example
Text Example
White with #BEC035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC035; }
p { color: rgb(190,192,53); }
H1.HeaderClassName
{
color: #BEC035;
}
.AnyTagClassName
{
color: #BEC035;
}
</style>
background-color css
<style>
a { background-color: #BEC035; }
a { background-color: rgb(190,192,53); }
div.DivClassName
{
background-color: #BEC035;
}
.BgClassName
{
background-color: #BEC035;
}
</style>
border-color css
<style>
span { border-color: #BEC035; }
span { border-color: rgb(190,192,53); }
td.TdClassName
{
border-color: #BEC035;
}
.TagClassName
{
border-color: #BEC035;
}
</style>