Shades of Fuego #BFC93B
Tints of Fuego #BFC93B
RGB
CMYK
RGB Variations
Color information
#BFC93B (or 0xBFC93B) is known color: Fuego. HEX triplet: BF, C9 and 3B. RGB value is (191,201,59). Sum of RGB (Red+Green+Blue) = 191+201+59=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 59 (23.44% from 255 or 13.08% from 451); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC93B is #4036C4. Grayscale: #B6B6B6. Windows color (decimal): -4208325 or 3918271. OLE color: 3918271.
HSL color Cylindrical-coordinate representation of color #BFC93B: hue angle of 64.23º 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 #BFC93B is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 59 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.21 |
| HSL | 64.23º | 0.57% | 0.51% | - |
| HSV(B) | 64.23º | 0.71% | 0.79% | - |
| XYZ | 43.16 | 53.17 | 12.12 | - |
| YUV | 181.82 | 58.69 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 59 | 0.05 | 0 | 0.71 | 0.21 | 64.23 | 0.57 | 0.51 |
| Hex | BF | C9 | 3B | 5 | 0 | 47 | 15 | 40 | 39 | 33 |
| Octal | 277 | 311 | 73 | 5 | 0 | 107 | 25 | 100 | 71 | 63 |
| Binary | 10111111 | 11001001 | 111011 | 101 | 0 | 1000111 | 10101 | 1000000 | 111001 | 110011 |
Color Harmonies of #BFC93B
Complementary color
Monochromatic Colors of #BFC93B
Black with #BFC93B
Text Example
Text Example
White with #BFC93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC93B; }
p { color: rgb(191,201,59); }
H1.HeaderClassName
{
color: #BFC93B;
}
.AnyTagClassName
{
color: #BFC93B;
}
</style>
background-color css
<style>
a { background-color: #BFC93B; }
a { background-color: rgb(191,201,59); }
div.DivClassName
{
background-color: #BFC93B;
}
.BgClassName
{
background-color: #BFC93B;
}
</style>
border-color css
<style>
span { border-color: #BFC93B; }
span { border-color: rgb(191,201,59); }
td.TdClassName
{
border-color: #BFC93B;
}
.TagClassName
{
border-color: #BFC93B;
}
</style>