Shades of Brass #BAAC40
Tints of Brass #BAAC40
RGB
CMYK
RGB Variations
Color information
#BAAC40 (or 0xBAAC40) is known color: Brass. HEX triplet: BA, AC and 40. RGB value is (186,172,64). Sum of RGB (Red+Green+Blue) = 186+172+64=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC40 is #4553BF. Grayscale: #A4A4A4. Windows color (decimal): -4543424 or 4238522. OLE color: 4238522.
HSL color Cylindrical-coordinate representation of color #BAAC40: hue angle of 53.11º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAAC40 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 64 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.27 |
| HSL | 53.11º | 0.49% | 0.49% | - |
| HSV(B) | 53.11º | 0.66% | 0.73% | - |
| XYZ | 35.93 | 40.31 | 10.74 | - |
| YUV | 163.87 | 71.64 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 64 | 0 | 0.08 | 0.66 | 0.27 | 53.11 | 0.49 | 0.49 |
| Hex | BA | AC | 40 | 0 | 8 | 42 | 1B | 35 | 31 | 31 |
| Octal | 272 | 254 | 100 | 0 | 10 | 102 | 33 | 65 | 61 | 61 |
| Binary | 10111010 | 10101100 | 1000000 | 0 | 1000 | 1000010 | 11011 | 110101 | 110001 | 110001 |
Color Harmonies of #BAAC40
Complementary color
Monochromatic Colors of #BAAC40
Black with #BAAC40
Text Example
Text Example
White with #BAAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC40; }
p { color: rgb(186,172,64); }
H1.HeaderClassName
{
color: #BAAC40;
}
.AnyTagClassName
{
color: #BAAC40;
}
</style>
background-color css
<style>
a { background-color: #BAAC40; }
a { background-color: rgb(186,172,64); }
div.DivClassName
{
background-color: #BAAC40;
}
.BgClassName
{
background-color: #BAAC40;
}
</style>
border-color css
<style>
span { border-color: #BAAC40; }
span { border-color: rgb(186,172,64); }
td.TdClassName
{
border-color: #BAAC40;
}
.TagClassName
{
border-color: #BAAC40;
}
</style>