Shades of Brass #BAA644
Tints of Brass #BAA644
RGB
CMYK
RGB Variations
Color information
#BAA644 (or 0xBAA644) is known color: Brass. HEX triplet: BA, A6 and 44. RGB value is (186,166,68). Sum of RGB (Red+Green+Blue) = 186+166+68=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA644 is #4559BB. Grayscale: #A1A1A1. Windows color (decimal): -4544956 or 4499130. OLE color: 4499130.
HSL color Cylindrical-coordinate representation of color #BAA644: hue angle of 49.83º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAA644 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 68 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.27 |
| HSL | 49.83º | 0.46% | 0.5% | - |
| HSV(B) | 49.83º | 0.63% | 0.73% | - |
| XYZ | 34.93 | 38.13 | 10.99 | - |
| YUV | 160.81 | 75.63 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 68 | 0 | 0.11 | 0.63 | 0.27 | 49.83 | 0.46 | 0.5 |
| Hex | BA | A6 | 44 | 0 | B | 3F | 1B | 32 | 2E | 32 |
| Octal | 272 | 246 | 104 | 0 | 13 | 77 | 33 | 62 | 56 | 62 |
| Binary | 10111010 | 10100110 | 1000100 | 0 | 1011 | 111111 | 11011 | 110010 | 101110 | 110010 |
Color Harmonies of #BAA644
Complementary color
Monochromatic Colors of #BAA644
Black with #BAA644
Text Example
Text Example
White with #BAA644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA644; }
p { color: rgb(186,166,68); }
H1.HeaderClassName
{
color: #BAA644;
}
.AnyTagClassName
{
color: #BAA644;
}
</style>
background-color css
<style>
a { background-color: #BAA644; }
a { background-color: rgb(186,166,68); }
div.DivClassName
{
background-color: #BAA644;
}
.BgClassName
{
background-color: #BAA644;
}
</style>
border-color css
<style>
span { border-color: #BAA644; }
span { border-color: rgb(186,166,68); }
td.TdClassName
{
border-color: #BAA644;
}
.TagClassName
{
border-color: #BAA644;
}
</style>