Shades of Fuego #BFCF30
Tints of Fuego #BFCF30
RGB
CMYK
RGB Variations
Color information
#BFCF30 (or 0xBFCF30) is known color: Fuego. HEX triplet: BF, CF and 30. RGB value is (191,207,48). Sum of RGB (Red+Green+Blue) = 191+207+48=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCF30 is #4030CF. Grayscale: #B8B8B8. Windows color (decimal): -4206800 or 3198911. OLE color: 3198911.
HSL color Cylindrical-coordinate representation of color #BFCF30: hue angle of 66.04º degrees, saturation: 0.62, 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 #BFCF30 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 48 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.19 |
| HSL | 66.04º | 0.62% | 0.5% | - |
| HSV(B) | 66.04º | 0.77% | 0.81% | - |
| XYZ | 44.33 | 55.92 | 11.25 | - |
| YUV | 184.09 | 51.2 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 48 | 0.08 | 0 | 0.77 | 0.19 | 66.04 | 0.62 | 0.5 |
| Hex | BF | CF | 30 | 8 | 0 | 4D | 13 | 42 | 3E | 32 |
| Octal | 277 | 317 | 60 | 10 | 0 | 115 | 23 | 102 | 76 | 62 |
| Binary | 10111111 | 11001111 | 110000 | 1000 | 0 | 1001101 | 10011 | 1000010 | 111110 | 110010 |
Color Harmonies of #BFCF30
Complementary color
Monochromatic Colors of #BFCF30
Black with #BFCF30
Text Example
Text Example
White with #BFCF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF30; }
p { color: rgb(191,207,48); }
H1.HeaderClassName
{
color: #BFCF30;
}
.AnyTagClassName
{
color: #BFCF30;
}
</style>
background-color css
<style>
a { background-color: #BFCF30; }
a { background-color: rgb(191,207,48); }
div.DivClassName
{
background-color: #BFCF30;
}
.BgClassName
{
background-color: #BFCF30;
}
</style>
border-color css
<style>
span { border-color: #BFCF30; }
span { border-color: rgb(191,207,48); }
td.TdClassName
{
border-color: #BFCF30;
}
.TagClassName
{
border-color: #BFCF30;
}
</style>