Shades of Fuego #BFC835
Tints of Fuego #BFC835
RGB
CMYK
RGB Variations
Color information
#BFC835 (or 0xBFC835) is known color: Fuego. HEX triplet: BF, C8 and 35. RGB value is (191,200,53). Sum of RGB (Red+Green+Blue) = 191+200+53=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 53 (21.09% from 255 or 11.94% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC835 is #4037CA. Grayscale: #B5B5B5. Windows color (decimal): -4208587 or 3524799. OLE color: 3524799.
HSL color Cylindrical-coordinate representation of color #BFC835: hue angle of 63.67º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFC835 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 53 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.22 |
| HSL | 63.67º | 0.58% | 0.5% | - |
| HSV(B) | 63.67º | 0.74% | 0.78% | - |
| XYZ | 42.78 | 52.64 | 11.27 | - |
| YUV | 180.55 | 56.02 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 53 | 0.04 | 0 | 0.74 | 0.22 | 63.67 | 0.58 | 0.5 |
| Hex | BF | C8 | 35 | 4 | 0 | 4A | 16 | 40 | 3A | 32 |
| Octal | 277 | 310 | 65 | 4 | 0 | 112 | 26 | 100 | 72 | 62 |
| Binary | 10111111 | 11001000 | 110101 | 100 | 0 | 1001010 | 10110 | 1000000 | 111010 | 110010 |
Color Harmonies of #BFC835
Complementary color
Monochromatic Colors of #BFC835
Black with #BFC835
Text Example
Text Example
White with #BFC835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC835; }
p { color: rgb(191,200,53); }
H1.HeaderClassName
{
color: #BFC835;
}
.AnyTagClassName
{
color: #BFC835;
}
</style>
background-color css
<style>
a { background-color: #BFC835; }
a { background-color: rgb(191,200,53); }
div.DivClassName
{
background-color: #BFC835;
}
.BgClassName
{
background-color: #BFC835;
}
</style>
border-color css
<style>
span { border-color: #BFC835; }
span { border-color: rgb(191,200,53); }
td.TdClassName
{
border-color: #BFC835;
}
.TagClassName
{
border-color: #BFC835;
}
</style>