Shades of Brass #BAA643
Tints of Brass #BAA643
RGB
CMYK
RGB Variations
Color information
#BAA643 (or 0xBAA643) is known color: Brass. HEX triplet: BA, A6 and 43. RGB value is (186,166,67). Sum of RGB (Red+Green+Blue) = 186+166+67=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 67 (26.56% from 255 or 15.99% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA643 is #4559BC. Grayscale: #A1A1A1. Windows color (decimal): -4544957 or 4433594. OLE color: 4433594.
HSL color Cylindrical-coordinate representation of color #BAA643: hue angle of 49.92º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAA643 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 67 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.27 |
| HSL | 49.92º | 0.47% | 0.5% | - |
| HSV(B) | 49.92º | 0.64% | 0.73% | - |
| XYZ | 34.9 | 38.12 | 10.83 | - |
| YUV | 160.69 | 75.13 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 67 | 0 | 0.11 | 0.64 | 0.27 | 49.92 | 0.47 | 0.5 |
| Hex | BA | A6 | 43 | 0 | B | 40 | 1B | 32 | 2F | 32 |
| Octal | 272 | 246 | 103 | 0 | 13 | 100 | 33 | 62 | 57 | 62 |
| Binary | 10111010 | 10100110 | 1000011 | 0 | 1011 | 1000000 | 11011 | 110010 | 101111 | 110010 |
Color Harmonies of #BAA643
Complementary color
Monochromatic Colors of #BAA643
Black with #BAA643
Text Example
Text Example
White with #BAA643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA643; }
p { color: rgb(186,166,67); }
H1.HeaderClassName
{
color: #BAA643;
}
.AnyTagClassName
{
color: #BAA643;
}
</style>
background-color css
<style>
a { background-color: #BAA643; }
a { background-color: rgb(186,166,67); }
div.DivClassName
{
background-color: #BAA643;
}
.BgClassName
{
background-color: #BAA643;
}
</style>
border-color css
<style>
span { border-color: #BAA643; }
span { border-color: rgb(186,166,67); }
td.TdClassName
{
border-color: #BAA643;
}
.TagClassName
{
border-color: #BAA643;
}
</style>