Shades of Fuego #BFC929
Tints of Fuego #BFC929
RGB
CMYK
RGB Variations
Color information
#BFC929 (or 0xBFC929) is known color: Fuego. HEX triplet: BF, C9 and 29. RGB value is (191,201,41). Sum of RGB (Red+Green+Blue) = 191+201+41=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 41 (16.41% from 255 or 9.47% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC929 is #4036D6. Grayscale: #B4B4B4. Windows color (decimal): -4208343 or 2738623. OLE color: 2738623.
HSL color Cylindrical-coordinate representation of color #BFC929: hue angle of 63.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFC929 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 41 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.21 |
| HSL | 63.75º | 0.66% | 0.47% | - |
| HSV(B) | 63.75º | 0.8% | 0.79% | - |
| XYZ | 42.77 | 53.01 | 10.08 | - |
| YUV | 179.77 | 49.69 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 41 | 0.05 | 0 | 0.80 | 0.21 | 63.75 | 0.66 | 0.47 |
| Hex | BF | C9 | 29 | 5 | 0 | 50 | 15 | 40 | 42 | 2F |
| Octal | 277 | 311 | 51 | 5 | 0 | 120 | 25 | 100 | 102 | 57 |
| Binary | 10111111 | 11001001 | 101001 | 101 | 0 | 1010000 | 10101 | 1000000 | 1000010 | 101111 |
Color Harmonies of #BFC929
Complementary color
Monochromatic Colors of #BFC929
Black with #BFC929
Text Example
Text Example
White with #BFC929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC929; }
p { color: rgb(191,201,41); }
H1.HeaderClassName
{
color: #BFC929;
}
.AnyTagClassName
{
color: #BFC929;
}
</style>
background-color css
<style>
a { background-color: #BFC929; }
a { background-color: rgb(191,201,41); }
div.DivClassName
{
background-color: #BFC929;
}
.BgClassName
{
background-color: #BFC929;
}
</style>
border-color css
<style>
span { border-color: #BFC929; }
span { border-color: rgb(191,201,41); }
td.TdClassName
{
border-color: #BFC929;
}
.TagClassName
{
border-color: #BFC929;
}
</style>