Shades of Fuego #BAC532
Tints of Fuego #BAC532
RGB
CMYK
RGB Variations
Color information
#BAC532 (or 0xBAC532) is known color: Fuego. HEX triplet: BA, C5 and 32. RGB value is (186,197,50). Sum of RGB (Red+Green+Blue) = 186+197+50=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC532 is #453ACD. Grayscale: #B1B1B1. Windows color (decimal): -4537038 or 3327418. OLE color: 3327418.
HSL color Cylindrical-coordinate representation of color #BAC532: hue angle of 64.49º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAC532 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 50 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.23 |
| HSL | 64.49º | 0.6% | 0.48% | - |
| HSV(B) | 64.49º | 0.75% | 0.77% | - |
| XYZ | 40.79 | 50.6 | 10.63 | - |
| YUV | 176.95 | 56.36 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 50 | 0.06 | 0 | 0.75 | 0.23 | 64.49 | 0.6 | 0.48 |
| Hex | BA | C5 | 32 | 6 | 0 | 4B | 17 | 40 | 3C | 30 |
| Octal | 272 | 305 | 62 | 6 | 0 | 113 | 27 | 100 | 74 | 60 |
| Binary | 10111010 | 11000101 | 110010 | 110 | 0 | 1001011 | 10111 | 1000000 | 111100 | 110000 |
Color Harmonies of #BAC532
Complementary color
Monochromatic Colors of #BAC532
Black with #BAC532
Text Example
Text Example
White with #BAC532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC532; }
p { color: rgb(186,197,50); }
H1.HeaderClassName
{
color: #BAC532;
}
.AnyTagClassName
{
color: #BAC532;
}
</style>
background-color css
<style>
a { background-color: #BAC532; }
a { background-color: rgb(186,197,50); }
div.DivClassName
{
background-color: #BAC532;
}
.BgClassName
{
background-color: #BAC532;
}
</style>
border-color css
<style>
span { border-color: #BAC532; }
span { border-color: rgb(186,197,50); }
td.TdClassName
{
border-color: #BAC532;
}
.TagClassName
{
border-color: #BAC532;
}
</style>