Shades of Brass #BAAC3A
Tints of Brass #BAAC3A
RGB
CMYK
RGB Variations
Color information
#BAAC3A (or 0xBAAC3A) is known color: Brass. HEX triplet: BA, AC and 3A. RGB value is (186,172,58). Sum of RGB (Red+Green+Blue) = 186+172+58=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC3A is #4553C5. Grayscale: #A3A3A3. Windows color (decimal): -4543430 or 3845306. OLE color: 3845306.
HSL color Cylindrical-coordinate representation of color #BAAC3A: hue angle of 53.44º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAAC3A is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 58 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.27 |
| HSL | 53.44º | 0.52% | 0.48% | - |
| HSV(B) | 53.44º | 0.69% | 0.73% | - |
| XYZ | 35.77 | 40.25 | 9.89 | - |
| YUV | 163.19 | 68.64 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 58 | 0 | 0.08 | 0.69 | 0.27 | 53.44 | 0.52 | 0.48 |
| Hex | BA | AC | 3A | 0 | 8 | 45 | 1B | 35 | 34 | 30 |
| Octal | 272 | 254 | 72 | 0 | 10 | 105 | 33 | 65 | 64 | 60 |
| Binary | 10111010 | 10101100 | 111010 | 0 | 1000 | 1000101 | 11011 | 110101 | 110100 | 110000 |
Color Harmonies of #BAAC3A
Complementary color
Monochromatic Colors of #BAAC3A
Black with #BAAC3A
Text Example
Text Example
White with #BAAC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC3A; }
p { color: rgb(186,172,58); }
H1.HeaderClassName
{
color: #BAAC3A;
}
.AnyTagClassName
{
color: #BAAC3A;
}
</style>
background-color css
<style>
a { background-color: #BAAC3A; }
a { background-color: rgb(186,172,58); }
div.DivClassName
{
background-color: #BAAC3A;
}
.BgClassName
{
background-color: #BAAC3A;
}
</style>
border-color css
<style>
span { border-color: #BAAC3A; }
span { border-color: rgb(186,172,58); }
td.TdClassName
{
border-color: #BAAC3A;
}
.TagClassName
{
border-color: #BAAC3A;
}
</style>