Shades of Fuego #BED722
Tints of Fuego #BED722
RGB
CMYK
RGB Variations
Color information
#BED722 (or 0xBED722) is known color: Fuego. HEX triplet: BE, D7 and 22. RGB value is (190,215,34). Sum of RGB (Red+Green+Blue) = 190+215+34=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 34 (13.67% from 255 or 7.74% from 439); Max value from RGB is 215 - color contains mainly: green. Hex color #BED722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED722 is #4128DD. Grayscale: #BBBBBB. Windows color (decimal): -4270302 or 2283454. OLE color: 2283454.
HSL color Cylindrical-coordinate representation of color #BED722: hue angle of 68.29º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BED722 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 34 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.16 |
| HSL | 68.29º | 0.73% | 0.49% | - |
| HSV(B) | 68.29º | 0.84% | 0.84% | - |
| XYZ | 45.82 | 59.66 | 10.61 | - |
| YUV | 186.89 | 41.72 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 34 | 0.12 | 0 | 0.84 | 0.16 | 68.29 | 0.73 | 0.49 |
| Hex | BE | D7 | 22 | C | 0 | 54 | 10 | 44 | 49 | 31 |
| Octal | 276 | 327 | 42 | 14 | 0 | 124 | 20 | 104 | 111 | 61 |
| Binary | 10111110 | 11010111 | 100010 | 1100 | 0 | 1010100 | 10000 | 1000100 | 1001001 | 110001 |
Color Harmonies of #BED722
Complementary color
Monochromatic Colors of #BED722
Black with #BED722
Text Example
Text Example
White with #BED722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED722; }
p { color: rgb(190,215,34); }
H1.HeaderClassName
{
color: #BED722;
}
.AnyTagClassName
{
color: #BED722;
}
</style>
background-color css
<style>
a { background-color: #BED722; }
a { background-color: rgb(190,215,34); }
div.DivClassName
{
background-color: #BED722;
}
.BgClassName
{
background-color: #BED722;
}
</style>
border-color css
<style>
span { border-color: #BED722; }
span { border-color: rgb(190,215,34); }
td.TdClassName
{
border-color: #BED722;
}
.TagClassName
{
border-color: #BED722;
}
</style>