Shades of Fuego #BFC933
Tints of Fuego #BFC933
RGB
CMYK
RGB Variations
Color information
#BFC933 (or 0xBFC933) is known color: Fuego. HEX triplet: BF, C9 and 33. RGB value is (191,201,51). Sum of RGB (Red+Green+Blue) = 191+201+51=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 51 (20.31% from 255 or 11.51% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC933 is #4036CC. Grayscale: #B5B5B5. Windows color (decimal): -4208333 or 3393983. OLE color: 3393983.
HSL color Cylindrical-coordinate representation of color #BFC933: hue angle of 64º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFC933 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 51 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.21 |
| HSL | 64º | 0.6% | 0.49% | - |
| HSV(B) | 64º | 0.75% | 0.79% | - |
| XYZ | 42.97 | 53.09 | 11.11 | - |
| YUV | 180.91 | 54.69 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 51 | 0.05 | 0 | 0.75 | 0.21 | 64 | 0.6 | 0.49 |
| Hex | BF | C9 | 33 | 5 | 0 | 4B | 15 | 40 | 3C | 31 |
| Octal | 277 | 311 | 63 | 5 | 0 | 113 | 25 | 100 | 74 | 61 |
| Binary | 10111111 | 11001001 | 110011 | 101 | 0 | 1001011 | 10101 | 1000000 | 111100 | 110001 |
Color Harmonies of #BFC933
Complementary color
Monochromatic Colors of #BFC933
Black with #BFC933
Text Example
Text Example
White with #BFC933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC933; }
p { color: rgb(191,201,51); }
H1.HeaderClassName
{
color: #BFC933;
}
.AnyTagClassName
{
color: #BFC933;
}
</style>
background-color css
<style>
a { background-color: #BFC933; }
a { background-color: rgb(191,201,51); }
div.DivClassName
{
background-color: #BFC933;
}
.BgClassName
{
background-color: #BFC933;
}
</style>
border-color css
<style>
span { border-color: #BFC933; }
span { border-color: rgb(191,201,51); }
td.TdClassName
{
border-color: #BFC933;
}
.TagClassName
{
border-color: #BFC933;
}
</style>