Shades of Brass #BAA940
Tints of Brass #BAA940
RGB
CMYK
RGB Variations
Color information
#BAA940 (or 0xBAA940) is known color: Brass. HEX triplet: BA, A9 and 40. RGB value is (186,169,64). Sum of RGB (Red+Green+Blue) = 186+169+64=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA940 is #4556BF. Grayscale: #A2A2A2. Windows color (decimal): -4544192 or 4237754. OLE color: 4237754.
HSL color Cylindrical-coordinate representation of color #BAA940: hue angle of 51.64º 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 #BAA940 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 64 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.27 |
| HSL | 51.64º | 0.49% | 0.49% | - |
| HSV(B) | 51.64º | 0.66% | 0.73% | - |
| XYZ | 35.36 | 39.19 | 10.55 | - |
| YUV | 162.11 | 72.63 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 64 | 0 | 0.09 | 0.66 | 0.27 | 51.64 | 0.49 | 0.49 |
| Hex | BA | A9 | 40 | 0 | 9 | 42 | 1B | 34 | 31 | 31 |
| Octal | 272 | 251 | 100 | 0 | 11 | 102 | 33 | 64 | 61 | 61 |
| Binary | 10111010 | 10101001 | 1000000 | 0 | 1001 | 1000010 | 11011 | 110100 | 110001 | 110001 |
Color Harmonies of #BAA940
Complementary color
Monochromatic Colors of #BAA940
Black with #BAA940
Text Example
Text Example
White with #BAA940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA940; }
p { color: rgb(186,169,64); }
H1.HeaderClassName
{
color: #BAA940;
}
.AnyTagClassName
{
color: #BAA940;
}
</style>
background-color css
<style>
a { background-color: #BAA940; }
a { background-color: rgb(186,169,64); }
div.DivClassName
{
background-color: #BAA940;
}
.BgClassName
{
background-color: #BAA940;
}
</style>
border-color css
<style>
span { border-color: #BAA940; }
span { border-color: rgb(186,169,64); }
td.TdClassName
{
border-color: #BAA940;
}
.TagClassName
{
border-color: #BAA940;
}
</style>