Shades of Fuego #BFC637
Tints of Fuego #BFC637
RGB
CMYK
RGB Variations
Color information
#BFC637 (or 0xBFC637) is known color: Fuego. HEX triplet: BF, C6 and 37. RGB value is (191,198,55). Sum of RGB (Red+Green+Blue) = 191+198+55=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 198 (77.73% from 255 or 44.59% from 444); Blue value is 55 (21.88% from 255 or 12.39% from 444); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC637 is #4039C8. Grayscale: #B4B4B4. Windows color (decimal): -4209097 or 3655359. OLE color: 3655359.
HSL color Cylindrical-coordinate representation of color #BFC637: hue angle of 62.94º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFC637 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 55 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.22 |
| HSL | 62.94º | 0.57% | 0.5% | - |
| HSV(B) | 62.94º | 0.72% | 0.78% | - |
| XYZ | 42.37 | 51.74 | 11.37 | - |
| YUV | 179.61 | 57.68 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 55 | 0.04 | 0 | 0.72 | 0.22 | 62.94 | 0.57 | 0.5 |
| Hex | BF | C6 | 37 | 4 | 0 | 48 | 16 | 3F | 39 | 32 |
| Octal | 277 | 306 | 67 | 4 | 0 | 110 | 26 | 77 | 71 | 62 |
| Binary | 10111111 | 11000110 | 110111 | 100 | 0 | 1001000 | 10110 | 111111 | 111001 | 110010 |
Color Harmonies of #BFC637
Complementary color
Monochromatic Colors of #BFC637
Black with #BFC637
Text Example
Text Example
White with #BFC637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC637; }
p { color: rgb(191,198,55); }
H1.HeaderClassName
{
color: #BFC637;
}
.AnyTagClassName
{
color: #BFC637;
}
</style>
background-color css
<style>
a { background-color: #BFC637; }
a { background-color: rgb(191,198,55); }
div.DivClassName
{
background-color: #BFC637;
}
.BgClassName
{
background-color: #BFC637;
}
</style>
border-color css
<style>
span { border-color: #BFC637; }
span { border-color: rgb(191,198,55); }
td.TdClassName
{
border-color: #BFC637;
}
.TagClassName
{
border-color: #BFC637;
}
</style>