Shades of Fuego #BFC735
Tints of Fuego #BFC735
RGB
CMYK
RGB Variations
Color information
#BFC735 (or 0xBFC735) is known color: Fuego. HEX triplet: BF, C7 and 35. RGB value is (191,199,53). Sum of RGB (Red+Green+Blue) = 191+199+53=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 53 (21.09% from 255 or 11.96% from 443); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC735 is #4038CA. Grayscale: #B4B4B4. Windows color (decimal): -4208843 or 3524543. OLE color: 3524543.
HSL color Cylindrical-coordinate representation of color #BFC735: hue angle of 63.29º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFC735 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 53 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.22 |
| HSL | 63.29º | 0.58% | 0.49% | - |
| HSV(B) | 63.29º | 0.73% | 0.78% | - |
| XYZ | 42.55 | 52.18 | 11.2 | - |
| YUV | 179.96 | 56.35 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 53 | 0.04 | 0 | 0.73 | 0.22 | 63.29 | 0.58 | 0.49 |
| Hex | BF | C7 | 35 | 4 | 0 | 49 | 16 | 3F | 3A | 31 |
| Octal | 277 | 307 | 65 | 4 | 0 | 111 | 26 | 77 | 72 | 61 |
| Binary | 10111111 | 11000111 | 110101 | 100 | 0 | 1001001 | 10110 | 111111 | 111010 | 110001 |
Color Harmonies of #BFC735
Complementary color
Monochromatic Colors of #BFC735
Black with #BFC735
Text Example
Text Example
White with #BFC735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC735; }
p { color: rgb(191,199,53); }
H1.HeaderClassName
{
color: #BFC735;
}
.AnyTagClassName
{
color: #BFC735;
}
</style>
background-color css
<style>
a { background-color: #BFC735; }
a { background-color: rgb(191,199,53); }
div.DivClassName
{
background-color: #BFC735;
}
.BgClassName
{
background-color: #BFC735;
}
</style>
border-color css
<style>
span { border-color: #BFC735; }
span { border-color: rgb(191,199,53); }
td.TdClassName
{
border-color: #BFC735;
}
.TagClassName
{
border-color: #BFC735;
}
</style>