Shades of Fuego #BED925
Tints of Fuego #BED925
RGB
CMYK
RGB Variations
Color information
#BED925 (or 0xBED925) is known color: Fuego. HEX triplet: BE, D9 and 25. RGB value is (190,217,37). Sum of RGB (Red+Green+Blue) = 190+217+37=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 37 (14.84% from 255 or 8.33% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #BED925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED925 is #4126DA. Grayscale: #BDBDBD. Windows color (decimal): -4269787 or 2480574. OLE color: 2480574.
HSL color Cylindrical-coordinate representation of color #BED925: hue angle of 69º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BED925 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 37 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.15 |
| HSL | 69º | 0.71% | 0.5% | - |
| HSV(B) | 69º | 0.83% | 0.85% | - |
| XYZ | 46.38 | 60.71 | 11.02 | - |
| YUV | 188.41 | 42.55 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 37 | 0.12 | 0 | 0.83 | 0.15 | 69 | 0.71 | 0.5 |
| Hex | BE | D9 | 25 | C | 0 | 53 | F | 45 | 47 | 32 |
| Octal | 276 | 331 | 45 | 14 | 0 | 123 | 17 | 105 | 107 | 62 |
| Binary | 10111110 | 11011001 | 100101 | 1100 | 0 | 1010011 | 1111 | 1000101 | 1000111 | 110010 |
Color Harmonies of #BED925
Complementary color
Monochromatic Colors of #BED925
Black with #BED925
Text Example
Text Example
White with #BED925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED925; }
p { color: rgb(190,217,37); }
H1.HeaderClassName
{
color: #BED925;
}
.AnyTagClassName
{
color: #BED925;
}
</style>
background-color css
<style>
a { background-color: #BED925; }
a { background-color: rgb(190,217,37); }
div.DivClassName
{
background-color: #BED925;
}
.BgClassName
{
background-color: #BED925;
}
</style>
border-color css
<style>
span { border-color: #BED925; }
span { border-color: rgb(190,217,37); }
td.TdClassName
{
border-color: #BED925;
}
.TagClassName
{
border-color: #BED925;
}
</style>