Shades of Fuego #BFC132
Tints of Fuego #BFC132
RGB
CMYK
RGB Variations
Color information
#BFC132 (or 0xBFC132) is known color: Fuego. HEX triplet: BF, C1 and 32. RGB value is (191,193,50). Sum of RGB (Red+Green+Blue) = 191+193+50=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC132 is #403ECD. Grayscale: #B0B0B0. Windows color (decimal): -4210382 or 3326399. OLE color: 3326399.
HSL color Cylindrical-coordinate representation of color #BFC132: hue angle of 60.84º 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 #BFC132 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 50 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.24 |
| HSL | 60.84º | 0.59% | 0.48% | - |
| HSV(B) | 60.84º | 0.74% | 0.76% | - |
| XYZ | 41.13 | 49.45 | 10.39 | - |
| YUV | 176.1 | 56.84 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 50 | 0.01 | 0 | 0.74 | 0.24 | 60.84 | 0.59 | 0.48 |
| Hex | BF | C1 | 32 | 1 | 0 | 4A | 18 | 3D | 3B | 30 |
| Octal | 277 | 301 | 62 | 1 | 0 | 112 | 30 | 75 | 73 | 60 |
| Binary | 10111111 | 11000001 | 110010 | 1 | 0 | 1001010 | 11000 | 111101 | 111011 | 110000 |
Color Harmonies of #BFC132
Complementary color
Monochromatic Colors of #BFC132
Black with #BFC132
Text Example
Text Example
White with #BFC132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC132; }
p { color: rgb(191,193,50); }
H1.HeaderClassName
{
color: #BFC132;
}
.AnyTagClassName
{
color: #BFC132;
}
</style>
background-color css
<style>
a { background-color: #BFC132; }
a { background-color: rgb(191,193,50); }
div.DivClassName
{
background-color: #BFC132;
}
.BgClassName
{
background-color: #BFC132;
}
</style>
border-color css
<style>
span { border-color: #BFC132; }
span { border-color: rgb(191,193,50); }
td.TdClassName
{
border-color: #BFC132;
}
.TagClassName
{
border-color: #BFC132;
}
</style>