Shades of Fuego #BFC634
Tints of Fuego #BFC634
RGB
CMYK
RGB Variations
Color information
#BFC634 (or 0xBFC634) is known color: Fuego. HEX triplet: BF, C6 and 34. RGB value is (191,198,52). Sum of RGB (Red+Green+Blue) = 191+198+52=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC634 is #4039CB. Grayscale: #B3B3B3. Windows color (decimal): -4209100 or 3458751. OLE color: 3458751.
HSL color Cylindrical-coordinate representation of color #BFC634: hue angle of 62.88º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFC634 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 52 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.22 |
| HSL | 62.88º | 0.58% | 0.49% | - |
| HSV(B) | 62.88º | 0.74% | 0.78% | - |
| XYZ | 42.3 | 51.71 | 11 | - |
| YUV | 179.26 | 56.18 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 52 | 0.04 | 0 | 0.74 | 0.22 | 62.88 | 0.58 | 0.49 |
| Hex | BF | C6 | 34 | 4 | 0 | 4A | 16 | 3F | 3A | 31 |
| Octal | 277 | 306 | 64 | 4 | 0 | 112 | 26 | 77 | 72 | 61 |
| Binary | 10111111 | 11000110 | 110100 | 100 | 0 | 1001010 | 10110 | 111111 | 111010 | 110001 |
Color Harmonies of #BFC634
Complementary color
Monochromatic Colors of #BFC634
Black with #BFC634
Text Example
Text Example
White with #BFC634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC634; }
p { color: rgb(191,198,52); }
H1.HeaderClassName
{
color: #BFC634;
}
.AnyTagClassName
{
color: #BFC634;
}
</style>
background-color css
<style>
a { background-color: #BFC634; }
a { background-color: rgb(191,198,52); }
div.DivClassName
{
background-color: #BFC634;
}
.BgClassName
{
background-color: #BFC634;
}
</style>
border-color css
<style>
span { border-color: #BFC634; }
span { border-color: rgb(191,198,52); }
td.TdClassName
{
border-color: #BFC634;
}
.TagClassName
{
border-color: #BFC634;
}
</style>