Shades of Fuego #BED130
Tints of Fuego #BED130
RGB
CMYK
RGB Variations
Color information
#BED130 (or 0xBED130) is known color: Fuego. HEX triplet: BE, D1 and 30. RGB value is (190,209,48). Sum of RGB (Red+Green+Blue) = 190+209+48=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 209 (82.03% from 255 or 46.76% from 447); Blue value is 48 (19.14% from 255 or 10.74% from 447); Max value from RGB is 209 - color contains mainly: green. Hex color #BED130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED130 is #412ECF. Grayscale: #B9B9B9. Windows color (decimal): -4271824 or 3199422. OLE color: 3199422.
HSL color Cylindrical-coordinate representation of color #BED130: hue angle of 67.08º degrees, saturation: 0.64, 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 #BED130 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 48 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.18 |
| HSL | 67.08º | 0.64% | 0.5% | - |
| HSV(B) | 67.08º | 0.77% | 0.82% | - |
| XYZ | 44.57 | 56.76 | 11.4 | - |
| YUV | 184.97 | 50.71 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 48 | 0.09 | 0 | 0.77 | 0.18 | 67.08 | 0.64 | 0.5 |
| Hex | BE | D1 | 30 | 9 | 0 | 4D | 12 | 43 | 40 | 32 |
| Octal | 276 | 321 | 60 | 11 | 0 | 115 | 22 | 103 | 100 | 62 |
| Binary | 10111110 | 11010001 | 110000 | 1001 | 0 | 1001101 | 10010 | 1000011 | 1000000 | 110010 |
Color Harmonies of #BED130
Complementary color
Monochromatic Colors of #BED130
Black with #BED130
Text Example
Text Example
White with #BED130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED130; }
p { color: rgb(190,209,48); }
H1.HeaderClassName
{
color: #BED130;
}
.AnyTagClassName
{
color: #BED130;
}
</style>
background-color css
<style>
a { background-color: #BED130; }
a { background-color: rgb(190,209,48); }
div.DivClassName
{
background-color: #BED130;
}
.BgClassName
{
background-color: #BED130;
}
</style>
border-color css
<style>
span { border-color: #BED130; }
span { border-color: rgb(190,209,48); }
td.TdClassName
{
border-color: #BED130;
}
.TagClassName
{
border-color: #BED130;
}
</style>