Shades of Fuego #BED032
Tints of Fuego #BED032
RGB
CMYK
RGB Variations
Color information
#BED032 (or 0xBED032) is known color: Fuego. HEX triplet: BE, D0 and 32. RGB value is (190,208,50). Sum of RGB (Red+Green+Blue) = 190+208+50=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 50 (19.92% from 255 or 11.16% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #BED032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED032 is #412FCD. Grayscale: #B9B9B9. Windows color (decimal): -4272078 or 3330238. OLE color: 3330238.
HSL color Cylindrical-coordinate representation of color #BED032: hue angle of 66.84º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BED032 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 50 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.18 |
| HSL | 66.84º | 0.63% | 0.51% | - |
| HSV(B) | 66.84º | 0.76% | 0.82% | - |
| XYZ | 44.37 | 56.29 | 11.54 | - |
| YUV | 184.61 | 52.04 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 50 | 0.09 | 0 | 0.76 | 0.18 | 66.84 | 0.63 | 0.51 |
| Hex | BE | D0 | 32 | 9 | 0 | 4C | 12 | 43 | 3F | 33 |
| Octal | 276 | 320 | 62 | 11 | 0 | 114 | 22 | 103 | 77 | 63 |
| Binary | 10111110 | 11010000 | 110010 | 1001 | 0 | 1001100 | 10010 | 1000011 | 111111 | 110011 |
Color Harmonies of #BED032
Complementary color
Monochromatic Colors of #BED032
Black with #BED032
Text Example
Text Example
White with #BED032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED032; }
p { color: rgb(190,208,50); }
H1.HeaderClassName
{
color: #BED032;
}
.AnyTagClassName
{
color: #BED032;
}
</style>
background-color css
<style>
a { background-color: #BED032; }
a { background-color: rgb(190,208,50); }
div.DivClassName
{
background-color: #BED032;
}
.BgClassName
{
background-color: #BED032;
}
</style>
border-color css
<style>
span { border-color: #BED032; }
span { border-color: rgb(190,208,50); }
td.TdClassName
{
border-color: #BED032;
}
.TagClassName
{
border-color: #BED032;
}
</style>