Shades of Brass #BAA949
Tints of Brass #BAA949
RGB
CMYK
RGB Variations
Color information
#BAA949 (or 0xBAA949) is known color: Brass. HEX triplet: BA, A9 and 49. RGB value is (186,169,73). Sum of RGB (Red+Green+Blue) = 186+169+73=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA949 is #4556B6. Grayscale: #A3A3A3. Windows color (decimal): -4544183 or 4827578. OLE color: 4827578.
HSL color Cylindrical-coordinate representation of color #BAA949: hue angle of 50.97º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAA949 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 73 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.27 |
| HSL | 50.97º | 0.45% | 0.51% | - |
| HSV(B) | 50.97º | 0.61% | 0.73% | - |
| XYZ | 35.64 | 39.3 | 12.01 | - |
| YUV | 163.14 | 77.13 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 73 | 0 | 0.09 | 0.61 | 0.27 | 50.97 | 0.45 | 0.51 |
| Hex | BA | A9 | 49 | 0 | 9 | 3D | 1B | 33 | 2D | 33 |
| Octal | 272 | 251 | 111 | 0 | 11 | 75 | 33 | 63 | 55 | 63 |
| Binary | 10111010 | 10101001 | 1001001 | 0 | 1001 | 111101 | 11011 | 110011 | 101101 | 110011 |
Color Harmonies of #BAA949
Complementary color
Monochromatic Colors of #BAA949
Black with #BAA949
Text Example
Text Example
White with #BAA949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA949; }
p { color: rgb(186,169,73); }
H1.HeaderClassName
{
color: #BAA949;
}
.AnyTagClassName
{
color: #BAA949;
}
</style>
background-color css
<style>
a { background-color: #BAA949; }
a { background-color: rgb(186,169,73); }
div.DivClassName
{
background-color: #BAA949;
}
.BgClassName
{
background-color: #BAA949;
}
</style>
border-color css
<style>
span { border-color: #BAA949; }
span { border-color: rgb(186,169,73); }
td.TdClassName
{
border-color: #BAA949;
}
.TagClassName
{
border-color: #BAA949;
}
</style>