Shades of Fuego #BED635
Tints of Fuego #BED635
RGB
CMYK
RGB Variations
Color information
#BED635 (or 0xBED635) is known color: Fuego. HEX triplet: BE, D6 and 35. RGB value is (190,214,53). Sum of RGB (Red+Green+Blue) = 190+214+53=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 53 (21.09% from 255 or 11.60% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #BED635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED635 is #4129CA. Grayscale: #BDBDBD. Windows color (decimal): -4270539 or 3528382. OLE color: 3528382.
HSL color Cylindrical-coordinate representation of color #BED635: hue angle of 68.94º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BED635 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 53 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.16 |
| HSL | 68.94º | 0.66% | 0.52% | - |
| HSV(B) | 68.94º | 0.75% | 0.84% | - |
| XYZ | 45.92 | 59.3 | 12.39 | - |
| YUV | 188.47 | 51.55 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 53 | 0.11 | 0 | 0.75 | 0.16 | 68.94 | 0.66 | 0.52 |
| Hex | BE | D6 | 35 | B | 0 | 4B | 10 | 45 | 42 | 34 |
| Octal | 276 | 326 | 65 | 13 | 0 | 113 | 20 | 105 | 102 | 64 |
| Binary | 10111110 | 11010110 | 110101 | 1011 | 0 | 1001011 | 10000 | 1000101 | 1000010 | 110100 |
Color Harmonies of #BED635
Complementary color
Monochromatic Colors of #BED635
Black with #BED635
Text Example
Text Example
White with #BED635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED635; }
p { color: rgb(190,214,53); }
H1.HeaderClassName
{
color: #BED635;
}
.AnyTagClassName
{
color: #BED635;
}
</style>
background-color css
<style>
a { background-color: #BED635; }
a { background-color: rgb(190,214,53); }
div.DivClassName
{
background-color: #BED635;
}
.BgClassName
{
background-color: #BED635;
}
</style>
border-color css
<style>
span { border-color: #BED635; }
span { border-color: rgb(190,214,53); }
td.TdClassName
{
border-color: #BED635;
}
.TagClassName
{
border-color: #BED635;
}
</style>