Shades of Fuego #BED133
Tints of Fuego #BED133
RGB
CMYK
RGB Variations
Color information
#BED133 (or 0xBED133) is known color: Fuego. HEX triplet: BE, D1 and 33. RGB value is (190,209,51). Sum of RGB (Red+Green+Blue) = 190+209+51=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 51 (20.31% from 255 or 11.33% from 450); Max value from RGB is 209 - color contains mainly: green. Hex color #BED133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED133 is #412ECC. Grayscale: #B9B9B9. Windows color (decimal): -4271821 or 3396030. OLE color: 3396030.
HSL color Cylindrical-coordinate representation of color #BED133: hue angle of 67.22º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BED133 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 51 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.18 |
| HSL | 67.22º | 0.63% | 0.51% | - |
| HSV(B) | 67.22º | 0.76% | 0.82% | - |
| XYZ | 44.63 | 56.79 | 11.74 | - |
| YUV | 185.31 | 52.21 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 51 | 0.09 | 0 | 0.76 | 0.18 | 67.22 | 0.63 | 0.51 |
| Hex | BE | D1 | 33 | 9 | 0 | 4C | 12 | 43 | 3F | 33 |
| Octal | 276 | 321 | 63 | 11 | 0 | 114 | 22 | 103 | 77 | 63 |
| Binary | 10111110 | 11010001 | 110011 | 1001 | 0 | 1001100 | 10010 | 1000011 | 111111 | 110011 |
Color Harmonies of #BED133
Complementary color
Monochromatic Colors of #BED133
Black with #BED133
Text Example
Text Example
White with #BED133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED133; }
p { color: rgb(190,209,51); }
H1.HeaderClassName
{
color: #BED133;
}
.AnyTagClassName
{
color: #BED133;
}
</style>
background-color css
<style>
a { background-color: #BED133; }
a { background-color: rgb(190,209,51); }
div.DivClassName
{
background-color: #BED133;
}
.BgClassName
{
background-color: #BED133;
}
</style>
border-color css
<style>
span { border-color: #BED133; }
span { border-color: rgb(190,209,51); }
td.TdClassName
{
border-color: #BED133;
}
.TagClassName
{
border-color: #BED133;
}
</style>