Shades of Fuego #BFCE2C
Tints of Fuego #BFCE2C
RGB
CMYK
RGB Variations
Color information
#BFCE2C (or 0xBFCE2C) is known color: Fuego. HEX triplet: BF, CE and 2C. RGB value is (191,206,44). Sum of RGB (Red+Green+Blue) = 191+206+44=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCE2C is #4031D3. Grayscale: #B7B7B7. Windows color (decimal): -4207060 or 2936511. OLE color: 2936511.
HSL color Cylindrical-coordinate representation of color #BFCE2C: hue angle of 65.56º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFCE2C is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 44 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.19 |
| HSL | 65.56º | 0.65% | 0.49% | - |
| HSV(B) | 65.56º | 0.79% | 0.81% | - |
| XYZ | 44.01 | 55.4 | 10.76 | - |
| YUV | 183.05 | 49.53 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 44 | 0.07 | 0 | 0.79 | 0.19 | 65.56 | 0.65 | 0.49 |
| Hex | BF | CE | 2C | 7 | 0 | 4F | 13 | 42 | 41 | 31 |
| Octal | 277 | 316 | 54 | 7 | 0 | 117 | 23 | 102 | 101 | 61 |
| Binary | 10111111 | 11001110 | 101100 | 111 | 0 | 1001111 | 10011 | 1000010 | 1000001 | 110001 |
Color Harmonies of #BFCE2C
Complementary color
Monochromatic Colors of #BFCE2C
Black with #BFCE2C
Text Example
Text Example
White with #BFCE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCE2C; }
p { color: rgb(191,206,44); }
H1.HeaderClassName
{
color: #BFCE2C;
}
.AnyTagClassName
{
color: #BFCE2C;
}
</style>
background-color css
<style>
a { background-color: #BFCE2C; }
a { background-color: rgb(191,206,44); }
div.DivClassName
{
background-color: #BFCE2C;
}
.BgClassName
{
background-color: #BFCE2C;
}
</style>
border-color css
<style>
span { border-color: #BFCE2C; }
span { border-color: rgb(191,206,44); }
td.TdClassName
{
border-color: #BFCE2C;
}
.TagClassName
{
border-color: #BFCE2C;
}
</style>