Shades of Fuego #BFCF36
Tints of Fuego #BFCF36
RGB
CMYK
RGB Variations
Color information
#BFCF36 (or 0xBFCF36) is known color: Fuego. HEX triplet: BF, CF and 36. RGB value is (191,207,54). Sum of RGB (Red+Green+Blue) = 191+207+54=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 54 (21.48% from 255 or 11.95% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCF36 is #4030C9. Grayscale: #B9B9B9. Windows color (decimal): -4206794 or 3592127. OLE color: 3592127.
HSL color Cylindrical-coordinate representation of color #BFCF36: hue angle of 66.27º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFCF36 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 54 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.19 |
| HSL | 66.27º | 0.61% | 0.51% | - |
| HSV(B) | 66.27º | 0.74% | 0.81% | - |
| XYZ | 44.46 | 55.97 | 11.95 | - |
| YUV | 184.77 | 54.2 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 54 | 0.08 | 0 | 0.74 | 0.19 | 66.27 | 0.61 | 0.51 |
| Hex | BF | CF | 36 | 8 | 0 | 4A | 13 | 42 | 3D | 33 |
| Octal | 277 | 317 | 66 | 10 | 0 | 112 | 23 | 102 | 75 | 63 |
| Binary | 10111111 | 11001111 | 110110 | 1000 | 0 | 1001010 | 10011 | 1000010 | 111101 | 110011 |
Color Harmonies of #BFCF36
Complementary color
Monochromatic Colors of #BFCF36
Black with #BFCF36
Text Example
Text Example
White with #BFCF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF36; }
p { color: rgb(191,207,54); }
H1.HeaderClassName
{
color: #BFCF36;
}
.AnyTagClassName
{
color: #BFCF36;
}
</style>
background-color css
<style>
a { background-color: #BFCF36; }
a { background-color: rgb(191,207,54); }
div.DivClassName
{
background-color: #BFCF36;
}
.BgClassName
{
background-color: #BFCF36;
}
</style>
border-color css
<style>
span { border-color: #BFCF36; }
span { border-color: rgb(191,207,54); }
td.TdClassName
{
border-color: #BFCF36;
}
.TagClassName
{
border-color: #BFCF36;
}
</style>