Shades of Brass #BAA147
Tints of Brass #BAA147
RGB
CMYK
RGB Variations
Color information
#BAA147 (or 0xBAA147) is known color: Brass. HEX triplet: BA, A1 and 47. RGB value is (186,161,71). Sum of RGB (Red+Green+Blue) = 186+161+71=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 71 (28.12% from 255 or 16.99% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA147 is #455EB8. Grayscale: #9E9E9E. Windows color (decimal): -4546233 or 4694458. OLE color: 4694458.
HSL color Cylindrical-coordinate representation of color #BAA147: hue angle of 46.96º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAA147 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 71 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.27 |
| HSL | 46.96º | 0.45% | 0.5% | - |
| HSV(B) | 46.96º | 0.62% | 0.73% | - |
| XYZ | 34.13 | 36.38 | 11.19 | - |
| YUV | 158.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 71 | 0 | 0.13 | 0.62 | 0.27 | 46.96 | 0.45 | 0.5 |
| Hex | BA | A1 | 47 | 0 | D | 3E | 1B | 2F | 2D | 32 |
| Octal | 272 | 241 | 107 | 0 | 15 | 76 | 33 | 57 | 55 | 62 |
| Binary | 10111010 | 10100001 | 1000111 | 0 | 1101 | 111110 | 11011 | 101111 | 101101 | 110010 |
Color Harmonies of #BAA147
Complementary color
Monochromatic Colors of #BAA147
Black with #BAA147
Text Example
Text Example
White with #BAA147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA147; }
p { color: rgb(186,161,71); }
H1.HeaderClassName
{
color: #BAA147;
}
.AnyTagClassName
{
color: #BAA147;
}
</style>
background-color css
<style>
a { background-color: #BAA147; }
a { background-color: rgb(186,161,71); }
div.DivClassName
{
background-color: #BAA147;
}
.BgClassName
{
background-color: #BAA147;
}
</style>
border-color css
<style>
span { border-color: #BAA147; }
span { border-color: rgb(186,161,71); }
td.TdClassName
{
border-color: #BAA147;
}
.TagClassName
{
border-color: #BAA147;
}
</style>