Shades of Fuego #BED727
Tints of Fuego #BED727
RGB
CMYK
RGB Variations
Color information
#BED727 (or 0xBED727) is known color: Fuego. HEX triplet: BE, D7 and 27. RGB value is (190,215,39). Sum of RGB (Red+Green+Blue) = 190+215+39=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 39 (15.62% from 255 or 8.78% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #BED727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED727 is #4128D8. Grayscale: #BCBCBC. Windows color (decimal): -4270297 or 2611134. OLE color: 2611134.
HSL color Cylindrical-coordinate representation of color #BED727: hue angle of 68.52º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BED727 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 39 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.16 |
| HSL | 68.52º | 0.69% | 0.5% | - |
| HSV(B) | 68.52º | 0.82% | 0.84% | - |
| XYZ | 45.9 | 59.69 | 11.02 | - |
| YUV | 187.46 | 44.22 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 39 | 0.12 | 0 | 0.82 | 0.16 | 68.52 | 0.69 | 0.5 |
| Hex | BE | D7 | 27 | C | 0 | 52 | 10 | 45 | 45 | 32 |
| Octal | 276 | 327 | 47 | 14 | 0 | 122 | 20 | 105 | 105 | 62 |
| Binary | 10111110 | 11010111 | 100111 | 1100 | 0 | 1010010 | 10000 | 1000101 | 1000101 | 110010 |
Color Harmonies of #BED727
Complementary color
Monochromatic Colors of #BED727
Black with #BED727
Text Example
Text Example
White with #BED727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED727; }
p { color: rgb(190,215,39); }
H1.HeaderClassName
{
color: #BED727;
}
.AnyTagClassName
{
color: #BED727;
}
</style>
background-color css
<style>
a { background-color: #BED727; }
a { background-color: rgb(190,215,39); }
div.DivClassName
{
background-color: #BED727;
}
.BgClassName
{
background-color: #BED727;
}
</style>
border-color css
<style>
span { border-color: #BED727; }
span { border-color: rgb(190,215,39); }
td.TdClassName
{
border-color: #BED727;
}
.TagClassName
{
border-color: #BED727;
}
</style>