Shades of Fuego #BEC838
Tints of Fuego #BEC838
RGB
CMYK
RGB Variations
Color information
#BEC838 (or 0xBEC838) is known color: Fuego. HEX triplet: BE, C8 and 38. RGB value is (190,200,56). Sum of RGB (Red+Green+Blue) = 190+200+56=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 56 (22.27% from 255 or 12.56% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC838 is #4137C7. Grayscale: #B5B5B5. Windows color (decimal): -4274120 or 3721406. OLE color: 3721406.
HSL color Cylindrical-coordinate representation of color #BEC838: hue angle of 64.17º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BEC838 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 56 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.22 |
| HSL | 64.17º | 0.57% | 0.5% | - |
| HSV(B) | 64.17º | 0.72% | 0.78% | - |
| XYZ | 42.6 | 52.54 | 11.64 | - |
| YUV | 180.59 | 57.69 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 56 | 0.05 | 0 | 0.72 | 0.22 | 64.17 | 0.57 | 0.5 |
| Hex | BE | C8 | 38 | 5 | 0 | 48 | 16 | 40 | 39 | 32 |
| Octal | 276 | 310 | 70 | 5 | 0 | 110 | 26 | 100 | 71 | 62 |
| Binary | 10111110 | 11001000 | 111000 | 101 | 0 | 1001000 | 10110 | 1000000 | 111001 | 110010 |
Color Harmonies of #BEC838
Complementary color
Monochromatic Colors of #BEC838
Black with #BEC838
Text Example
Text Example
White with #BEC838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC838; }
p { color: rgb(190,200,56); }
H1.HeaderClassName
{
color: #BEC838;
}
.AnyTagClassName
{
color: #BEC838;
}
</style>
background-color css
<style>
a { background-color: #BEC838; }
a { background-color: rgb(190,200,56); }
div.DivClassName
{
background-color: #BEC838;
}
.BgClassName
{
background-color: #BEC838;
}
</style>
border-color css
<style>
span { border-color: #BEC838; }
span { border-color: rgb(190,200,56); }
td.TdClassName
{
border-color: #BEC838;
}
.TagClassName
{
border-color: #BEC838;
}
</style>