Shades of Brass #BAA346
Tints of Brass #BAA346
RGB
CMYK
RGB Variations
Color information
#BAA346 (or 0xBAA346) is known color: Brass. HEX triplet: BA, A3 and 46. RGB value is (186,163,70). Sum of RGB (Red+Green+Blue) = 186+163+70=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA346 is #455CB9. Grayscale: #9F9F9F. Windows color (decimal): -4545722 or 4629434. OLE color: 4629434.
HSL color Cylindrical-coordinate representation of color #BAA346: hue angle of 48.1º 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 #BAA346 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 70 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.27 |
| HSL | 48.1º | 0.46% | 0.5% | - |
| HSV(B) | 48.1º | 0.62% | 0.73% | - |
| XYZ | 34.45 | 37.08 | 11.13 | - |
| YUV | 159.28 | 77.62 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 70 | 0 | 0.12 | 0.62 | 0.27 | 48.1 | 0.46 | 0.5 |
| Hex | BA | A3 | 46 | 0 | C | 3E | 1B | 30 | 2E | 32 |
| Octal | 272 | 243 | 106 | 0 | 14 | 76 | 33 | 60 | 56 | 62 |
| Binary | 10111010 | 10100011 | 1000110 | 0 | 1100 | 111110 | 11011 | 110000 | 101110 | 110010 |
Color Harmonies of #BAA346
Complementary color
Monochromatic Colors of #BAA346
Black with #BAA346
Text Example
Text Example
White with #BAA346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA346; }
p { color: rgb(186,163,70); }
H1.HeaderClassName
{
color: #BAA346;
}
.AnyTagClassName
{
color: #BAA346;
}
</style>
background-color css
<style>
a { background-color: #BAA346; }
a { background-color: rgb(186,163,70); }
div.DivClassName
{
background-color: #BAA346;
}
.BgClassName
{
background-color: #BAA346;
}
</style>
border-color css
<style>
span { border-color: #BAA346; }
span { border-color: rgb(186,163,70); }
td.TdClassName
{
border-color: #BAA346;
}
.TagClassName
{
border-color: #BAA346;
}
</style>