Shades of Brass #BAAA3A
Tints of Brass #BAAA3A
RGB
CMYK
RGB Variations
Color information
#BAAA3A (or 0xBAAA3A) is known color: Brass. HEX triplet: BA, AA and 3A. RGB value is (186,170,58). Sum of RGB (Red+Green+Blue) = 186+170+58=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA3A is #4555C5. Grayscale: #A2A2A2. Windows color (decimal): -4543942 or 3844794. OLE color: 3844794.
HSL color Cylindrical-coordinate representation of color #BAAA3A: hue angle of 52.5º 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 #BAAA3A is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 58 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.27 |
| HSL | 52.5º | 0.52% | 0.48% | - |
| HSV(B) | 52.5º | 0.69% | 0.73% | - |
| XYZ | 35.39 | 39.49 | 9.76 | - |
| YUV | 162.02 | 69.3 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 58 | 0 | 0.09 | 0.69 | 0.27 | 52.5 | 0.52 | 0.48 |
| Hex | BA | AA | 3A | 0 | 9 | 45 | 1B | 34 | 34 | 30 |
| Octal | 272 | 252 | 72 | 0 | 11 | 105 | 33 | 64 | 64 | 60 |
| Binary | 10111010 | 10101010 | 111010 | 0 | 1001 | 1000101 | 11011 | 110100 | 110100 | 110000 |
Color Harmonies of #BAAA3A
Complementary color
Monochromatic Colors of #BAAA3A
Black with #BAAA3A
Text Example
Text Example
White with #BAAA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA3A; }
p { color: rgb(186,170,58); }
H1.HeaderClassName
{
color: #BAAA3A;
}
.AnyTagClassName
{
color: #BAAA3A;
}
</style>
background-color css
<style>
a { background-color: #BAAA3A; }
a { background-color: rgb(186,170,58); }
div.DivClassName
{
background-color: #BAAA3A;
}
.BgClassName
{
background-color: #BAAA3A;
}
</style>
border-color css
<style>
span { border-color: #BAAA3A; }
span { border-color: rgb(186,170,58); }
td.TdClassName
{
border-color: #BAAA3A;
}
.TagClassName
{
border-color: #BAAA3A;
}
</style>