Shades of Fuego #BFD521
Tints of Fuego #BFD521
RGB
CMYK
RGB Variations
Color information
#BFD521 (or 0xBFD521) is known color: Fuego. HEX triplet: BF, D5 and 21. RGB value is (191,213,33). Sum of RGB (Red+Green+Blue) = 191+213+33=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD521 is #402ADE. Grayscale: #BABABA. Windows color (decimal): -4205279 or 2217407. OLE color: 2217407.
HSL color Cylindrical-coordinate representation of color #BFD521: hue angle of 67.33º degrees, saturation: 0.73, 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 #BFD521 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 33 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.16 |
| HSL | 67.33º | 0.73% | 0.48% | - |
| HSV(B) | 67.33º | 0.85% | 0.84% | - |
| XYZ | 45.55 | 58.77 | 10.38 | - |
| YUV | 185.9 | 41.71 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 33 | 0.10 | 0 | 0.85 | 0.16 | 67.33 | 0.73 | 0.48 |
| Hex | BF | D5 | 21 | A | 0 | 55 | 10 | 43 | 49 | 30 |
| Octal | 277 | 325 | 41 | 12 | 0 | 125 | 20 | 103 | 111 | 60 |
| Binary | 10111111 | 11010101 | 100001 | 1010 | 0 | 1010101 | 10000 | 1000011 | 1001001 | 110000 |
Color Harmonies of #BFD521
Complementary color
Monochromatic Colors of #BFD521
Black with #BFD521
Text Example
Text Example
White with #BFD521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD521; }
p { color: rgb(191,213,33); }
H1.HeaderClassName
{
color: #BFD521;
}
.AnyTagClassName
{
color: #BFD521;
}
</style>
background-color css
<style>
a { background-color: #BFD521; }
a { background-color: rgb(191,213,33); }
div.DivClassName
{
background-color: #BFD521;
}
.BgClassName
{
background-color: #BFD521;
}
</style>
border-color css
<style>
span { border-color: #BFD521; }
span { border-color: rgb(191,213,33); }
td.TdClassName
{
border-color: #BFD521;
}
.TagClassName
{
border-color: #BFD521;
}
</style>