Shades of Fuego #BFD520
Tints of Fuego #BFD520
RGB
CMYK
RGB Variations
Color information
#BFD520 (or 0xBFD520) is known color: Fuego. HEX triplet: BF, D5 and 20. RGB value is (191,213,32). Sum of RGB (Red+Green+Blue) = 191+213+32=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD520 is #402ADF. Grayscale: #BABABA. Windows color (decimal): -4205280 or 2151871. OLE color: 2151871.
HSL color Cylindrical-coordinate representation of color #BFD520: hue angle of 67.29º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFD520 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 32 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.16 |
| HSL | 67.29º | 0.74% | 0.48% | - |
| HSV(B) | 67.29º | 0.85% | 0.84% | - |
| XYZ | 45.54 | 58.77 | 10.31 | - |
| YUV | 185.79 | 41.21 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 32 | 0.10 | 0 | 0.85 | 0.16 | 67.29 | 0.74 | 0.48 |
| Hex | BF | D5 | 20 | A | 0 | 55 | 10 | 43 | 4A | 30 |
| Octal | 277 | 325 | 40 | 12 | 0 | 125 | 20 | 103 | 112 | 60 |
| Binary | 10111111 | 11010101 | 100000 | 1010 | 0 | 1010101 | 10000 | 1000011 | 1001010 | 110000 |
Color Harmonies of #BFD520
Complementary color
Monochromatic Colors of #BFD520
Black with #BFD520
Text Example
Text Example
White with #BFD520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD520; }
p { color: rgb(191,213,32); }
H1.HeaderClassName
{
color: #BFD520;
}
.AnyTagClassName
{
color: #BFD520;
}
</style>
background-color css
<style>
a { background-color: #BFD520; }
a { background-color: rgb(191,213,32); }
div.DivClassName
{
background-color: #BFD520;
}
.BgClassName
{
background-color: #BFD520;
}
</style>
border-color css
<style>
span { border-color: #BFD520; }
span { border-color: rgb(191,213,32); }
td.TdClassName
{
border-color: #BFD520;
}
.TagClassName
{
border-color: #BFD520;
}
</style>