Shades of Fuego #BEC136
Tints of Fuego #BEC136
RGB
CMYK
RGB Variations
Color information
#BEC136 (or 0xBEC136) is known color: Fuego. HEX triplet: BE, C1 and 36. RGB value is (190,193,54). Sum of RGB (Red+Green+Blue) = 190+193+54=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 54 (21.48% from 255 or 12.36% from 437); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC136 is #413EC9. Grayscale: #B0B0B0. Windows color (decimal): -4275914 or 3588542. OLE color: 3588542.
HSL color Cylindrical-coordinate representation of color #BEC136: hue angle of 61.29º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BEC136 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 54 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.24 |
| HSL | 61.29º | 0.56% | 0.48% | - |
| HSV(B) | 61.29º | 0.72% | 0.76% | - |
| XYZ | 40.97 | 49.35 | 10.86 | - |
| YUV | 176.26 | 59.01 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 54 | 0.02 | 0 | 0.72 | 0.24 | 61.29 | 0.56 | 0.48 |
| Hex | BE | C1 | 36 | 2 | 0 | 48 | 18 | 3D | 38 | 30 |
| Octal | 276 | 301 | 66 | 2 | 0 | 110 | 30 | 75 | 70 | 60 |
| Binary | 10111110 | 11000001 | 110110 | 10 | 0 | 1001000 | 11000 | 111101 | 111000 | 110000 |
Color Harmonies of #BEC136
Complementary color
Monochromatic Colors of #BEC136
Black with #BEC136
Text Example
Text Example
White with #BEC136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC136; }
p { color: rgb(190,193,54); }
H1.HeaderClassName
{
color: #BEC136;
}
.AnyTagClassName
{
color: #BEC136;
}
</style>
background-color css
<style>
a { background-color: #BEC136; }
a { background-color: rgb(190,193,54); }
div.DivClassName
{
background-color: #BEC136;
}
.BgClassName
{
background-color: #BEC136;
}
</style>
border-color css
<style>
span { border-color: #BEC136; }
span { border-color: rgb(190,193,54); }
td.TdClassName
{
border-color: #BEC136;
}
.TagClassName
{
border-color: #BEC136;
}
</style>