Shades of Brass #BAA947
Tints of Brass #BAA947
RGB
CMYK
RGB Variations
Color information
#BAA947 (or 0xBAA947) is known color: Brass. HEX triplet: BA, A9 and 47. RGB value is (186,169,71). Sum of RGB (Red+Green+Blue) = 186+169+71=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA947 is #4556B8. Grayscale: #A3A3A3. Windows color (decimal): -4544185 or 4696506. OLE color: 4696506.
HSL color Cylindrical-coordinate representation of color #BAA947: hue angle of 51.13º 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 #BAA947 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 71 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.27 |
| HSL | 51.13º | 0.45% | 0.5% | - |
| HSV(B) | 51.13º | 0.62% | 0.73% | - |
| XYZ | 35.58 | 39.27 | 11.67 | - |
| YUV | 162.91 | 76.13 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 71 | 0 | 0.09 | 0.62 | 0.27 | 51.13 | 0.45 | 0.5 |
| Hex | BA | A9 | 47 | 0 | 9 | 3E | 1B | 33 | 2D | 32 |
| Octal | 272 | 251 | 107 | 0 | 11 | 76 | 33 | 63 | 55 | 62 |
| Binary | 10111010 | 10101001 | 1000111 | 0 | 1001 | 111110 | 11011 | 110011 | 101101 | 110010 |
Color Harmonies of #BAA947
Complementary color
Monochromatic Colors of #BAA947
Black with #BAA947
Text Example
Text Example
White with #BAA947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA947; }
p { color: rgb(186,169,71); }
H1.HeaderClassName
{
color: #BAA947;
}
.AnyTagClassName
{
color: #BAA947;
}
</style>
background-color css
<style>
a { background-color: #BAA947; }
a { background-color: rgb(186,169,71); }
div.DivClassName
{
background-color: #BAA947;
}
.BgClassName
{
background-color: #BAA947;
}
</style>
border-color css
<style>
span { border-color: #BAA947; }
span { border-color: rgb(186,169,71); }
td.TdClassName
{
border-color: #BAA947;
}
.TagClassName
{
border-color: #BAA947;
}
</style>