Shades of Fuego #BAC732
Tints of Fuego #BAC732
RGB
CMYK
RGB Variations
Color information
#BAC732 (or 0xBAC732) is known color: Fuego. HEX triplet: BA, C7 and 32. RGB value is (186,199,50). Sum of RGB (Red+Green+Blue) = 186+199+50=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC732 is #4538CD. Grayscale: #B2B2B2. Windows color (decimal): -4536526 or 3327930. OLE color: 3327930.
HSL color Cylindrical-coordinate representation of color #BAC732: hue angle of 65.23º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAC732 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 50 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.22 |
| HSL | 65.23º | 0.6% | 0.49% | - |
| HSV(B) | 65.23º | 0.75% | 0.78% | - |
| XYZ | 41.25 | 51.52 | 10.79 | - |
| YUV | 178.13 | 55.69 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 50 | 0.07 | 0 | 0.75 | 0.22 | 65.23 | 0.6 | 0.49 |
| Hex | BA | C7 | 32 | 7 | 0 | 4B | 16 | 41 | 3C | 31 |
| Octal | 272 | 307 | 62 | 7 | 0 | 113 | 26 | 101 | 74 | 61 |
| Binary | 10111010 | 11000111 | 110010 | 111 | 0 | 1001011 | 10110 | 1000001 | 111100 | 110001 |
Color Harmonies of #BAC732
Complementary color
Monochromatic Colors of #BAC732
Black with #BAC732
Text Example
Text Example
White with #BAC732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC732; }
p { color: rgb(186,199,50); }
H1.HeaderClassName
{
color: #BAC732;
}
.AnyTagClassName
{
color: #BAC732;
}
</style>
background-color css
<style>
a { background-color: #BAC732; }
a { background-color: rgb(186,199,50); }
div.DivClassName
{
background-color: #BAC732;
}
.BgClassName
{
background-color: #BAC732;
}
</style>
border-color css
<style>
span { border-color: #BAC732; }
span { border-color: rgb(186,199,50); }
td.TdClassName
{
border-color: #BAC732;
}
.TagClassName
{
border-color: #BAC732;
}
</style>