Shades of Brass #BAA547
Tints of Brass #BAA547
RGB
CMYK
RGB Variations
Color information
#BAA547 (or 0xBAA547) is known color: Brass. HEX triplet: BA, A5 and 47. RGB value is (186,165,71). Sum of RGB (Red+Green+Blue) = 186+165+71=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 71 (28.12% from 255 or 16.82% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA547 is #455AB8. Grayscale: #A0A0A0. Windows color (decimal): -4545209 or 4695482. OLE color: 4695482.
HSL color Cylindrical-coordinate representation of color #BAA547: hue angle of 49.04º 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 #BAA547 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 71 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.27 |
| HSL | 49.04º | 0.45% | 0.5% | - |
| HSV(B) | 49.04º | 0.62% | 0.73% | - |
| XYZ | 34.84 | 37.8 | 11.42 | - |
| YUV | 160.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 71 | 0 | 0.11 | 0.62 | 0.27 | 49.04 | 0.45 | 0.5 |
| Hex | BA | A5 | 47 | 0 | B | 3E | 1B | 31 | 2D | 32 |
| Octal | 272 | 245 | 107 | 0 | 13 | 76 | 33 | 61 | 55 | 62 |
| Binary | 10111010 | 10100101 | 1000111 | 0 | 1011 | 111110 | 11011 | 110001 | 101101 | 110010 |
Color Harmonies of #BAA547
Complementary color
Monochromatic Colors of #BAA547
Black with #BAA547
Text Example
Text Example
White with #BAA547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA547; }
p { color: rgb(186,165,71); }
H1.HeaderClassName
{
color: #BAA547;
}
.AnyTagClassName
{
color: #BAA547;
}
</style>
background-color css
<style>
a { background-color: #BAA547; }
a { background-color: rgb(186,165,71); }
div.DivClassName
{
background-color: #BAA547;
}
.BgClassName
{
background-color: #BAA547;
}
</style>
border-color css
<style>
span { border-color: #BAA547; }
span { border-color: rgb(186,165,71); }
td.TdClassName
{
border-color: #BAA547;
}
.TagClassName
{
border-color: #BAA547;
}
</style>