Shades of Fuego #BFC93A
Tints of Fuego #BFC93A
RGB
CMYK
RGB Variations
Color information
#BFC93A (or 0xBFC93A) is known color: Fuego. HEX triplet: BF, C9 and 3A. RGB value is (191,201,58). Sum of RGB (Red+Green+Blue) = 191+201+58=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 58 (23.05% from 255 or 12.89% from 450); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC93A is #4036C5. Grayscale: #B6B6B6. Windows color (decimal): -4208326 or 3852735. OLE color: 3852735.
HSL color Cylindrical-coordinate representation of color #BFC93A: hue angle of 64.2º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFC93A is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 58 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.21 |
| HSL | 64.2º | 0.57% | 0.51% | - |
| HSV(B) | 64.2º | 0.71% | 0.79% | - |
| XYZ | 43.14 | 53.16 | 11.99 | - |
| YUV | 181.71 | 58.19 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 58 | 0.05 | 0 | 0.71 | 0.21 | 64.2 | 0.57 | 0.51 |
| Hex | BF | C9 | 3A | 5 | 0 | 47 | 15 | 40 | 39 | 33 |
| Octal | 277 | 311 | 72 | 5 | 0 | 107 | 25 | 100 | 71 | 63 |
| Binary | 10111111 | 11001001 | 111010 | 101 | 0 | 1000111 | 10101 | 1000000 | 111001 | 110011 |
Color Harmonies of #BFC93A
Complementary color
Monochromatic Colors of #BFC93A
Black with #BFC93A
Text Example
Text Example
White with #BFC93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC93A; }
p { color: rgb(191,201,58); }
H1.HeaderClassName
{
color: #BFC93A;
}
.AnyTagClassName
{
color: #BFC93A;
}
</style>
background-color css
<style>
a { background-color: #BFC93A; }
a { background-color: rgb(191,201,58); }
div.DivClassName
{
background-color: #BFC93A;
}
.BgClassName
{
background-color: #BFC93A;
}
</style>
border-color css
<style>
span { border-color: #BFC93A; }
span { border-color: rgb(191,201,58); }
td.TdClassName
{
border-color: #BFC93A;
}
.TagClassName
{
border-color: #BFC93A;
}
</style>