Shades of Fuego #BAC730
Tints of Fuego #BAC730
RGB
CMYK
RGB Variations
Color information
#BAC730 (or 0xBAC730) is known color: Fuego. HEX triplet: BA, C7 and 30. RGB value is (186,199,48). Sum of RGB (Red+Green+Blue) = 186+199+48=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 48 (19.14% from 255 or 11.09% from 433); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC730 is #4538CF. Grayscale: #B2B2B2. Windows color (decimal): -4536528 or 3196858. OLE color: 3196858.
HSL color Cylindrical-coordinate representation of color #BAC730: hue angle of 65.17º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAC730 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 48 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.22 |
| HSL | 65.17º | 0.61% | 0.48% | - |
| HSV(B) | 65.17º | 0.76% | 0.78% | - |
| XYZ | 41.21 | 51.5 | 10.56 | - |
| YUV | 177.9 | 54.69 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 48 | 0.07 | 0 | 0.76 | 0.22 | 65.17 | 0.61 | 0.48 |
| Hex | BA | C7 | 30 | 7 | 0 | 4C | 16 | 41 | 3D | 30 |
| Octal | 272 | 307 | 60 | 7 | 0 | 114 | 26 | 101 | 75 | 60 |
| Binary | 10111010 | 11000111 | 110000 | 111 | 0 | 1001100 | 10110 | 1000001 | 111101 | 110000 |
Color Harmonies of #BAC730
Complementary color
Monochromatic Colors of #BAC730
Black with #BAC730
Text Example
Text Example
White with #BAC730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC730; }
p { color: rgb(186,199,48); }
H1.HeaderClassName
{
color: #BAC730;
}
.AnyTagClassName
{
color: #BAC730;
}
</style>
background-color css
<style>
a { background-color: #BAC730; }
a { background-color: rgb(186,199,48); }
div.DivClassName
{
background-color: #BAC730;
}
.BgClassName
{
background-color: #BAC730;
}
</style>
border-color css
<style>
span { border-color: #BAC730; }
span { border-color: rgb(186,199,48); }
td.TdClassName
{
border-color: #BAC730;
}
.TagClassName
{
border-color: #BAC730;
}
</style>