Shades of Brass #BAA345
Tints of Brass #BAA345
RGB
CMYK
RGB Variations
Color information
#BAA345 (or 0xBAA345) is known color: Brass. HEX triplet: BA, A3 and 45. RGB value is (186,163,69). Sum of RGB (Red+Green+Blue) = 186+163+69=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA345 is #455CBA. Grayscale: #9F9F9F. Windows color (decimal): -4545723 or 4563898. OLE color: 4563898.
HSL color Cylindrical-coordinate representation of color #BAA345: hue angle of 48.21º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAA345 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 69 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.27 |
| HSL | 48.21º | 0.46% | 0.5% | - |
| HSV(B) | 48.21º | 0.63% | 0.73% | - |
| XYZ | 34.42 | 37.06 | 10.97 | - |
| YUV | 159.16 | 77.12 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 69 | 0 | 0.12 | 0.63 | 0.27 | 48.21 | 0.46 | 0.5 |
| Hex | BA | A3 | 45 | 0 | C | 3F | 1B | 30 | 2E | 32 |
| Octal | 272 | 243 | 105 | 0 | 14 | 77 | 33 | 60 | 56 | 62 |
| Binary | 10111010 | 10100011 | 1000101 | 0 | 1100 | 111111 | 11011 | 110000 | 101110 | 110010 |
Color Harmonies of #BAA345
Complementary color
Monochromatic Colors of #BAA345
Black with #BAA345
Text Example
Text Example
White with #BAA345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA345; }
p { color: rgb(186,163,69); }
H1.HeaderClassName
{
color: #BAA345;
}
.AnyTagClassName
{
color: #BAA345;
}
</style>
background-color css
<style>
a { background-color: #BAA345; }
a { background-color: rgb(186,163,69); }
div.DivClassName
{
background-color: #BAA345;
}
.BgClassName
{
background-color: #BAA345;
}
</style>
border-color css
<style>
span { border-color: #BAA345; }
span { border-color: rgb(186,163,69); }
td.TdClassName
{
border-color: #BAA345;
}
.TagClassName
{
border-color: #BAA345;
}
</style>