Shades of Fuego #BFCE2F
Tints of Fuego #BFCE2F
RGB
CMYK
RGB Variations
Color information
#BFCE2F (or 0xBFCE2F) is known color: Fuego. HEX triplet: BF, CE and 2F. RGB value is (191,206,47). Sum of RGB (Red+Green+Blue) = 191+206+47=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 47 (18.75% from 255 or 10.59% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCE2F is #4031D0. Grayscale: #B8B8B8. Windows color (decimal): -4207057 or 3133119. OLE color: 3133119.
HSL color Cylindrical-coordinate representation of color #BFCE2F: hue angle of 65.66º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFCE2F is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 47 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.19 |
| HSL | 65.66º | 0.63% | 0.5% | - |
| HSV(B) | 65.66º | 0.77% | 0.81% | - |
| XYZ | 44.07 | 55.42 | 11.06 | - |
| YUV | 183.39 | 51.03 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 47 | 0.07 | 0 | 0.77 | 0.19 | 65.66 | 0.63 | 0.5 |
| Hex | BF | CE | 2F | 7 | 0 | 4D | 13 | 42 | 3F | 32 |
| Octal | 277 | 316 | 57 | 7 | 0 | 115 | 23 | 102 | 77 | 62 |
| Binary | 10111111 | 11001110 | 101111 | 111 | 0 | 1001101 | 10011 | 1000010 | 111111 | 110010 |
Color Harmonies of #BFCE2F
Complementary color
Monochromatic Colors of #BFCE2F
Black with #BFCE2F
Text Example
Text Example
White with #BFCE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCE2F; }
p { color: rgb(191,206,47); }
H1.HeaderClassName
{
color: #BFCE2F;
}
.AnyTagClassName
{
color: #BFCE2F;
}
</style>
background-color css
<style>
a { background-color: #BFCE2F; }
a { background-color: rgb(191,206,47); }
div.DivClassName
{
background-color: #BFCE2F;
}
.BgClassName
{
background-color: #BFCE2F;
}
</style>
border-color css
<style>
span { border-color: #BFCE2F; }
span { border-color: rgb(191,206,47); }
td.TdClassName
{
border-color: #BFCE2F;
}
.TagClassName
{
border-color: #BFCE2F;
}
</style>