Shades of Fuego #BFC432
Tints of Fuego #BFC432
RGB
CMYK
RGB Variations
Color information
#BFC432 (or 0xBFC432) is known color: Fuego. HEX triplet: BF, C4 and 32. RGB value is (191,196,50). Sum of RGB (Red+Green+Blue) = 191+196+50=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 50 (19.92% from 255 or 11.44% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC432 is #403BCD. Grayscale: #B2B2B2. Windows color (decimal): -4209614 or 3327167. OLE color: 3327167.
HSL color Cylindrical-coordinate representation of color #BFC432: hue angle of 62.05º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFC432 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 50 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.23 |
| HSL | 62.05º | 0.59% | 0.48% | - |
| HSV(B) | 62.05º | 0.74% | 0.77% | - |
| XYZ | 41.8 | 50.79 | 10.62 | - |
| YUV | 177.86 | 55.84 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 50 | 0.03 | 0 | 0.74 | 0.23 | 62.05 | 0.59 | 0.48 |
| Hex | BF | C4 | 32 | 3 | 0 | 4A | 17 | 3E | 3B | 30 |
| Octal | 277 | 304 | 62 | 3 | 0 | 112 | 27 | 76 | 73 | 60 |
| Binary | 10111111 | 11000100 | 110010 | 11 | 0 | 1001010 | 10111 | 111110 | 111011 | 110000 |
Color Harmonies of #BFC432
Complementary color
Monochromatic Colors of #BFC432
Black with #BFC432
Text Example
Text Example
White with #BFC432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC432; }
p { color: rgb(191,196,50); }
H1.HeaderClassName
{
color: #BFC432;
}
.AnyTagClassName
{
color: #BFC432;
}
</style>
background-color css
<style>
a { background-color: #BFC432; }
a { background-color: rgb(191,196,50); }
div.DivClassName
{
background-color: #BFC432;
}
.BgClassName
{
background-color: #BFC432;
}
</style>
border-color css
<style>
span { border-color: #BFC432; }
span { border-color: rgb(191,196,50); }
td.TdClassName
{
border-color: #BFC432;
}
.TagClassName
{
border-color: #BFC432;
}
</style>