Shades of Fuego #BED526
Tints of Fuego #BED526
RGB
CMYK
RGB Variations
Color information
#BED526 (or 0xBED526) is known color: Fuego. HEX triplet: BE, D5 and 26. RGB value is (190,213,38). Sum of RGB (Red+Green+Blue) = 190+213+38=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 38 (15.23% from 255 or 8.62% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #BED526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED526 is #412AD9. Grayscale: #BABABA. Windows color (decimal): -4270810 or 2545086. OLE color: 2545086.
HSL color Cylindrical-coordinate representation of color #BED526: hue angle of 67.89º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BED526 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 38 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.16 |
| HSL | 67.89º | 0.7% | 0.49% | - |
| HSV(B) | 67.89º | 0.82% | 0.84% | - |
| XYZ | 45.38 | 58.68 | 10.77 | - |
| YUV | 186.17 | 44.38 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 38 | 0.11 | 0 | 0.82 | 0.16 | 67.89 | 0.7 | 0.49 |
| Hex | BE | D5 | 26 | B | 0 | 52 | 10 | 44 | 46 | 31 |
| Octal | 276 | 325 | 46 | 13 | 0 | 122 | 20 | 104 | 106 | 61 |
| Binary | 10111110 | 11010101 | 100110 | 1011 | 0 | 1010010 | 10000 | 1000100 | 1000110 | 110001 |
Color Harmonies of #BED526
Complementary color
Monochromatic Colors of #BED526
Black with #BED526
Text Example
Text Example
White with #BED526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED526; }
p { color: rgb(190,213,38); }
H1.HeaderClassName
{
color: #BED526;
}
.AnyTagClassName
{
color: #BED526;
}
</style>
background-color css
<style>
a { background-color: #BED526; }
a { background-color: rgb(190,213,38); }
div.DivClassName
{
background-color: #BED526;
}
.BgClassName
{
background-color: #BED526;
}
</style>
border-color css
<style>
span { border-color: #BED526; }
span { border-color: rgb(190,213,38); }
td.TdClassName
{
border-color: #BED526;
}
.TagClassName
{
border-color: #BED526;
}
</style>