Shades of Fuego #BFC533
Tints of Fuego #BFC533
RGB
CMYK
RGB Variations
Color information
#BFC533 (or 0xBFC533) is known color: Fuego. HEX triplet: BF, C5 and 33. RGB value is (191,197,51). Sum of RGB (Red+Green+Blue) = 191+197+51=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC533 is #403ACC. Grayscale: #B3B3B3. Windows color (decimal): -4209357 or 3392959. OLE color: 3392959.
HSL color Cylindrical-coordinate representation of color #BFC533: hue angle of 62.47º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFC533 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 51 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.23 |
| HSL | 62.47º | 0.59% | 0.49% | - |
| HSV(B) | 62.47º | 0.74% | 0.77% | - |
| XYZ | 42.05 | 51.25 | 10.81 | - |
| YUV | 178.56 | 56.01 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 51 | 0.03 | 0 | 0.74 | 0.23 | 62.47 | 0.59 | 0.49 |
| Hex | BF | C5 | 33 | 3 | 0 | 4A | 17 | 3E | 3B | 31 |
| Octal | 277 | 305 | 63 | 3 | 0 | 112 | 27 | 76 | 73 | 61 |
| Binary | 10111111 | 11000101 | 110011 | 11 | 0 | 1001010 | 10111 | 111110 | 111011 | 110001 |
Color Harmonies of #BFC533
Complementary color
Monochromatic Colors of #BFC533
Black with #BFC533
Text Example
Text Example
White with #BFC533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC533; }
p { color: rgb(191,197,51); }
H1.HeaderClassName
{
color: #BFC533;
}
.AnyTagClassName
{
color: #BFC533;
}
</style>
background-color css
<style>
a { background-color: #BFC533; }
a { background-color: rgb(191,197,51); }
div.DivClassName
{
background-color: #BFC533;
}
.BgClassName
{
background-color: #BFC533;
}
</style>
border-color css
<style>
span { border-color: #BFC533; }
span { border-color: rgb(191,197,51); }
td.TdClassName
{
border-color: #BFC533;
}
.TagClassName
{
border-color: #BFC533;
}
</style>