Shades of Fuego #BED534
Tints of Fuego #BED534
RGB
CMYK
RGB Variations
Color information
#BED534 (or 0xBED534) is known color: Fuego. HEX triplet: BE, D5 and 34. RGB value is (190,213,52). Sum of RGB (Red+Green+Blue) = 190+213+52=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 52 (20.70% from 255 or 11.43% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #BED534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED534 is #412ACB. Grayscale: #BCBCBC. Windows color (decimal): -4270796 or 3462590. OLE color: 3462590.
HSL color Cylindrical-coordinate representation of color #BED534: hue angle of 68.57º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BED534 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 52 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.16 |
| HSL | 68.57º | 0.66% | 0.52% | - |
| HSV(B) | 68.57º | 0.76% | 0.84% | - |
| XYZ | 45.65 | 58.78 | 12.19 | - |
| YUV | 187.77 | 51.38 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 52 | 0.11 | 0 | 0.76 | 0.16 | 68.57 | 0.66 | 0.52 |
| Hex | BE | D5 | 34 | B | 0 | 4C | 10 | 45 | 42 | 34 |
| Octal | 276 | 325 | 64 | 13 | 0 | 114 | 20 | 105 | 102 | 64 |
| Binary | 10111110 | 11010101 | 110100 | 1011 | 0 | 1001100 | 10000 | 1000101 | 1000010 | 110100 |
Color Harmonies of #BED534
Complementary color
Monochromatic Colors of #BED534
Black with #BED534
Text Example
Text Example
White with #BED534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED534; }
p { color: rgb(190,213,52); }
H1.HeaderClassName
{
color: #BED534;
}
.AnyTagClassName
{
color: #BED534;
}
</style>
background-color css
<style>
a { background-color: #BED534; }
a { background-color: rgb(190,213,52); }
div.DivClassName
{
background-color: #BED534;
}
.BgClassName
{
background-color: #BED534;
}
</style>
border-color css
<style>
span { border-color: #BED534; }
span { border-color: rgb(190,213,52); }
td.TdClassName
{
border-color: #BED534;
}
.TagClassName
{
border-color: #BED534;
}
</style>