Shades of Fuego #BAC537
Tints of Fuego #BAC537
RGB
CMYK
RGB Variations
Color information
#BAC537 (or 0xBAC537) is known color: Fuego. HEX triplet: BA, C5 and 37. RGB value is (186,197,55). Sum of RGB (Red+Green+Blue) = 186+197+55=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC537 is #453AC8. Grayscale: #B2B2B2. Windows color (decimal): -4537033 or 3655098. OLE color: 3655098.
HSL color Cylindrical-coordinate representation of color #BAC537: hue angle of 64.65º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAC537 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 55 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.23 |
| HSL | 64.65º | 0.56% | 0.49% | - |
| HSV(B) | 64.65º | 0.72% | 0.77% | - |
| XYZ | 40.91 | 50.65 | 11.23 | - |
| YUV | 177.52 | 58.86 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 55 | 0.06 | 0 | 0.72 | 0.23 | 64.65 | 0.56 | 0.49 |
| Hex | BA | C5 | 37 | 6 | 0 | 48 | 17 | 41 | 38 | 31 |
| Octal | 272 | 305 | 67 | 6 | 0 | 110 | 27 | 101 | 70 | 61 |
| Binary | 10111010 | 11000101 | 110111 | 110 | 0 | 1001000 | 10111 | 1000001 | 111000 | 110001 |
Color Harmonies of #BAC537
Complementary color
Monochromatic Colors of #BAC537
Black with #BAC537
Text Example
Text Example
White with #BAC537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC537; }
p { color: rgb(186,197,55); }
H1.HeaderClassName
{
color: #BAC537;
}
.AnyTagClassName
{
color: #BAC537;
}
</style>
background-color css
<style>
a { background-color: #BAC537; }
a { background-color: rgb(186,197,55); }
div.DivClassName
{
background-color: #BAC537;
}
.BgClassName
{
background-color: #BAC537;
}
</style>
border-color css
<style>
span { border-color: #BAC537; }
span { border-color: rgb(186,197,55); }
td.TdClassName
{
border-color: #BAC537;
}
.TagClassName
{
border-color: #BAC537;
}
</style>