Shades of Fuego #BFC439
Tints of Fuego #BFC439
RGB
CMYK
RGB Variations
Color information
#BFC439 (or 0xBFC439) is known color: Fuego. HEX triplet: BF, C4 and 39. RGB value is (191,196,57). Sum of RGB (Red+Green+Blue) = 191+196+57=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 57 (22.66% from 255 or 12.84% from 444); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC439 is #403BC6. Grayscale: #B3B3B3. Windows color (decimal): -4209607 or 3785919. OLE color: 3785919.
HSL color Cylindrical-coordinate representation of color #BFC439: hue angle of 62.16º 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 #BFC439 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 57 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.23 |
| HSL | 62.16º | 0.55% | 0.5% | - |
| HSV(B) | 62.16º | 0.71% | 0.77% | - |
| XYZ | 41.96 | 50.85 | 11.47 | - |
| YUV | 178.66 | 59.34 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 57 | 0.03 | 0 | 0.71 | 0.23 | 62.16 | 0.55 | 0.5 |
| Hex | BF | C4 | 39 | 3 | 0 | 47 | 17 | 3E | 37 | 32 |
| Octal | 277 | 304 | 71 | 3 | 0 | 107 | 27 | 76 | 67 | 62 |
| Binary | 10111111 | 11000100 | 111001 | 11 | 0 | 1000111 | 10111 | 111110 | 110111 | 110010 |
Color Harmonies of #BFC439
Complementary color
Monochromatic Colors of #BFC439
Black with #BFC439
Text Example
Text Example
White with #BFC439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC439; }
p { color: rgb(191,196,57); }
H1.HeaderClassName
{
color: #BFC439;
}
.AnyTagClassName
{
color: #BFC439;
}
</style>
background-color css
<style>
a { background-color: #BFC439; }
a { background-color: rgb(191,196,57); }
div.DivClassName
{
background-color: #BFC439;
}
.BgClassName
{
background-color: #BFC439;
}
</style>
border-color css
<style>
span { border-color: #BFC439; }
span { border-color: rgb(191,196,57); }
td.TdClassName
{
border-color: #BFC439;
}
.TagClassName
{
border-color: #BFC439;
}
</style>