Shades of Fuego #BED236
Tints of Fuego #BED236
RGB
CMYK
RGB Variations
Color information
#BED236 (or 0xBED236) is known color: Fuego. HEX triplet: BE, D2 and 36. RGB value is (190,210,54). Sum of RGB (Red+Green+Blue) = 190+210+54=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 54 (21.48% from 255 or 11.89% from 454); Max value from RGB is 210 - color contains mainly: green. Hex color #BED236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED236 is #412DC9. Grayscale: #BABABA. Windows color (decimal): -4271562 or 3592894. OLE color: 3592894.
HSL color Cylindrical-coordinate representation of color #BED236: hue angle of 67.69º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BED236 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 54 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.18 |
| HSL | 67.69º | 0.63% | 0.52% | - |
| HSV(B) | 67.69º | 0.74% | 0.82% | - |
| XYZ | 44.95 | 57.31 | 12.18 | - |
| YUV | 186.24 | 53.37 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 54 | 0.10 | 0 | 0.74 | 0.18 | 67.69 | 0.63 | 0.52 |
| Hex | BE | D2 | 36 | A | 0 | 4A | 12 | 44 | 3F | 34 |
| Octal | 276 | 322 | 66 | 12 | 0 | 112 | 22 | 104 | 77 | 64 |
| Binary | 10111110 | 11010010 | 110110 | 1010 | 0 | 1001010 | 10010 | 1000100 | 111111 | 110100 |
Color Harmonies of #BED236
Complementary color
Monochromatic Colors of #BED236
Black with #BED236
Text Example
Text Example
White with #BED236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED236; }
p { color: rgb(190,210,54); }
H1.HeaderClassName
{
color: #BED236;
}
.AnyTagClassName
{
color: #BED236;
}
</style>
background-color css
<style>
a { background-color: #BED236; }
a { background-color: rgb(190,210,54); }
div.DivClassName
{
background-color: #BED236;
}
.BgClassName
{
background-color: #BED236;
}
</style>
border-color css
<style>
span { border-color: #BED236; }
span { border-color: rgb(190,210,54); }
td.TdClassName
{
border-color: #BED236;
}
.TagClassName
{
border-color: #BED236;
}
</style>