Shades of Fuego #BED730
Tints of Fuego #BED730
RGB
CMYK
RGB Variations
Color information
#BED730 (or 0xBED730) is known color: Fuego. HEX triplet: BE, D7 and 30. RGB value is (190,215,48). Sum of RGB (Red+Green+Blue) = 190+215+48=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 48 (19.14% from 255 or 10.60% from 453); Max value from RGB is 215 - color contains mainly: green. Hex color #BED730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED730 is #4128CF. Grayscale: #BDBDBD. Windows color (decimal): -4270288 or 3200958. OLE color: 3200958.
HSL color Cylindrical-coordinate representation of color #BED730: hue angle of 68.98º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BED730 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 48 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.16 |
| HSL | 68.98º | 0.68% | 0.52% | - |
| HSV(B) | 68.98º | 0.78% | 0.84% | - |
| XYZ | 46.07 | 59.76 | 11.9 | - |
| YUV | 188.49 | 48.72 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 48 | 0.12 | 0 | 0.78 | 0.16 | 68.98 | 0.68 | 0.52 |
| Hex | BE | D7 | 30 | C | 0 | 4E | 10 | 45 | 44 | 34 |
| Octal | 276 | 327 | 60 | 14 | 0 | 116 | 20 | 105 | 104 | 64 |
| Binary | 10111110 | 11010111 | 110000 | 1100 | 0 | 1001110 | 10000 | 1000101 | 1000100 | 110100 |
Color Harmonies of #BED730
Complementary color
Monochromatic Colors of #BED730
Black with #BED730
Text Example
Text Example
White with #BED730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED730; }
p { color: rgb(190,215,48); }
H1.HeaderClassName
{
color: #BED730;
}
.AnyTagClassName
{
color: #BED730;
}
</style>
background-color css
<style>
a { background-color: #BED730; }
a { background-color: rgb(190,215,48); }
div.DivClassName
{
background-color: #BED730;
}
.BgClassName
{
background-color: #BED730;
}
</style>
border-color css
<style>
span { border-color: #BED730; }
span { border-color: rgb(190,215,48); }
td.TdClassName
{
border-color: #BED730;
}
.TagClassName
{
border-color: #BED730;
}
</style>