Shades of Fuego #BFC52B
Tints of Fuego #BFC52B
RGB
CMYK
RGB Variations
Color information
#BFC52B (or 0xBFC52B) is known color: Fuego. HEX triplet: BF, C5 and 2B. RGB value is (191,197,43). Sum of RGB (Red+Green+Blue) = 191+197+43=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC52B is #403AD4. Grayscale: #B2B2B2. Windows color (decimal): -4209365 or 2868671. OLE color: 2868671.
HSL color Cylindrical-coordinate representation of color #BFC52B: hue angle of 62.34º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFC52B is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 43 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.23 |
| HSL | 62.34º | 0.64% | 0.47% | - |
| HSV(B) | 62.34º | 0.78% | 0.77% | - |
| XYZ | 41.89 | 51.18 | 9.96 | - |
| YUV | 177.65 | 52.01 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 43 | 0.03 | 0 | 0.78 | 0.23 | 62.34 | 0.64 | 0.47 |
| Hex | BF | C5 | 2B | 3 | 0 | 4E | 17 | 3E | 40 | 2F |
| Octal | 277 | 305 | 53 | 3 | 0 | 116 | 27 | 76 | 100 | 57 |
| Binary | 10111111 | 11000101 | 101011 | 11 | 0 | 1001110 | 10111 | 111110 | 1000000 | 101111 |
Color Harmonies of #BFC52B
Complementary color
Monochromatic Colors of #BFC52B
Black with #BFC52B
Text Example
Text Example
White with #BFC52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC52B; }
p { color: rgb(191,197,43); }
H1.HeaderClassName
{
color: #BFC52B;
}
.AnyTagClassName
{
color: #BFC52B;
}
</style>
background-color css
<style>
a { background-color: #BFC52B; }
a { background-color: rgb(191,197,43); }
div.DivClassName
{
background-color: #BFC52B;
}
.BgClassName
{
background-color: #BFC52B;
}
</style>
border-color css
<style>
span { border-color: #BFC52B; }
span { border-color: rgb(191,197,43); }
td.TdClassName
{
border-color: #BFC52B;
}
.TagClassName
{
border-color: #BFC52B;
}
</style>