Shades of Fuego #BED627
Tints of Fuego #BED627
RGB
CMYK
RGB Variations
Color information
#BED627 (or 0xBED627) is known color: Fuego. HEX triplet: BE, D6 and 27. RGB value is (190,214,39). Sum of RGB (Red+Green+Blue) = 190+214+39=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 39 (15.62% from 255 or 8.80% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #BED627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED627 is #4129D8. Grayscale: #BBBBBB. Windows color (decimal): -4270553 or 2610878. OLE color: 2610878.
HSL color Cylindrical-coordinate representation of color #BED627: hue angle of 68.23º 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 #BED627 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 39 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.16 |
| HSL | 68.23º | 0.69% | 0.5% | - |
| HSV(B) | 68.23º | 0.82% | 0.84% | - |
| XYZ | 45.65 | 59.19 | 10.94 | - |
| YUV | 186.87 | 44.55 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 39 | 0.11 | 0 | 0.82 | 0.16 | 68.23 | 0.69 | 0.5 |
| Hex | BE | D6 | 27 | B | 0 | 52 | 10 | 44 | 45 | 32 |
| Octal | 276 | 326 | 47 | 13 | 0 | 122 | 20 | 104 | 105 | 62 |
| Binary | 10111110 | 11010110 | 100111 | 1011 | 0 | 1010010 | 10000 | 1000100 | 1000101 | 110010 |
Color Harmonies of #BED627
Complementary color
Monochromatic Colors of #BED627
Black with #BED627
Text Example
Text Example
White with #BED627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED627; }
p { color: rgb(190,214,39); }
H1.HeaderClassName
{
color: #BED627;
}
.AnyTagClassName
{
color: #BED627;
}
</style>
background-color css
<style>
a { background-color: #BED627; }
a { background-color: rgb(190,214,39); }
div.DivClassName
{
background-color: #BED627;
}
.BgClassName
{
background-color: #BED627;
}
</style>
border-color css
<style>
span { border-color: #BED627; }
span { border-color: rgb(190,214,39); }
td.TdClassName
{
border-color: #BED627;
}
.TagClassName
{
border-color: #BED627;
}
</style>