Shades of Fuego #BED037
Tints of Fuego #BED037
RGB
CMYK
RGB Variations
Color information
#BED037 (or 0xBED037) is known color: Fuego. HEX triplet: BE, D0 and 37. RGB value is (190,208,55). Sum of RGB (Red+Green+Blue) = 190+208+55=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 55 (21.88% from 255 or 12.14% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #BED037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED037 is #412FC8. Grayscale: #B9B9B9. Windows color (decimal): -4272073 or 3657918. OLE color: 3657918.
HSL color Cylindrical-coordinate representation of color #BED037: hue angle of 67.06º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BED037 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 55 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.18 |
| HSL | 67.06º | 0.62% | 0.52% | - |
| HSV(B) | 67.06º | 0.74% | 0.82% | - |
| XYZ | 44.48 | 56.33 | 12.14 | - |
| YUV | 185.18 | 54.54 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 55 | 0.09 | 0 | 0.74 | 0.18 | 67.06 | 0.62 | 0.52 |
| Hex | BE | D0 | 37 | 9 | 0 | 4A | 12 | 43 | 3E | 34 |
| Octal | 276 | 320 | 67 | 11 | 0 | 112 | 22 | 103 | 76 | 64 |
| Binary | 10111110 | 11010000 | 110111 | 1001 | 0 | 1001010 | 10010 | 1000011 | 111110 | 110100 |
Color Harmonies of #BED037
Complementary color
Monochromatic Colors of #BED037
Black with #BED037
Text Example
Text Example
White with #BED037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED037; }
p { color: rgb(190,208,55); }
H1.HeaderClassName
{
color: #BED037;
}
.AnyTagClassName
{
color: #BED037;
}
</style>
background-color css
<style>
a { background-color: #BED037; }
a { background-color: rgb(190,208,55); }
div.DivClassName
{
background-color: #BED037;
}
.BgClassName
{
background-color: #BED037;
}
</style>
border-color css
<style>
span { border-color: #BED037; }
span { border-color: rgb(190,208,55); }
td.TdClassName
{
border-color: #BED037;
}
.TagClassName
{
border-color: #BED037;
}
</style>