Shades of Brass #BAA745
Tints of Brass #BAA745
RGB
CMYK
RGB Variations
Color information
#BAA745 (or 0xBAA745) is known color: Brass. HEX triplet: BA, A7 and 45. RGB value is (186,167,69). Sum of RGB (Red+Green+Blue) = 186+167+69=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA745 is #4558BA. Grayscale: #A1A1A1. Windows color (decimal): -4544699 or 4564922. OLE color: 4564922.
HSL color Cylindrical-coordinate representation of color #BAA745: hue angle of 50.26º 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 #BAA745 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 167 | 69 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.27 |
| HSL | 50.26º | 0.46% | 0.5% | - |
| HSV(B) | 50.26º | 0.63% | 0.73% | - |
| XYZ | 35.14 | 38.51 | 11.21 | - |
| YUV | 161.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 69 | 0 | 0.10 | 0.63 | 0.27 | 50.26 | 0.46 | 0.5 |
| Hex | BA | A7 | 45 | 0 | A | 3F | 1B | 32 | 2E | 32 |
| Octal | 272 | 247 | 105 | 0 | 12 | 77 | 33 | 62 | 56 | 62 |
| Binary | 10111010 | 10100111 | 1000101 | 0 | 1010 | 111111 | 11011 | 110010 | 101110 | 110010 |
Color Harmonies of #BAA745
Complementary color
Monochromatic Colors of #BAA745
Black with #BAA745
Text Example
Text Example
White with #BAA745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA745; }
p { color: rgb(186,167,69); }
H1.HeaderClassName
{
color: #BAA745;
}
.AnyTagClassName
{
color: #BAA745;
}
</style>
background-color css
<style>
a { background-color: #BAA745; }
a { background-color: rgb(186,167,69); }
div.DivClassName
{
background-color: #BAA745;
}
.BgClassName
{
background-color: #BAA745;
}
</style>
border-color css
<style>
span { border-color: #BAA745; }
span { border-color: rgb(186,167,69); }
td.TdClassName
{
border-color: #BAA745;
}
.TagClassName
{
border-color: #BAA745;
}
</style>