Shades of Fuego #BED127
Tints of Fuego #BED127
RGB
CMYK
RGB Variations
Color information
#BED127 (or 0xBED127) is known color: Fuego. HEX triplet: BE, D1 and 27. RGB value is (190,209,39). Sum of RGB (Red+Green+Blue) = 190+209+39=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 39 (15.62% from 255 or 8.90% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #BED127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED127 is #412ED8. Grayscale: #B8B8B8. Windows color (decimal): -4271833 or 2609598. OLE color: 2609598.
HSL color Cylindrical-coordinate representation of color #BED127: hue angle of 66.71º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BED127 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 39 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.18 |
| HSL | 66.71º | 0.69% | 0.49% | - |
| HSV(B) | 66.71º | 0.81% | 0.82% | - |
| XYZ | 44.4 | 56.69 | 10.52 | - |
| YUV | 183.94 | 46.21 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 39 | 0.09 | 0 | 0.81 | 0.18 | 66.71 | 0.69 | 0.49 |
| Hex | BE | D1 | 27 | 9 | 0 | 51 | 12 | 43 | 45 | 31 |
| Octal | 276 | 321 | 47 | 11 | 0 | 121 | 22 | 103 | 105 | 61 |
| Binary | 10111110 | 11010001 | 100111 | 1001 | 0 | 1010001 | 10010 | 1000011 | 1000101 | 110001 |
Color Harmonies of #BED127
Complementary color
Monochromatic Colors of #BED127
Black with #BED127
Text Example
Text Example
White with #BED127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED127; }
p { color: rgb(190,209,39); }
H1.HeaderClassName
{
color: #BED127;
}
.AnyTagClassName
{
color: #BED127;
}
</style>
background-color css
<style>
a { background-color: #BED127; }
a { background-color: rgb(190,209,39); }
div.DivClassName
{
background-color: #BED127;
}
.BgClassName
{
background-color: #BED127;
}
</style>
border-color css
<style>
span { border-color: #BED127; }
span { border-color: rgb(190,209,39); }
td.TdClassName
{
border-color: #BED127;
}
.TagClassName
{
border-color: #BED127;
}
</style>