Shades of Fuego #BED231
Tints of Fuego #BED231
RGB
CMYK
RGB Variations
Color information
#BED231 (or 0xBED231) is known color: Fuego. HEX triplet: BE, D2 and 31. RGB value is (190,210,49). Sum of RGB (Red+Green+Blue) = 190+210+49=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 49 (19.53% from 255 or 10.91% from 449); Max value from RGB is 210 - color contains mainly: green. Hex color #BED231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED231 is #412DCE. Grayscale: #BABABA. Windows color (decimal): -4271567 or 3265214. OLE color: 3265214.
HSL color Cylindrical-coordinate representation of color #BED231: hue angle of 67.45º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BED231 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 49 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.18 |
| HSL | 67.45º | 0.64% | 0.51% | - |
| HSV(B) | 67.45º | 0.77% | 0.82% | - |
| XYZ | 44.84 | 57.26 | 11.6 | - |
| YUV | 185.67 | 50.87 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 49 | 0.10 | 0 | 0.77 | 0.18 | 67.45 | 0.64 | 0.51 |
| Hex | BE | D2 | 31 | A | 0 | 4D | 12 | 43 | 40 | 33 |
| Octal | 276 | 322 | 61 | 12 | 0 | 115 | 22 | 103 | 100 | 63 |
| Binary | 10111110 | 11010010 | 110001 | 1010 | 0 | 1001101 | 10010 | 1000011 | 1000000 | 110011 |
Color Harmonies of #BED231
Complementary color
Monochromatic Colors of #BED231
Black with #BED231
Text Example
Text Example
White with #BED231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED231; }
p { color: rgb(190,210,49); }
H1.HeaderClassName
{
color: #BED231;
}
.AnyTagClassName
{
color: #BED231;
}
</style>
background-color css
<style>
a { background-color: #BED231; }
a { background-color: rgb(190,210,49); }
div.DivClassName
{
background-color: #BED231;
}
.BgClassName
{
background-color: #BED231;
}
</style>
border-color css
<style>
span { border-color: #BED231; }
span { border-color: rgb(190,210,49); }
td.TdClassName
{
border-color: #BED231;
}
.TagClassName
{
border-color: #BED231;
}
</style>