Shades of Brass #BAA246
Tints of Brass #BAA246
RGB
CMYK
RGB Variations
Color information
#BAA246 (or 0xBAA246) is known color: Brass. HEX triplet: BA, A2 and 46. RGB value is (186,162,70). Sum of RGB (Red+Green+Blue) = 186+162+70=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA246 is #455DB9. Grayscale: #9F9F9F. Windows color (decimal): -4545978 or 4629178. OLE color: 4629178.
HSL color Cylindrical-coordinate representation of color #BAA246: hue angle of 47.59º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAA246 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 70 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.27 |
| HSL | 47.59º | 0.46% | 0.5% | - |
| HSV(B) | 47.59º | 0.62% | 0.73% | - |
| XYZ | 34.28 | 36.72 | 11.08 | - |
| YUV | 158.69 | 77.95 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 70 | 0 | 0.13 | 0.62 | 0.27 | 47.59 | 0.46 | 0.5 |
| Hex | BA | A2 | 46 | 0 | D | 3E | 1B | 30 | 2E | 32 |
| Octal | 272 | 242 | 106 | 0 | 15 | 76 | 33 | 60 | 56 | 62 |
| Binary | 10111010 | 10100010 | 1000110 | 0 | 1101 | 111110 | 11011 | 110000 | 101110 | 110010 |
Color Harmonies of #BAA246
Complementary color
Monochromatic Colors of #BAA246
Black with #BAA246
Text Example
Text Example
White with #BAA246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA246; }
p { color: rgb(186,162,70); }
H1.HeaderClassName
{
color: #BAA246;
}
.AnyTagClassName
{
color: #BAA246;
}
</style>
background-color css
<style>
a { background-color: #BAA246; }
a { background-color: rgb(186,162,70); }
div.DivClassName
{
background-color: #BAA246;
}
.BgClassName
{
background-color: #BAA246;
}
</style>
border-color css
<style>
span { border-color: #BAA246; }
span { border-color: rgb(186,162,70); }
td.TdClassName
{
border-color: #BAA246;
}
.TagClassName
{
border-color: #BAA246;
}
</style>