Shades of Fuego #BFC935
Tints of Fuego #BFC935
RGB
CMYK
RGB Variations
Color information
#BFC935 (or 0xBFC935) is known color: Fuego. HEX triplet: BF, C9 and 35. RGB value is (191,201,53). Sum of RGB (Red+Green+Blue) = 191+201+53=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 53 (21.09% from 255 or 11.91% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC935 is #4036CA. Grayscale: #B5B5B5. Windows color (decimal): -4208331 or 3525055. OLE color: 3525055.
HSL color Cylindrical-coordinate representation of color #BFC935: hue angle of 64.05º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFC935 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 53 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.21 |
| HSL | 64.05º | 0.58% | 0.5% | - |
| HSV(B) | 64.05º | 0.74% | 0.79% | - |
| XYZ | 43.02 | 53.11 | 11.35 | - |
| YUV | 181.14 | 55.69 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 53 | 0.05 | 0 | 0.74 | 0.21 | 64.05 | 0.58 | 0.5 |
| Hex | BF | C9 | 35 | 5 | 0 | 4A | 15 | 40 | 3A | 32 |
| Octal | 277 | 311 | 65 | 5 | 0 | 112 | 25 | 100 | 72 | 62 |
| Binary | 10111111 | 11001001 | 110101 | 101 | 0 | 1001010 | 10101 | 1000000 | 111010 | 110010 |
Color Harmonies of #BFC935
Complementary color
Monochromatic Colors of #BFC935
Black with #BFC935
Text Example
Text Example
White with #BFC935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC935; }
p { color: rgb(191,201,53); }
H1.HeaderClassName
{
color: #BFC935;
}
.AnyTagClassName
{
color: #BFC935;
}
</style>
background-color css
<style>
a { background-color: #BFC935; }
a { background-color: rgb(191,201,53); }
div.DivClassName
{
background-color: #BFC935;
}
.BgClassName
{
background-color: #BFC935;
}
</style>
border-color css
<style>
span { border-color: #BFC935; }
span { border-color: rgb(191,201,53); }
td.TdClassName
{
border-color: #BFC935;
}
.TagClassName
{
border-color: #BFC935;
}
</style>