Shades of Brass #BAA140
Tints of Brass #BAA140
RGB
CMYK
RGB Variations
Color information
#BAA140 (or 0xBAA140) is known color: Brass. HEX triplet: BA, A1 and 40. RGB value is (186,161,64). Sum of RGB (Red+Green+Blue) = 186+161+64=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA140 is #455EBF. Grayscale: #9D9D9D. Windows color (decimal): -4546240 or 4235706. OLE color: 4235706.
HSL color Cylindrical-coordinate representation of color #BAA140: hue angle of 47.7º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAA140 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 64 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.27 |
| HSL | 47.7º | 0.49% | 0.49% | - |
| HSV(B) | 47.7º | 0.66% | 0.73% | - |
| XYZ | 33.92 | 36.3 | 10.07 | - |
| YUV | 157.42 | 75.28 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 64 | 0 | 0.13 | 0.66 | 0.27 | 47.7 | 0.49 | 0.49 |
| Hex | BA | A1 | 40 | 0 | D | 42 | 1B | 30 | 31 | 31 |
| Octal | 272 | 241 | 100 | 0 | 15 | 102 | 33 | 60 | 61 | 61 |
| Binary | 10111010 | 10100001 | 1000000 | 0 | 1101 | 1000010 | 11011 | 110000 | 110001 | 110001 |
Color Harmonies of #BAA140
Complementary color
Monochromatic Colors of #BAA140
Black with #BAA140
Text Example
Text Example
White with #BAA140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA140; }
p { color: rgb(186,161,64); }
H1.HeaderClassName
{
color: #BAA140;
}
.AnyTagClassName
{
color: #BAA140;
}
</style>
background-color css
<style>
a { background-color: #BAA140; }
a { background-color: rgb(186,161,64); }
div.DivClassName
{
background-color: #BAA140;
}
.BgClassName
{
background-color: #BAA140;
}
</style>
border-color css
<style>
span { border-color: #BAA140; }
span { border-color: rgb(186,161,64); }
td.TdClassName
{
border-color: #BAA140;
}
.TagClassName
{
border-color: #BAA140;
}
</style>