Shades of Fuego #BFC430
Tints of Fuego #BFC430
RGB
CMYK
RGB Variations
Color information
#BFC430 (or 0xBFC430) is known color: Fuego. HEX triplet: BF, C4 and 30. RGB value is (191,196,48). Sum of RGB (Red+Green+Blue) = 191+196+48=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC430 is #403BCF. Grayscale: #B2B2B2. Windows color (decimal): -4209616 or 3196095. OLE color: 3196095.
HSL color Cylindrical-coordinate representation of color #BFC430: hue angle of 62.03º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFC430 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 48 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.23 |
| HSL | 62.03º | 0.61% | 0.48% | - |
| HSV(B) | 62.03º | 0.76% | 0.77% | - |
| XYZ | 41.76 | 50.77 | 10.39 | - |
| YUV | 177.63 | 54.84 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 48 | 0.03 | 0 | 0.76 | 0.23 | 62.03 | 0.61 | 0.48 |
| Hex | BF | C4 | 30 | 3 | 0 | 4C | 17 | 3E | 3D | 30 |
| Octal | 277 | 304 | 60 | 3 | 0 | 114 | 27 | 76 | 75 | 60 |
| Binary | 10111111 | 11000100 | 110000 | 11 | 0 | 1001100 | 10111 | 111110 | 111101 | 110000 |
Color Harmonies of #BFC430
Complementary color
Monochromatic Colors of #BFC430
Black with #BFC430
Text Example
Text Example
White with #BFC430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC430; }
p { color: rgb(191,196,48); }
H1.HeaderClassName
{
color: #BFC430;
}
.AnyTagClassName
{
color: #BFC430;
}
</style>
background-color css
<style>
a { background-color: #BFC430; }
a { background-color: rgb(191,196,48); }
div.DivClassName
{
background-color: #BFC430;
}
.BgClassName
{
background-color: #BFC430;
}
</style>
border-color css
<style>
span { border-color: #BFC430; }
span { border-color: rgb(191,196,48); }
td.TdClassName
{
border-color: #BFC430;
}
.TagClassName
{
border-color: #BFC430;
}
</style>