Shades of Fuego #BFC435
Tints of Fuego #BFC435
RGB
CMYK
RGB Variations
Color information
#BFC435 (or 0xBFC435) is known color: Fuego. HEX triplet: BF, C4 and 35. RGB value is (191,196,53). Sum of RGB (Red+Green+Blue) = 191+196+53=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 53 (21.09% from 255 or 12.05% from 440); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC435 is #403BCA. Grayscale: #B2B2B2. Windows color (decimal): -4209611 or 3523775. OLE color: 3523775.
HSL color Cylindrical-coordinate representation of color #BFC435: hue angle of 62.1º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFC435 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 53 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.23 |
| HSL | 62.1º | 0.57% | 0.49% | - |
| HSV(B) | 62.1º | 0.73% | 0.77% | - |
| XYZ | 41.87 | 50.81 | 10.97 | - |
| YUV | 178.2 | 57.34 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 53 | 0.03 | 0 | 0.73 | 0.23 | 62.1 | 0.57 | 0.49 |
| Hex | BF | C4 | 35 | 3 | 0 | 49 | 17 | 3E | 39 | 31 |
| Octal | 277 | 304 | 65 | 3 | 0 | 111 | 27 | 76 | 71 | 61 |
| Binary | 10111111 | 11000100 | 110101 | 11 | 0 | 1001001 | 10111 | 111110 | 111001 | 110001 |
Color Harmonies of #BFC435
Complementary color
Monochromatic Colors of #BFC435
Black with #BFC435
Text Example
Text Example
White with #BFC435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC435; }
p { color: rgb(191,196,53); }
H1.HeaderClassName
{
color: #BFC435;
}
.AnyTagClassName
{
color: #BFC435;
}
</style>
background-color css
<style>
a { background-color: #BFC435; }
a { background-color: rgb(191,196,53); }
div.DivClassName
{
background-color: #BFC435;
}
.BgClassName
{
background-color: #BFC435;
}
</style>
border-color css
<style>
span { border-color: #BFC435; }
span { border-color: rgb(191,196,53); }
td.TdClassName
{
border-color: #BFC435;
}
.TagClassName
{
border-color: #BFC435;
}
</style>