Shades of Fuego #BFC133
Tints of Fuego #BFC133
RGB
CMYK
RGB Variations
Color information
#BFC133 (or 0xBFC133) is known color: Fuego. HEX triplet: BF, C1 and 33. RGB value is (191,193,51). Sum of RGB (Red+Green+Blue) = 191+193+51=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC133 is #403ECC. Grayscale: #B0B0B0. Windows color (decimal): -4210381 or 3391935. OLE color: 3391935.
HSL color Cylindrical-coordinate representation of color #BFC133: hue angle of 60.85º degrees, saturation: 0.58, 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 #BFC133 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 51 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.24 |
| HSL | 60.85º | 0.58% | 0.48% | - |
| HSV(B) | 60.85º | 0.74% | 0.76% | - |
| XYZ | 41.15 | 49.46 | 10.51 | - |
| YUV | 176.21 | 57.34 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 51 | 0.01 | 0 | 0.74 | 0.24 | 60.85 | 0.58 | 0.48 |
| Hex | BF | C1 | 33 | 1 | 0 | 4A | 18 | 3D | 3A | 30 |
| Octal | 277 | 301 | 63 | 1 | 0 | 112 | 30 | 75 | 72 | 60 |
| Binary | 10111111 | 11000001 | 110011 | 1 | 0 | 1001010 | 11000 | 111101 | 111010 | 110000 |
Color Harmonies of #BFC133
Complementary color
Monochromatic Colors of #BFC133
Black with #BFC133
Text Example
Text Example
White with #BFC133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC133; }
p { color: rgb(191,193,51); }
H1.HeaderClassName
{
color: #BFC133;
}
.AnyTagClassName
{
color: #BFC133;
}
</style>
background-color css
<style>
a { background-color: #BFC133; }
a { background-color: rgb(191,193,51); }
div.DivClassName
{
background-color: #BFC133;
}
.BgClassName
{
background-color: #BFC133;
}
</style>
border-color css
<style>
span { border-color: #BFC133; }
span { border-color: rgb(191,193,51); }
td.TdClassName
{
border-color: #BFC133;
}
.TagClassName
{
border-color: #BFC133;
}
</style>