Shades of Fuego #BFC230
Tints of Fuego #BFC230
RGB
CMYK
RGB Variations
Color information
#BFC230 (or 0xBFC230) is known color: Fuego. HEX triplet: BF, C2 and 30. RGB value is (191,194,48). Sum of RGB (Red+Green+Blue) = 191+194+48=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 48 (19.14% from 255 or 11.09% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC230 is #403DCF. Grayscale: #B1B1B1. Windows color (decimal): -4210128 or 3195583. OLE color: 3195583.
HSL color Cylindrical-coordinate representation of color #BFC230: hue angle of 61.23º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFC230 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 48 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.24 |
| HSL | 61.23º | 0.6% | 0.47% | - |
| HSV(B) | 61.23º | 0.75% | 0.76% | - |
| XYZ | 41.31 | 49.87 | 10.25 | - |
| YUV | 176.46 | 55.51 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 48 | 0.02 | 0 | 0.75 | 0.24 | 61.23 | 0.6 | 0.47 |
| Hex | BF | C2 | 30 | 2 | 0 | 4B | 18 | 3D | 3C | 2F |
| Octal | 277 | 302 | 60 | 2 | 0 | 113 | 30 | 75 | 74 | 57 |
| Binary | 10111111 | 11000010 | 110000 | 10 | 0 | 1001011 | 11000 | 111101 | 111100 | 101111 |
Color Harmonies of #BFC230
Complementary color
Monochromatic Colors of #BFC230
Black with #BFC230
Text Example
Text Example
White with #BFC230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC230; }
p { color: rgb(191,194,48); }
H1.HeaderClassName
{
color: #BFC230;
}
.AnyTagClassName
{
color: #BFC230;
}
</style>
background-color css
<style>
a { background-color: #BFC230; }
a { background-color: rgb(191,194,48); }
div.DivClassName
{
background-color: #BFC230;
}
.BgClassName
{
background-color: #BFC230;
}
</style>
border-color css
<style>
span { border-color: #BFC230; }
span { border-color: rgb(191,194,48); }
td.TdClassName
{
border-color: #BFC230;
}
.TagClassName
{
border-color: #BFC230;
}
</style>