Shades of Fuego #BFC333
Tints of Fuego #BFC333
RGB
CMYK
RGB Variations
Color information
#BFC333 (or 0xBFC333) is known color: Fuego. HEX triplet: BF, C3 and 33. RGB value is (191,195,51). Sum of RGB (Red+Green+Blue) = 191+195+51=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 51 (20.31% from 255 or 11.67% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC333 is #403CCC. Grayscale: #B1B1B1. Windows color (decimal): -4209869 or 3392447. OLE color: 3392447.
HSL color Cylindrical-coordinate representation of color #BFC333: hue angle of 61.67º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFC333 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 51 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.24 |
| HSL | 61.67º | 0.59% | 0.48% | - |
| HSV(B) | 61.67º | 0.74% | 0.76% | - |
| XYZ | 41.6 | 50.35 | 10.66 | - |
| YUV | 177.39 | 56.67 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 51 | 0.02 | 0 | 0.74 | 0.24 | 61.67 | 0.59 | 0.48 |
| Hex | BF | C3 | 33 | 2 | 0 | 4A | 18 | 3E | 3B | 30 |
| Octal | 277 | 303 | 63 | 2 | 0 | 112 | 30 | 76 | 73 | 60 |
| Binary | 10111111 | 11000011 | 110011 | 10 | 0 | 1001010 | 11000 | 111110 | 111011 | 110000 |
Color Harmonies of #BFC333
Complementary color
Monochromatic Colors of #BFC333
Black with #BFC333
Text Example
Text Example
White with #BFC333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC333; }
p { color: rgb(191,195,51); }
H1.HeaderClassName
{
color: #BFC333;
}
.AnyTagClassName
{
color: #BFC333;
}
</style>
background-color css
<style>
a { background-color: #BFC333; }
a { background-color: rgb(191,195,51); }
div.DivClassName
{
background-color: #BFC333;
}
.BgClassName
{
background-color: #BFC333;
}
</style>
border-color css
<style>
span { border-color: #BFC333; }
span { border-color: rgb(191,195,51); }
td.TdClassName
{
border-color: #BFC333;
}
.TagClassName
{
border-color: #BFC333;
}
</style>