Shades of Brass #BAAC4A
Tints of Brass #BAAC4A
RGB
CMYK
RGB Variations
Color information
#BAAC4A (or 0xBAAC4A) is known color: Brass. HEX triplet: BA, AC and 4A. RGB value is (186,172,74). Sum of RGB (Red+Green+Blue) = 186+172+74=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC4A is #4553B5. Grayscale: #A5A5A5. Windows color (decimal): -4543414 or 4893882. OLE color: 4893882.
HSL color Cylindrical-coordinate representation of color #BAAC4A: hue angle of 52.5º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAAC4A is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 74 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.27 |
| HSL | 52.5º | 0.45% | 0.51% | - |
| HSV(B) | 52.5º | 0.6% | 0.73% | - |
| XYZ | 36.24 | 40.44 | 12.37 | - |
| YUV | 165.01 | 76.64 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 74 | 0 | 0.08 | 0.60 | 0.27 | 52.5 | 0.45 | 0.51 |
| Hex | BA | AC | 4A | 0 | 8 | 3C | 1B | 34 | 2D | 33 |
| Octal | 272 | 254 | 112 | 0 | 10 | 74 | 33 | 64 | 55 | 63 |
| Binary | 10111010 | 10101100 | 1001010 | 0 | 1000 | 111100 | 11011 | 110100 | 101101 | 110011 |
Color Harmonies of #BAAC4A
Complementary color
Monochromatic Colors of #BAAC4A
Black with #BAAC4A
Text Example
Text Example
White with #BAAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC4A; }
p { color: rgb(186,172,74); }
H1.HeaderClassName
{
color: #BAAC4A;
}
.AnyTagClassName
{
color: #BAAC4A;
}
</style>
background-color css
<style>
a { background-color: #BAAC4A; }
a { background-color: rgb(186,172,74); }
div.DivClassName
{
background-color: #BAAC4A;
}
.BgClassName
{
background-color: #BAAC4A;
}
</style>
border-color css
<style>
span { border-color: #BAAC4A; }
span { border-color: rgb(186,172,74); }
td.TdClassName
{
border-color: #BAAC4A;
}
.TagClassName
{
border-color: #BAAC4A;
}
</style>