Shades of Fuego #BFDB31
Tints of Fuego #BFDB31
RGB
CMYK
RGB Variations
Color information
#BFDB31 (or 0xBFDB31) is known color: Fuego. HEX triplet: BF, DB and 31. RGB value is (191,219,49). Sum of RGB (Red+Green+Blue) = 191+219+49=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDB31 is #4024CE. Grayscale: #BFBFBF. Windows color (decimal): -4203727 or 3267519. OLE color: 3267519.
HSL color Cylindrical-coordinate representation of color #BFDB31: hue angle of 69.88º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFDB31 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 49 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.14 |
| HSL | 69.88º | 0.7% | 0.53% | - |
| HSV(B) | 69.88º | 0.78% | 0.86% | - |
| XYZ | 47.37 | 61.96 | 12.37 | - |
| YUV | 191.25 | 47.72 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 49 | 0.13 | 0 | 0.78 | 0.14 | 69.88 | 0.7 | 0.53 |
| Hex | BF | DB | 31 | D | 0 | 4E | E | 46 | 46 | 35 |
| Octal | 277 | 333 | 61 | 15 | 0 | 116 | 16 | 106 | 106 | 65 |
| Binary | 10111111 | 11011011 | 110001 | 1101 | 0 | 1001110 | 1110 | 1000110 | 1000110 | 110101 |
Color Harmonies of #BFDB31
Complementary color
Monochromatic Colors of #BFDB31
Black with #BFDB31
Text Example
Text Example
White with #BFDB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB31; }
p { color: rgb(191,219,49); }
H1.HeaderClassName
{
color: #BFDB31;
}
.AnyTagClassName
{
color: #BFDB31;
}
</style>
background-color css
<style>
a { background-color: #BFDB31; }
a { background-color: rgb(191,219,49); }
div.DivClassName
{
background-color: #BFDB31;
}
.BgClassName
{
background-color: #BFDB31;
}
</style>
border-color css
<style>
span { border-color: #BFDB31; }
span { border-color: rgb(191,219,49); }
td.TdClassName
{
border-color: #BFDB31;
}
.TagClassName
{
border-color: #BFDB31;
}
</style>