Shades of Fuego #BED030
Tints of Fuego #BED030
RGB
CMYK
RGB Variations
Color information
#BED030 (or 0xBED030) is known color: Fuego. HEX triplet: BE, D0 and 30. RGB value is (190,208,48). Sum of RGB (Red+Green+Blue) = 190+208+48=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #BED030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED030 is #412FCF. Grayscale: #B9B9B9. Windows color (decimal): -4272080 or 3199166. OLE color: 3199166.
HSL color Cylindrical-coordinate representation of color #BED030: hue angle of 66.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BED030 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 48 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.18 |
| HSL | 66.75º | 0.63% | 0.5% | - |
| HSV(B) | 66.75º | 0.77% | 0.82% | - |
| XYZ | 44.32 | 56.27 | 11.32 | - |
| YUV | 184.38 | 51.04 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 48 | 0.09 | 0 | 0.77 | 0.18 | 66.75 | 0.63 | 0.5 |
| Hex | BE | D0 | 30 | 9 | 0 | 4D | 12 | 43 | 3F | 32 |
| Octal | 276 | 320 | 60 | 11 | 0 | 115 | 22 | 103 | 77 | 62 |
| Binary | 10111110 | 11010000 | 110000 | 1001 | 0 | 1001101 | 10010 | 1000011 | 111111 | 110010 |
Color Harmonies of #BED030
Complementary color
Monochromatic Colors of #BED030
Black with #BED030
Text Example
Text Example
White with #BED030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED030; }
p { color: rgb(190,208,48); }
H1.HeaderClassName
{
color: #BED030;
}
.AnyTagClassName
{
color: #BED030;
}
</style>
background-color css
<style>
a { background-color: #BED030; }
a { background-color: rgb(190,208,48); }
div.DivClassName
{
background-color: #BED030;
}
.BgClassName
{
background-color: #BED030;
}
</style>
border-color css
<style>
span { border-color: #BED030; }
span { border-color: rgb(190,208,48); }
td.TdClassName
{
border-color: #BED030;
}
.TagClassName
{
border-color: #BED030;
}
</style>