Shades of Brass #BAA545
Tints of Brass #BAA545
RGB
CMYK
RGB Variations
Color information
#BAA545 (or 0xBAA545) is known color: Brass. HEX triplet: BA, A5 and 45. RGB value is (186,165,69). Sum of RGB (Red+Green+Blue) = 186+165+69=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA545 is #455ABA. Grayscale: #A0A0A0. Windows color (decimal): -4545211 or 4564410. OLE color: 4564410.
HSL color Cylindrical-coordinate representation of color #BAA545: hue angle of 49.23º 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 #BAA545 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 69 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.27 |
| HSL | 49.23º | 0.46% | 0.5% | - |
| HSV(B) | 49.23º | 0.63% | 0.73% | - |
| XYZ | 34.78 | 37.78 | 11.09 | - |
| YUV | 160.34 | 76.46 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 69 | 0 | 0.11 | 0.63 | 0.27 | 49.23 | 0.46 | 0.5 |
| Hex | BA | A5 | 45 | 0 | B | 3F | 1B | 31 | 2E | 32 |
| Octal | 272 | 245 | 105 | 0 | 13 | 77 | 33 | 61 | 56 | 62 |
| Binary | 10111010 | 10100101 | 1000101 | 0 | 1011 | 111111 | 11011 | 110001 | 101110 | 110010 |
Color Harmonies of #BAA545
Complementary color
Monochromatic Colors of #BAA545
Black with #BAA545
Text Example
Text Example
White with #BAA545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA545; }
p { color: rgb(186,165,69); }
H1.HeaderClassName
{
color: #BAA545;
}
.AnyTagClassName
{
color: #BAA545;
}
</style>
background-color css
<style>
a { background-color: #BAA545; }
a { background-color: rgb(186,165,69); }
div.DivClassName
{
background-color: #BAA545;
}
.BgClassName
{
background-color: #BAA545;
}
</style>
border-color css
<style>
span { border-color: #BAA545; }
span { border-color: rgb(186,165,69); }
td.TdClassName
{
border-color: #BAA545;
}
.TagClassName
{
border-color: #BAA545;
}
</style>