Shades of Brass #BAA144
Tints of Brass #BAA144
RGB
CMYK
RGB Variations
Color information
#BAA144 (or 0xBAA144) is known color: Brass. HEX triplet: BA, A1 and 44. RGB value is (186,161,68). Sum of RGB (Red+Green+Blue) = 186+161+68=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA144 is #455EBB. Grayscale: #9E9E9E. Windows color (decimal): -4546236 or 4497850. OLE color: 4497850.
HSL color Cylindrical-coordinate representation of color #BAA144: hue angle of 47.29º 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 #BAA144 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 68 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.27 |
| HSL | 47.29º | 0.46% | 0.5% | - |
| HSV(B) | 47.29º | 0.63% | 0.73% | - |
| XYZ | 34.04 | 36.35 | 10.69 | - |
| YUV | 157.87 | 77.28 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 68 | 0 | 0.13 | 0.63 | 0.27 | 47.29 | 0.46 | 0.5 |
| Hex | BA | A1 | 44 | 0 | D | 3F | 1B | 2F | 2E | 32 |
| Octal | 272 | 241 | 104 | 0 | 15 | 77 | 33 | 57 | 56 | 62 |
| Binary | 10111010 | 10100001 | 1000100 | 0 | 1101 | 111111 | 11011 | 101111 | 101110 | 110010 |
Color Harmonies of #BAA144
Complementary color
Monochromatic Colors of #BAA144
Black with #BAA144
Text Example
Text Example
White with #BAA144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA144; }
p { color: rgb(186,161,68); }
H1.HeaderClassName
{
color: #BAA144;
}
.AnyTagClassName
{
color: #BAA144;
}
</style>
background-color css
<style>
a { background-color: #BAA144; }
a { background-color: rgb(186,161,68); }
div.DivClassName
{
background-color: #BAA144;
}
.BgClassName
{
background-color: #BAA144;
}
</style>
border-color css
<style>
span { border-color: #BAA144; }
span { border-color: rgb(186,161,68); }
td.TdClassName
{
border-color: #BAA144;
}
.TagClassName
{
border-color: #BAA144;
}
</style>