Shades of Fuego #BFC434
Tints of Fuego #BFC434
RGB
CMYK
RGB Variations
Color information
#BFC434 (or 0xBFC434) is known color: Fuego. HEX triplet: BF, C4 and 34. RGB value is (191,196,52). Sum of RGB (Red+Green+Blue) = 191+196+52=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC434 is #403BCB. Grayscale: #B2B2B2. Windows color (decimal): -4209612 or 3458239. OLE color: 3458239.
HSL color Cylindrical-coordinate representation of color #BFC434: hue angle of 62.08º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFC434 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 52 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.23 |
| HSL | 62.08º | 0.58% | 0.49% | - |
| HSV(B) | 62.08º | 0.73% | 0.77% | - |
| XYZ | 41.85 | 50.8 | 10.85 | - |
| YUV | 178.09 | 56.84 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 52 | 0.03 | 0 | 0.73 | 0.23 | 62.08 | 0.58 | 0.49 |
| Hex | BF | C4 | 34 | 3 | 0 | 49 | 17 | 3E | 3A | 31 |
| Octal | 277 | 304 | 64 | 3 | 0 | 111 | 27 | 76 | 72 | 61 |
| Binary | 10111111 | 11000100 | 110100 | 11 | 0 | 1001001 | 10111 | 111110 | 111010 | 110001 |
Color Harmonies of #BFC434
Complementary color
Monochromatic Colors of #BFC434
Black with #BFC434
Text Example
Text Example
White with #BFC434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC434; }
p { color: rgb(191,196,52); }
H1.HeaderClassName
{
color: #BFC434;
}
.AnyTagClassName
{
color: #BFC434;
}
</style>
background-color css
<style>
a { background-color: #BFC434; }
a { background-color: rgb(191,196,52); }
div.DivClassName
{
background-color: #BFC434;
}
.BgClassName
{
background-color: #BFC434;
}
</style>
border-color css
<style>
span { border-color: #BFC434; }
span { border-color: rgb(191,196,52); }
td.TdClassName
{
border-color: #BFC434;
}
.TagClassName
{
border-color: #BFC434;
}
</style>