Shades of Fuego #BED932
Tints of Fuego #BED932
RGB
CMYK
RGB Variations
Color information
#BED932 (or 0xBED932) is known color: Fuego. HEX triplet: BE, D9 and 32. RGB value is (190,217,50). Sum of RGB (Red+Green+Blue) = 190+217+50=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #BED932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED932 is #4126CD. Grayscale: #BEBEBE. Windows color (decimal): -4269774 or 3332542. OLE color: 3332542.
HSL color Cylindrical-coordinate representation of color #BED932: hue angle of 69.7º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BED932 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 50 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.15 |
| HSL | 69.7º | 0.69% | 0.52% | - |
| HSV(B) | 69.7º | 0.77% | 0.85% | - |
| XYZ | 46.62 | 60.8 | 12.3 | - |
| YUV | 189.89 | 49.05 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 50 | 0.12 | 0 | 0.77 | 0.15 | 69.7 | 0.69 | 0.52 |
| Hex | BE | D9 | 32 | C | 0 | 4D | F | 46 | 45 | 34 |
| Octal | 276 | 331 | 62 | 14 | 0 | 115 | 17 | 106 | 105 | 64 |
| Binary | 10111110 | 11011001 | 110010 | 1100 | 0 | 1001101 | 1111 | 1000110 | 1000101 | 110100 |
Color Harmonies of #BED932
Complementary color
Monochromatic Colors of #BED932
Black with #BED932
Text Example
Text Example
White with #BED932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED932; }
p { color: rgb(190,217,50); }
H1.HeaderClassName
{
color: #BED932;
}
.AnyTagClassName
{
color: #BED932;
}
</style>
background-color css
<style>
a { background-color: #BED932; }
a { background-color: rgb(190,217,50); }
div.DivClassName
{
background-color: #BED932;
}
.BgClassName
{
background-color: #BED932;
}
</style>
border-color css
<style>
span { border-color: #BED932; }
span { border-color: rgb(190,217,50); }
td.TdClassName
{
border-color: #BED932;
}
.TagClassName
{
border-color: #BED932;
}
</style>