Shades of Fuego #BFC330
Tints of Fuego #BFC330
RGB
CMYK
RGB Variations
Color information
#BFC330 (or 0xBFC330) is known color: Fuego. HEX triplet: BF, C3 and 30. RGB value is (191,195,48). Sum of RGB (Red+Green+Blue) = 191+195+48=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC330 is #403CCF. Grayscale: #B1B1B1. Windows color (decimal): -4209872 or 3195839. OLE color: 3195839.
HSL color Cylindrical-coordinate representation of color #BFC330: hue angle of 61.63º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFC330 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 48 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.24 |
| HSL | 61.63º | 0.6% | 0.48% | - |
| HSV(B) | 61.63º | 0.75% | 0.76% | - |
| XYZ | 41.53 | 50.32 | 10.32 | - |
| YUV | 177.05 | 55.17 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 48 | 0.02 | 0 | 0.75 | 0.24 | 61.63 | 0.6 | 0.48 |
| Hex | BF | C3 | 30 | 2 | 0 | 4B | 18 | 3E | 3C | 30 |
| Octal | 277 | 303 | 60 | 2 | 0 | 113 | 30 | 76 | 74 | 60 |
| Binary | 10111111 | 11000011 | 110000 | 10 | 0 | 1001011 | 11000 | 111110 | 111100 | 110000 |
Color Harmonies of #BFC330
Complementary color
Monochromatic Colors of #BFC330
Black with #BFC330
Text Example
Text Example
White with #BFC330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC330; }
p { color: rgb(191,195,48); }
H1.HeaderClassName
{
color: #BFC330;
}
.AnyTagClassName
{
color: #BFC330;
}
</style>
background-color css
<style>
a { background-color: #BFC330; }
a { background-color: rgb(191,195,48); }
div.DivClassName
{
background-color: #BFC330;
}
.BgClassName
{
background-color: #BFC330;
}
</style>
border-color css
<style>
span { border-color: #BFC330; }
span { border-color: rgb(191,195,48); }
td.TdClassName
{
border-color: #BFC330;
}
.TagClassName
{
border-color: #BFC330;
}
</style>