Shades of Fuego #BED320
Tints of Fuego #BED320
RGB
CMYK
RGB Variations
Color information
#BED320 (or 0xBED320) is known color: Fuego. HEX triplet: BE, D3 and 20. RGB value is (190,211,32). Sum of RGB (Red+Green+Blue) = 190+211+32=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #BED320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED320 is #412CDF. Grayscale: #B9B9B9. Windows color (decimal): -4271328 or 2151358. OLE color: 2151358.
HSL color Cylindrical-coordinate representation of color #BED320: hue angle of 67.04º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BED320 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 32 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.17 |
| HSL | 67.04º | 0.74% | 0.48% | - |
| HSV(B) | 67.04º | 0.85% | 0.83% | - |
| XYZ | 44.79 | 57.64 | 10.13 | - |
| YUV | 184.32 | 42.04 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 32 | 0.10 | 0 | 0.85 | 0.17 | 67.04 | 0.74 | 0.48 |
| Hex | BE | D3 | 20 | A | 0 | 55 | 11 | 43 | 4A | 30 |
| Octal | 276 | 323 | 40 | 12 | 0 | 125 | 21 | 103 | 112 | 60 |
| Binary | 10111110 | 11010011 | 100000 | 1010 | 0 | 1010101 | 10001 | 1000011 | 1001010 | 110000 |
Color Harmonies of #BED320
Complementary color
Monochromatic Colors of #BED320
Black with #BED320
Text Example
Text Example
White with #BED320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED320; }
p { color: rgb(190,211,32); }
H1.HeaderClassName
{
color: #BED320;
}
.AnyTagClassName
{
color: #BED320;
}
</style>
background-color css
<style>
a { background-color: #BED320; }
a { background-color: rgb(190,211,32); }
div.DivClassName
{
background-color: #BED320;
}
.BgClassName
{
background-color: #BED320;
}
</style>
border-color css
<style>
span { border-color: #BED320; }
span { border-color: rgb(190,211,32); }
td.TdClassName
{
border-color: #BED320;
}
.TagClassName
{
border-color: #BED320;
}
</style>