Shades of Fuego #BFD820
Tints of Fuego #BFD820
RGB
CMYK
RGB Variations
Color information
#BFD820 (or 0xBFD820) is known color: Fuego. HEX triplet: BF, D8 and 20. RGB value is (191,216,32). Sum of RGB (Red+Green+Blue) = 191+216+32=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD820 is #4027DF. Grayscale: #BCBCBC. Windows color (decimal): -4204512 or 2152639. OLE color: 2152639.
HSL color Cylindrical-coordinate representation of color #BFD820: hue angle of 68.15º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFD820 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 32 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.15 |
| HSL | 68.15º | 0.74% | 0.49% | - |
| HSV(B) | 68.15º | 0.85% | 0.85% | - |
| XYZ | 46.3 | 60.29 | 10.56 | - |
| YUV | 187.55 | 40.22 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 32 | 0.12 | 0 | 0.85 | 0.15 | 68.15 | 0.74 | 0.49 |
| Hex | BF | D8 | 20 | C | 0 | 55 | F | 44 | 4A | 31 |
| Octal | 277 | 330 | 40 | 14 | 0 | 125 | 17 | 104 | 112 | 61 |
| Binary | 10111111 | 11011000 | 100000 | 1100 | 0 | 1010101 | 1111 | 1000100 | 1001010 | 110001 |
Color Harmonies of #BFD820
Complementary color
Monochromatic Colors of #BFD820
Black with #BFD820
Text Example
Text Example
White with #BFD820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD820; }
p { color: rgb(191,216,32); }
H1.HeaderClassName
{
color: #BFD820;
}
.AnyTagClassName
{
color: #BFD820;
}
</style>
background-color css
<style>
a { background-color: #BFD820; }
a { background-color: rgb(191,216,32); }
div.DivClassName
{
background-color: #BFD820;
}
.BgClassName
{
background-color: #BFD820;
}
</style>
border-color css
<style>
span { border-color: #BFD820; }
span { border-color: rgb(191,216,32); }
td.TdClassName
{
border-color: #BFD820;
}
.TagClassName
{
border-color: #BFD820;
}
</style>