Shades of Brass #BAA839
Tints of Brass #BAA839
RGB
CMYK
RGB Variations
Color information
#BAA839 (or 0xBAA839) is known color: Brass. HEX triplet: BA, A8 and 39. RGB value is (186,168,57). Sum of RGB (Red+Green+Blue) = 186+168+57=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 57 (22.66% from 255 or 13.87% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA839 is #4557C6. Grayscale: #A1A1A1. Windows color (decimal): -4544455 or 3778746. OLE color: 3778746.
HSL color Cylindrical-coordinate representation of color #BAA839: hue angle of 51.63º degrees, saturation: 0.53, 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 #BAA839 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 57 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.27 |
| HSL | 51.63º | 0.53% | 0.48% | - |
| HSV(B) | 51.63º | 0.69% | 0.73% | - |
| XYZ | 34.99 | 38.74 | 9.5 | - |
| YUV | 160.73 | 69.46 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 57 | 0 | 0.10 | 0.69 | 0.27 | 51.63 | 0.53 | 0.48 |
| Hex | BA | A8 | 39 | 0 | A | 45 | 1B | 34 | 35 | 30 |
| Octal | 272 | 250 | 71 | 0 | 12 | 105 | 33 | 64 | 65 | 60 |
| Binary | 10111010 | 10101000 | 111001 | 0 | 1010 | 1000101 | 11011 | 110100 | 110101 | 110000 |
Color Harmonies of #BAA839
Complementary color
Monochromatic Colors of #BAA839
Black with #BAA839
Text Example
Text Example
White with #BAA839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA839; }
p { color: rgb(186,168,57); }
H1.HeaderClassName
{
color: #BAA839;
}
.AnyTagClassName
{
color: #BAA839;
}
</style>
background-color css
<style>
a { background-color: #BAA839; }
a { background-color: rgb(186,168,57); }
div.DivClassName
{
background-color: #BAA839;
}
.BgClassName
{
background-color: #BAA839;
}
</style>
border-color css
<style>
span { border-color: #BAA839; }
span { border-color: rgb(186,168,57); }
td.TdClassName
{
border-color: #BAA839;
}
.TagClassName
{
border-color: #BAA839;
}
</style>