Shades of Fuego #BFC437
Tints of Fuego #BFC437
RGB
CMYK
RGB Variations
Color information
#BFC437 (or 0xBFC437) is known color: Fuego. HEX triplet: BF, C4 and 37. RGB value is (191,196,55). Sum of RGB (Red+Green+Blue) = 191+196+55=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 55 (21.88% from 255 or 12.44% from 442); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC437 is #403BC8. Grayscale: #B2B2B2. Windows color (decimal): -4209609 or 3654847. OLE color: 3654847.
HSL color Cylindrical-coordinate representation of color #BFC437: hue angle of 62.13º degrees, saturation: 0.56, 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 #BFC437 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 55 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.23 |
| HSL | 62.13º | 0.56% | 0.49% | - |
| HSV(B) | 62.13º | 0.72% | 0.77% | - |
| XYZ | 41.92 | 50.83 | 11.22 | - |
| YUV | 178.43 | 58.34 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 55 | 0.03 | 0 | 0.72 | 0.23 | 62.13 | 0.56 | 0.49 |
| Hex | BF | C4 | 37 | 3 | 0 | 48 | 17 | 3E | 38 | 31 |
| Octal | 277 | 304 | 67 | 3 | 0 | 110 | 27 | 76 | 70 | 61 |
| Binary | 10111111 | 11000100 | 110111 | 11 | 0 | 1001000 | 10111 | 111110 | 111000 | 110001 |
Color Harmonies of #BFC437
Complementary color
Monochromatic Colors of #BFC437
Black with #BFC437
Text Example
Text Example
White with #BFC437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC437; }
p { color: rgb(191,196,55); }
H1.HeaderClassName
{
color: #BFC437;
}
.AnyTagClassName
{
color: #BFC437;
}
</style>
background-color css
<style>
a { background-color: #BFC437; }
a { background-color: rgb(191,196,55); }
div.DivClassName
{
background-color: #BFC437;
}
.BgClassName
{
background-color: #BFC437;
}
</style>
border-color css
<style>
span { border-color: #BFC437; }
span { border-color: rgb(191,196,55); }
td.TdClassName
{
border-color: #BFC437;
}
.TagClassName
{
border-color: #BFC437;
}
</style>