Shades of Fuego #BED335
Tints of Fuego #BED335
RGB
CMYK
RGB Variations
Color information
#BED335 (or 0xBED335) is known color: Fuego. HEX triplet: BE, D3 and 35. RGB value is (190,211,53). Sum of RGB (Red+Green+Blue) = 190+211+53=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 53 (21.09% from 255 or 11.67% from 454); Max value from RGB is 211 - color contains mainly: green. Hex color #BED335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED335 is #412CCA. Grayscale: #BBBBBB. Windows color (decimal): -4271307 or 3527614. OLE color: 3527614.
HSL color Cylindrical-coordinate representation of color #BED335: hue angle of 67.97º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BED335 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 53 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.17 |
| HSL | 67.97º | 0.64% | 0.52% | - |
| HSV(B) | 67.97º | 0.75% | 0.83% | - |
| XYZ | 45.17 | 57.79 | 12.14 | - |
| YUV | 186.71 | 52.54 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 53 | 0.10 | 0 | 0.75 | 0.17 | 67.97 | 0.64 | 0.52 |
| Hex | BE | D3 | 35 | A | 0 | 4B | 11 | 44 | 40 | 34 |
| Octal | 276 | 323 | 65 | 12 | 0 | 113 | 21 | 104 | 100 | 64 |
| Binary | 10111110 | 11010011 | 110101 | 1010 | 0 | 1001011 | 10001 | 1000100 | 1000000 | 110100 |
Color Harmonies of #BED335
Complementary color
Monochromatic Colors of #BED335
Black with #BED335
Text Example
Text Example
White with #BED335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED335; }
p { color: rgb(190,211,53); }
H1.HeaderClassName
{
color: #BED335;
}
.AnyTagClassName
{
color: #BED335;
}
</style>
background-color css
<style>
a { background-color: #BED335; }
a { background-color: rgb(190,211,53); }
div.DivClassName
{
background-color: #BED335;
}
.BgClassName
{
background-color: #BED335;
}
</style>
border-color css
<style>
span { border-color: #BED335; }
span { border-color: rgb(190,211,53); }
td.TdClassName
{
border-color: #BED335;
}
.TagClassName
{
border-color: #BED335;
}
</style>