Shades of Fuego #BFDB32
Tints of Fuego #BFDB32
RGB
CMYK
RGB Variations
Color information
#BFDB32 (or 0xBFDB32) is known color: Fuego. HEX triplet: BF, DB and 32. RGB value is (191,219,50). Sum of RGB (Red+Green+Blue) = 191+219+50=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDB32 is #4024CD. Grayscale: #C0C0C0. Windows color (decimal): -4203726 or 3333055. OLE color: 3333055.
HSL color Cylindrical-coordinate representation of color #BFDB32: hue angle of 69.94º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFDB32 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 50 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.14 |
| HSL | 69.94º | 0.7% | 0.53% | - |
| HSV(B) | 69.94º | 0.77% | 0.86% | - |
| XYZ | 47.39 | 61.97 | 12.48 | - |
| YUV | 191.36 | 48.22 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 50 | 0.13 | 0 | 0.77 | 0.14 | 69.94 | 0.7 | 0.53 |
| Hex | BF | DB | 32 | D | 0 | 4D | E | 46 | 46 | 35 |
| Octal | 277 | 333 | 62 | 15 | 0 | 115 | 16 | 106 | 106 | 65 |
| Binary | 10111111 | 11011011 | 110010 | 1101 | 0 | 1001101 | 1110 | 1000110 | 1000110 | 110101 |
Color Harmonies of #BFDB32
Complementary color
Monochromatic Colors of #BFDB32
Black with #BFDB32
Text Example
Text Example
White with #BFDB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB32; }
p { color: rgb(191,219,50); }
H1.HeaderClassName
{
color: #BFDB32;
}
.AnyTagClassName
{
color: #BFDB32;
}
</style>
background-color css
<style>
a { background-color: #BFDB32; }
a { background-color: rgb(191,219,50); }
div.DivClassName
{
background-color: #BFDB32;
}
.BgClassName
{
background-color: #BFDB32;
}
</style>
border-color css
<style>
span { border-color: #BFDB32; }
span { border-color: rgb(191,219,50); }
td.TdClassName
{
border-color: #BFDB32;
}
.TagClassName
{
border-color: #BFDB32;
}
</style>