Shades of Fuego #BFCE34
Tints of Fuego #BFCE34
RGB
CMYK
RGB Variations
Color information
#BFCE34 (or 0xBFCE34) is known color: Fuego. HEX triplet: BF, CE and 34. RGB value is (191,206,52). Sum of RGB (Red+Green+Blue) = 191+206+52=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCE34 is #4031CB. Grayscale: #B8B8B8. Windows color (decimal): -4207052 or 3460799. OLE color: 3460799.
HSL color Cylindrical-coordinate representation of color #BFCE34: hue angle of 65.84º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFCE34 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 52 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.19 |
| HSL | 65.84º | 0.61% | 0.51% | - |
| HSV(B) | 65.84º | 0.75% | 0.81% | - |
| XYZ | 44.18 | 55.47 | 11.63 | - |
| YUV | 183.96 | 53.53 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 52 | 0.07 | 0 | 0.75 | 0.19 | 65.84 | 0.61 | 0.51 |
| Hex | BF | CE | 34 | 7 | 0 | 4B | 13 | 42 | 3D | 33 |
| Octal | 277 | 316 | 64 | 7 | 0 | 113 | 23 | 102 | 75 | 63 |
| Binary | 10111111 | 11001110 | 110100 | 111 | 0 | 1001011 | 10011 | 1000010 | 111101 | 110011 |
Color Harmonies of #BFCE34
Complementary color
Monochromatic Colors of #BFCE34
Black with #BFCE34
Text Example
Text Example
White with #BFCE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCE34; }
p { color: rgb(191,206,52); }
H1.HeaderClassName
{
color: #BFCE34;
}
.AnyTagClassName
{
color: #BFCE34;
}
</style>
background-color css
<style>
a { background-color: #BFCE34; }
a { background-color: rgb(191,206,52); }
div.DivClassName
{
background-color: #BFCE34;
}
.BgClassName
{
background-color: #BFCE34;
}
</style>
border-color css
<style>
span { border-color: #BFCE34; }
span { border-color: rgb(191,206,52); }
td.TdClassName
{
border-color: #BFCE34;
}
.TagClassName
{
border-color: #BFCE34;
}
</style>