Shades of Fuego #BFCF29
Tints of Fuego #BFCF29
RGB
CMYK
RGB Variations
Color information
#BFCF29 (or 0xBFCF29) is known color: Fuego. HEX triplet: BF, CF and 29. RGB value is (191,207,41). Sum of RGB (Red+Green+Blue) = 191+207+41=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 41 (16.41% from 255 or 9.34% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCF29 is #4030D6. Grayscale: #B7B7B7. Windows color (decimal): -4206807 or 2740159. OLE color: 2740159.
HSL color Cylindrical-coordinate representation of color #BFCF29: hue angle of 65.78º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFCF29 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 41 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.19 |
| HSL | 65.78º | 0.67% | 0.49% | - |
| HSV(B) | 65.78º | 0.8% | 0.81% | - |
| XYZ | 44.2 | 55.86 | 10.55 | - |
| YUV | 183.29 | 47.7 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 41 | 0.08 | 0 | 0.80 | 0.19 | 65.78 | 0.67 | 0.49 |
| Hex | BF | CF | 29 | 8 | 0 | 50 | 13 | 42 | 43 | 31 |
| Octal | 277 | 317 | 51 | 10 | 0 | 120 | 23 | 102 | 103 | 61 |
| Binary | 10111111 | 11001111 | 101001 | 1000 | 0 | 1010000 | 10011 | 1000010 | 1000011 | 110001 |
Color Harmonies of #BFCF29
Complementary color
Monochromatic Colors of #BFCF29
Black with #BFCF29
Text Example
Text Example
White with #BFCF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF29; }
p { color: rgb(191,207,41); }
H1.HeaderClassName
{
color: #BFCF29;
}
.AnyTagClassName
{
color: #BFCF29;
}
</style>
background-color css
<style>
a { background-color: #BFCF29; }
a { background-color: rgb(191,207,41); }
div.DivClassName
{
background-color: #BFCF29;
}
.BgClassName
{
background-color: #BFCF29;
}
</style>
border-color css
<style>
span { border-color: #BFCF29; }
span { border-color: rgb(191,207,41); }
td.TdClassName
{
border-color: #BFCF29;
}
.TagClassName
{
border-color: #BFCF29;
}
</style>