Shades of Fuego #BAC332
Tints of Fuego #BAC332
RGB
CMYK
RGB Variations
Color information
#BAC332 (or 0xBAC332) is known color: Fuego. HEX triplet: BA, C3 and 32. RGB value is (186,195,50). Sum of RGB (Red+Green+Blue) = 186+195+50=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC332 is #453CCD. Grayscale: #B0B0B0. Windows color (decimal): -4537550 or 3326906. OLE color: 3326906.
HSL color Cylindrical-coordinate representation of color #BAC332: hue angle of 63.72º 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 #BAC332 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 50 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.24 |
| HSL | 63.72º | 0.59% | 0.48% | - |
| HSV(B) | 63.72º | 0.74% | 0.76% | - |
| XYZ | 40.34 | 49.7 | 10.48 | - |
| YUV | 175.78 | 57.02 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 50 | 0.05 | 0 | 0.74 | 0.24 | 63.72 | 0.59 | 0.48 |
| Hex | BA | C3 | 32 | 5 | 0 | 4A | 18 | 40 | 3B | 30 |
| Octal | 272 | 303 | 62 | 5 | 0 | 112 | 30 | 100 | 73 | 60 |
| Binary | 10111010 | 11000011 | 110010 | 101 | 0 | 1001010 | 11000 | 1000000 | 111011 | 110000 |
Color Harmonies of #BAC332
Complementary color
Monochromatic Colors of #BAC332
Black with #BAC332
Text Example
Text Example
White with #BAC332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC332; }
p { color: rgb(186,195,50); }
H1.HeaderClassName
{
color: #BAC332;
}
.AnyTagClassName
{
color: #BAC332;
}
</style>
background-color css
<style>
a { background-color: #BAC332; }
a { background-color: rgb(186,195,50); }
div.DivClassName
{
background-color: #BAC332;
}
.BgClassName
{
background-color: #BAC332;
}
</style>
border-color css
<style>
span { border-color: #BAC332; }
span { border-color: rgb(186,195,50); }
td.TdClassName
{
border-color: #BAC332;
}
.TagClassName
{
border-color: #BAC332;
}
</style>