Shades of Fuego #BED036
Tints of Fuego #BED036
RGB
CMYK
RGB Variations
Color information
#BED036 (or 0xBED036) is known color: Fuego. HEX triplet: BE, D0 and 36. RGB value is (190,208,54). Sum of RGB (Red+Green+Blue) = 190+208+54=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 54 (21.48% from 255 or 11.95% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #BED036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED036 is #412FC9. Grayscale: #B9B9B9. Windows color (decimal): -4272074 or 3592382. OLE color: 3592382.
HSL color Cylindrical-coordinate representation of color #BED036: hue angle of 67.01º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BED036 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 54 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.18 |
| HSL | 67.01º | 0.62% | 0.51% | - |
| HSV(B) | 67.01º | 0.74% | 0.82% | - |
| XYZ | 44.46 | 56.33 | 12.02 | - |
| YUV | 185.06 | 54.04 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 54 | 0.09 | 0 | 0.74 | 0.18 | 67.01 | 0.62 | 0.51 |
| Hex | BE | D0 | 36 | 9 | 0 | 4A | 12 | 43 | 3E | 33 |
| Octal | 276 | 320 | 66 | 11 | 0 | 112 | 22 | 103 | 76 | 63 |
| Binary | 10111110 | 11010000 | 110110 | 1001 | 0 | 1001010 | 10010 | 1000011 | 111110 | 110011 |
Color Harmonies of #BED036
Complementary color
Monochromatic Colors of #BED036
Black with #BED036
Text Example
Text Example
White with #BED036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED036; }
p { color: rgb(190,208,54); }
H1.HeaderClassName
{
color: #BED036;
}
.AnyTagClassName
{
color: #BED036;
}
</style>
background-color css
<style>
a { background-color: #BED036; }
a { background-color: rgb(190,208,54); }
div.DivClassName
{
background-color: #BED036;
}
.BgClassName
{
background-color: #BED036;
}
</style>
border-color css
<style>
span { border-color: #BED036; }
span { border-color: rgb(190,208,54); }
td.TdClassName
{
border-color: #BED036;
}
.TagClassName
{
border-color: #BED036;
}
</style>