Shades of Fuego #BFD321
Tints of Fuego #BFD321
RGB
CMYK
RGB Variations
Color information
#BFD321 (or 0xBFD321) is known color: Fuego. HEX triplet: BF, D3 and 21. RGB value is (191,211,33). Sum of RGB (Red+Green+Blue) = 191+211+33=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD321 is #402CDE. Grayscale: #B9B9B9. Windows color (decimal): -4205791 or 2216895. OLE color: 2216895.
HSL color Cylindrical-coordinate representation of color #BFD321: hue angle of 66.74º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFD321 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 33 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.17 |
| HSL | 66.74º | 0.73% | 0.48% | - |
| HSV(B) | 66.74º | 0.84% | 0.83% | - |
| XYZ | 45.05 | 57.77 | 10.22 | - |
| YUV | 184.73 | 42.37 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 33 | 0.09 | 0 | 0.84 | 0.17 | 66.74 | 0.73 | 0.48 |
| Hex | BF | D3 | 21 | 9 | 0 | 54 | 11 | 43 | 49 | 30 |
| Octal | 277 | 323 | 41 | 11 | 0 | 124 | 21 | 103 | 111 | 60 |
| Binary | 10111111 | 11010011 | 100001 | 1001 | 0 | 1010100 | 10001 | 1000011 | 1001001 | 110000 |
Color Harmonies of #BFD321
Complementary color
Monochromatic Colors of #BFD321
Black with #BFD321
Text Example
Text Example
White with #BFD321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD321; }
p { color: rgb(191,211,33); }
H1.HeaderClassName
{
color: #BFD321;
}
.AnyTagClassName
{
color: #BFD321;
}
</style>
background-color css
<style>
a { background-color: #BFD321; }
a { background-color: rgb(191,211,33); }
div.DivClassName
{
background-color: #BFD321;
}
.BgClassName
{
background-color: #BFD321;
}
</style>
border-color css
<style>
span { border-color: #BFD321; }
span { border-color: rgb(191,211,33); }
td.TdClassName
{
border-color: #BFD321;
}
.TagClassName
{
border-color: #BFD321;
}
</style>