Shades of Fuego #BED321
Tints of Fuego #BED321
RGB
CMYK
RGB Variations
Color information
#BED321 (or 0xBED321) is known color: Fuego. HEX triplet: BE, D3 and 21. RGB value is (190,211,33). Sum of RGB (Red+Green+Blue) = 190+211+33=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 211 - color contains mainly: green. Hex color #BED321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED321 is #412CDE. Grayscale: #B9B9B9. Windows color (decimal): -4271327 or 2216894. OLE color: 2216894.
HSL color Cylindrical-coordinate representation of color #BED321: hue angle of 67.08º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BED321 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 33 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.17 |
| HSL | 67.08º | 0.73% | 0.48% | - |
| HSV(B) | 67.08º | 0.84% | 0.83% | - |
| XYZ | 44.8 | 57.65 | 10.2 | - |
| YUV | 184.43 | 42.54 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 33 | 0.10 | 0 | 0.84 | 0.17 | 67.08 | 0.73 | 0.48 |
| Hex | BE | D3 | 21 | A | 0 | 54 | 11 | 43 | 49 | 30 |
| Octal | 276 | 323 | 41 | 12 | 0 | 124 | 21 | 103 | 111 | 60 |
| Binary | 10111110 | 11010011 | 100001 | 1010 | 0 | 1010100 | 10001 | 1000011 | 1001001 | 110000 |
Color Harmonies of #BED321
Complementary color
Monochromatic Colors of #BED321
Black with #BED321
Text Example
Text Example
White with #BED321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED321; }
p { color: rgb(190,211,33); }
H1.HeaderClassName
{
color: #BED321;
}
.AnyTagClassName
{
color: #BED321;
}
</style>
background-color css
<style>
a { background-color: #BED321; }
a { background-color: rgb(190,211,33); }
div.DivClassName
{
background-color: #BED321;
}
.BgClassName
{
background-color: #BED321;
}
</style>
border-color css
<style>
span { border-color: #BED321; }
span { border-color: rgb(190,211,33); }
td.TdClassName
{
border-color: #BED321;
}
.TagClassName
{
border-color: #BED321;
}
</style>