Shades of Brass #BAAC37
Tints of Brass #BAAC37
RGB
CMYK
RGB Variations
Color information
#BAAC37 (or 0xBAAC37) is known color: Brass. HEX triplet: BA, AC and 37. RGB value is (186,172,55). Sum of RGB (Red+Green+Blue) = 186+172+55=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC37 is #4553C8. Grayscale: #A3A3A3. Windows color (decimal): -4543433 or 3648698. OLE color: 3648698.
HSL color Cylindrical-coordinate representation of color #BAAC37: hue angle of 53.59º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAAC37 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 55 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.27 |
| HSL | 53.59º | 0.54% | 0.47% | - |
| HSV(B) | 53.59º | 0.7% | 0.73% | - |
| XYZ | 35.69 | 40.22 | 9.5 | - |
| YUV | 162.85 | 67.14 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 55 | 0 | 0.08 | 0.70 | 0.27 | 53.59 | 0.54 | 0.47 |
| Hex | BA | AC | 37 | 0 | 8 | 46 | 1B | 36 | 36 | 2F |
| Octal | 272 | 254 | 67 | 0 | 10 | 106 | 33 | 66 | 66 | 57 |
| Binary | 10111010 | 10101100 | 110111 | 0 | 1000 | 1000110 | 11011 | 110110 | 110110 | 101111 |
Color Harmonies of #BAAC37
Complementary color
Monochromatic Colors of #BAAC37
Black with #BAAC37
Text Example
Text Example
White with #BAAC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC37; }
p { color: rgb(186,172,55); }
H1.HeaderClassName
{
color: #BAAC37;
}
.AnyTagClassName
{
color: #BAAC37;
}
</style>
background-color css
<style>
a { background-color: #BAAC37; }
a { background-color: rgb(186,172,55); }
div.DivClassName
{
background-color: #BAAC37;
}
.BgClassName
{
background-color: #BAAC37;
}
</style>
border-color css
<style>
span { border-color: #BAAC37; }
span { border-color: rgb(186,172,55); }
td.TdClassName
{
border-color: #BAAC37;
}
.TagClassName
{
border-color: #BAAC37;
}
</style>