Shades of Fuego #BFD726
Tints of Fuego #BFD726
RGB
CMYK
RGB Variations
Color information
#BFD726 (or 0xBFD726) is known color: Fuego. HEX triplet: BF, D7 and 26. RGB value is (191,215,38). Sum of RGB (Red+Green+Blue) = 191+215+38=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 38 (15.23% from 255 or 8.56% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD726 is #4028D9. Grayscale: #BCBCBC. Windows color (decimal): -4204762 or 2545599. OLE color: 2545599.
HSL color Cylindrical-coordinate representation of color #BFD726: hue angle of 68.14º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFD726 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 38 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.16 |
| HSL | 68.14º | 0.7% | 0.5% | - |
| HSV(B) | 68.14º | 0.82% | 0.84% | - |
| XYZ | 46.14 | 59.82 | 10.95 | - |
| YUV | 187.65 | 43.55 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 38 | 0.11 | 0 | 0.82 | 0.16 | 68.14 | 0.7 | 0.5 |
| Hex | BF | D7 | 26 | B | 0 | 52 | 10 | 44 | 46 | 32 |
| Octal | 277 | 327 | 46 | 13 | 0 | 122 | 20 | 104 | 106 | 62 |
| Binary | 10111111 | 11010111 | 100110 | 1011 | 0 | 1010010 | 10000 | 1000100 | 1000110 | 110010 |
Color Harmonies of #BFD726
Complementary color
Monochromatic Colors of #BFD726
Black with #BFD726
Text Example
Text Example
White with #BFD726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD726; }
p { color: rgb(191,215,38); }
H1.HeaderClassName
{
color: #BFD726;
}
.AnyTagClassName
{
color: #BFD726;
}
</style>
background-color css
<style>
a { background-color: #BFD726; }
a { background-color: rgb(191,215,38); }
div.DivClassName
{
background-color: #BFD726;
}
.BgClassName
{
background-color: #BFD726;
}
</style>
border-color css
<style>
span { border-color: #BFD726; }
span { border-color: rgb(191,215,38); }
td.TdClassName
{
border-color: #BFD726;
}
.TagClassName
{
border-color: #BFD726;
}
</style>