Shades of Fuego #BFC53A
Tints of Fuego #BFC53A
RGB
CMYK
RGB Variations
Color information
#BFC53A (or 0xBFC53A) is known color: Fuego. HEX triplet: BF, C5 and 3A. RGB value is (191,197,58). Sum of RGB (Red+Green+Blue) = 191+197+58=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 58 (23.05% from 255 or 13.00% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC53A is #403AC5. Grayscale: #B3B3B3. Windows color (decimal): -4209350 or 3851711. OLE color: 3851711.
HSL color Cylindrical-coordinate representation of color #BFC53A: hue angle of 62.59º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFC53A is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 58 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.23 |
| HSL | 62.59º | 0.55% | 0.5% | - |
| HSV(B) | 62.59º | 0.71% | 0.77% | - |
| XYZ | 42.22 | 51.31 | 11.68 | - |
| YUV | 179.36 | 59.51 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 58 | 0.03 | 0 | 0.71 | 0.23 | 62.59 | 0.55 | 0.5 |
| Hex | BF | C5 | 3A | 3 | 0 | 47 | 17 | 3F | 37 | 32 |
| Octal | 277 | 305 | 72 | 3 | 0 | 107 | 27 | 77 | 67 | 62 |
| Binary | 10111111 | 11000101 | 111010 | 11 | 0 | 1000111 | 10111 | 111111 | 110111 | 110010 |
Color Harmonies of #BFC53A
Complementary color
Monochromatic Colors of #BFC53A
Black with #BFC53A
Text Example
Text Example
White with #BFC53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC53A; }
p { color: rgb(191,197,58); }
H1.HeaderClassName
{
color: #BFC53A;
}
.AnyTagClassName
{
color: #BFC53A;
}
</style>
background-color css
<style>
a { background-color: #BFC53A; }
a { background-color: rgb(191,197,58); }
div.DivClassName
{
background-color: #BFC53A;
}
.BgClassName
{
background-color: #BFC53A;
}
</style>
border-color css
<style>
span { border-color: #BFC53A; }
span { border-color: rgb(191,197,58); }
td.TdClassName
{
border-color: #BFC53A;
}
.TagClassName
{
border-color: #BFC53A;
}
</style>