Shades of Brass #BAAA3E
Tints of Brass #BAAA3E
RGB
CMYK
RGB Variations
Color information
#BAAA3E (or 0xBAAA3E) is known color: Brass. HEX triplet: BA, AA and 3E. RGB value is (186,170,62). Sum of RGB (Red+Green+Blue) = 186+170+62=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA3E is #4555C1. Grayscale: #A2A2A2. Windows color (decimal): -4543938 or 4106938. OLE color: 4106938.
HSL color Cylindrical-coordinate representation of color #BAAA3E: hue angle of 52.26º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAAA3E is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 62 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.27 |
| HSL | 52.26º | 0.5% | 0.49% | - |
| HSV(B) | 52.26º | 0.67% | 0.73% | - |
| XYZ | 35.49 | 39.54 | 10.32 | - |
| YUV | 162.47 | 71.3 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 62 | 0 | 0.09 | 0.67 | 0.27 | 52.26 | 0.5 | 0.49 |
| Hex | BA | AA | 3E | 0 | 9 | 43 | 1B | 34 | 32 | 31 |
| Octal | 272 | 252 | 76 | 0 | 11 | 103 | 33 | 64 | 62 | 61 |
| Binary | 10111010 | 10101010 | 111110 | 0 | 1001 | 1000011 | 11011 | 110100 | 110010 | 110001 |
Color Harmonies of #BAAA3E
Complementary color
Monochromatic Colors of #BAAA3E
Black with #BAAA3E
Text Example
Text Example
White with #BAAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA3E; }
p { color: rgb(186,170,62); }
H1.HeaderClassName
{
color: #BAAA3E;
}
.AnyTagClassName
{
color: #BAAA3E;
}
</style>
background-color css
<style>
a { background-color: #BAAA3E; }
a { background-color: rgb(186,170,62); }
div.DivClassName
{
background-color: #BAAA3E;
}
.BgClassName
{
background-color: #BAAA3E;
}
</style>
border-color css
<style>
span { border-color: #BAAA3E; }
span { border-color: rgb(186,170,62); }
td.TdClassName
{
border-color: #BAAA3E;
}
.TagClassName
{
border-color: #BAAA3E;
}
</style>