Shades of Fuego #BAC335
Tints of Fuego #BAC335
RGB
CMYK
RGB Variations
Color information
#BAC335 (or 0xBAC335) is known color: Fuego. HEX triplet: BA, C3 and 35. RGB value is (186,195,53). Sum of RGB (Red+Green+Blue) = 186+195+53=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC335 is #453CCA. Grayscale: #B0B0B0. Windows color (decimal): -4537547 or 3523514. OLE color: 3523514.
HSL color Cylindrical-coordinate representation of color #BAC335: hue angle of 63.8º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAC335 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 53 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.24 |
| HSL | 63.8º | 0.57% | 0.49% | - |
| HSV(B) | 63.8º | 0.73% | 0.76% | - |
| XYZ | 40.41 | 49.73 | 10.84 | - |
| YUV | 176.12 | 58.52 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 53 | 0.05 | 0 | 0.73 | 0.24 | 63.8 | 0.57 | 0.49 |
| Hex | BA | C3 | 35 | 5 | 0 | 49 | 18 | 40 | 39 | 31 |
| Octal | 272 | 303 | 65 | 5 | 0 | 111 | 30 | 100 | 71 | 61 |
| Binary | 10111010 | 11000011 | 110101 | 101 | 0 | 1001001 | 11000 | 1000000 | 111001 | 110001 |
Color Harmonies of #BAC335
Complementary color
Monochromatic Colors of #BAC335
Black with #BAC335
Text Example
Text Example
White with #BAC335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC335; }
p { color: rgb(186,195,53); }
H1.HeaderClassName
{
color: #BAC335;
}
.AnyTagClassName
{
color: #BAC335;
}
</style>
background-color css
<style>
a { background-color: #BAC335; }
a { background-color: rgb(186,195,53); }
div.DivClassName
{
background-color: #BAC335;
}
.BgClassName
{
background-color: #BAC335;
}
</style>
border-color css
<style>
span { border-color: #BAC335; }
span { border-color: rgb(186,195,53); }
td.TdClassName
{
border-color: #BAC335;
}
.TagClassName
{
border-color: #BAC335;
}
</style>