Shades of Brass #BAA93E
Tints of Brass #BAA93E
RGB
CMYK
RGB Variations
Color information
#BAA93E (or 0xBAA93E) is known color: Brass. HEX triplet: BA, A9 and 3E. RGB value is (186,169,62). Sum of RGB (Red+Green+Blue) = 186+169+62=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA93E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA93E is #4556C1. Grayscale: #A2A2A2. Windows color (decimal): -4544194 or 4106682. OLE color: 4106682.
HSL color Cylindrical-coordinate representation of color #BAA93E: hue angle of 51.77º 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 #BAA93E is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 62 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.27 |
| HSL | 51.77º | 0.5% | 0.49% | - |
| HSV(B) | 51.77º | 0.67% | 0.73% | - |
| XYZ | 35.31 | 39.16 | 10.26 | - |
| YUV | 161.89 | 71.63 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 62 | 0 | 0.09 | 0.67 | 0.27 | 51.77 | 0.5 | 0.49 |
| Hex | BA | A9 | 3E | 0 | 9 | 43 | 1B | 34 | 32 | 31 |
| Octal | 272 | 251 | 76 | 0 | 11 | 103 | 33 | 64 | 62 | 61 |
| Binary | 10111010 | 10101001 | 111110 | 0 | 1001 | 1000011 | 11011 | 110100 | 110010 | 110001 |
Color Harmonies of #BAA93E
Complementary color
Monochromatic Colors of #BAA93E
Black with #BAA93E
Text Example
Text Example
White with #BAA93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA93E; }
p { color: rgb(186,169,62); }
H1.HeaderClassName
{
color: #BAA93E;
}
.AnyTagClassName
{
color: #BAA93E;
}
</style>
background-color css
<style>
a { background-color: #BAA93E; }
a { background-color: rgb(186,169,62); }
div.DivClassName
{
background-color: #BAA93E;
}
.BgClassName
{
background-color: #BAA93E;
}
</style>
border-color css
<style>
span { border-color: #BAA93E; }
span { border-color: rgb(186,169,62); }
td.TdClassName
{
border-color: #BAA93E;
}
.TagClassName
{
border-color: #BAA93E;
}
</style>