Shades of Fuego #BFC436
Tints of Fuego #BFC436
RGB
CMYK
RGB Variations
Color information
#BFC436 (or 0xBFC436) is known color: Fuego. HEX triplet: BF, C4 and 36. RGB value is (191,196,54). Sum of RGB (Red+Green+Blue) = 191+196+54=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC436 is #403BC9. Grayscale: #B2B2B2. Windows color (decimal): -4209610 or 3589311. OLE color: 3589311.
HSL color Cylindrical-coordinate representation of color #BFC436: hue angle of 62.11º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFC436 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 54 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.23 |
| HSL | 62.11º | 0.57% | 0.49% | - |
| HSV(B) | 62.11º | 0.72% | 0.77% | - |
| XYZ | 41.89 | 50.82 | 11.09 | - |
| YUV | 178.32 | 57.84 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 54 | 0.03 | 0 | 0.72 | 0.23 | 62.11 | 0.57 | 0.49 |
| Hex | BF | C4 | 36 | 3 | 0 | 48 | 17 | 3E | 39 | 31 |
| Octal | 277 | 304 | 66 | 3 | 0 | 110 | 27 | 76 | 71 | 61 |
| Binary | 10111111 | 11000100 | 110110 | 11 | 0 | 1001000 | 10111 | 111110 | 111001 | 110001 |
Color Harmonies of #BFC436
Complementary color
Monochromatic Colors of #BFC436
Black with #BFC436
Text Example
Text Example
White with #BFC436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC436; }
p { color: rgb(191,196,54); }
H1.HeaderClassName
{
color: #BFC436;
}
.AnyTagClassName
{
color: #BFC436;
}
</style>
background-color css
<style>
a { background-color: #BFC436; }
a { background-color: rgb(191,196,54); }
div.DivClassName
{
background-color: #BFC436;
}
.BgClassName
{
background-color: #BFC436;
}
</style>
border-color css
<style>
span { border-color: #BFC436; }
span { border-color: rgb(191,196,54); }
td.TdClassName
{
border-color: #BFC436;
}
.TagClassName
{
border-color: #BFC436;
}
</style>