Shades of Fuego #BED728
Tints of Fuego #BED728
RGB
CMYK
RGB Variations
Color information
#BED728 (or 0xBED728) is known color: Fuego. HEX triplet: BE, D7 and 28. RGB value is (190,215,40). Sum of RGB (Red+Green+Blue) = 190+215+40=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #BED728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED728 is #4128D7. Grayscale: #BCBCBC. Windows color (decimal): -4270296 or 2676670. OLE color: 2676670.
HSL color Cylindrical-coordinate representation of color #BED728: hue angle of 68.57º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BED728 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 40 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.16 |
| HSL | 68.57º | 0.69% | 0.5% | - |
| HSV(B) | 68.57º | 0.81% | 0.84% | - |
| XYZ | 45.92 | 59.7 | 11.11 | - |
| YUV | 187.58 | 44.72 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 40 | 0.12 | 0 | 0.81 | 0.16 | 68.57 | 0.69 | 0.5 |
| Hex | BE | D7 | 28 | C | 0 | 51 | 10 | 45 | 45 | 32 |
| Octal | 276 | 327 | 50 | 14 | 0 | 121 | 20 | 105 | 105 | 62 |
| Binary | 10111110 | 11010111 | 101000 | 1100 | 0 | 1010001 | 10000 | 1000101 | 1000101 | 110010 |
Color Harmonies of #BED728
Complementary color
Monochromatic Colors of #BED728
Black with #BED728
Text Example
Text Example
White with #BED728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED728; }
p { color: rgb(190,215,40); }
H1.HeaderClassName
{
color: #BED728;
}
.AnyTagClassName
{
color: #BED728;
}
</style>
background-color css
<style>
a { background-color: #BED728; }
a { background-color: rgb(190,215,40); }
div.DivClassName
{
background-color: #BED728;
}
.BgClassName
{
background-color: #BED728;
}
</style>
border-color css
<style>
span { border-color: #BED728; }
span { border-color: rgb(190,215,40); }
td.TdClassName
{
border-color: #BED728;
}
.TagClassName
{
border-color: #BED728;
}
</style>