Shades of Brass #BAAC44
Tints of Brass #BAAC44
RGB
CMYK
RGB Variations
Color information
#BAAC44 (or 0xBAAC44) is known color: Brass. HEX triplet: BA, AC and 44. RGB value is (186,172,68). Sum of RGB (Red+Green+Blue) = 186+172+68=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 68 (26.95% from 255 or 15.96% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC44 is #4553BB. Grayscale: #A4A4A4. Windows color (decimal): -4543420 or 4500666. OLE color: 4500666.
HSL color Cylindrical-coordinate representation of color #BAAC44: hue angle of 52.88º 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 #BAAC44 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 68 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.27 |
| HSL | 52.88º | 0.46% | 0.5% | - |
| HSV(B) | 52.88º | 0.63% | 0.73% | - |
| XYZ | 36.05 | 40.36 | 11.36 | - |
| YUV | 164.33 | 73.64 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 68 | 0 | 0.08 | 0.63 | 0.27 | 52.88 | 0.46 | 0.5 |
| Hex | BA | AC | 44 | 0 | 8 | 3F | 1B | 35 | 2E | 32 |
| Octal | 272 | 254 | 104 | 0 | 10 | 77 | 33 | 65 | 56 | 62 |
| Binary | 10111010 | 10101100 | 1000100 | 0 | 1000 | 111111 | 11011 | 110101 | 101110 | 110010 |
Color Harmonies of #BAAC44
Complementary color
Monochromatic Colors of #BAAC44
Black with #BAAC44
Text Example
Text Example
White with #BAAC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC44; }
p { color: rgb(186,172,68); }
H1.HeaderClassName
{
color: #BAAC44;
}
.AnyTagClassName
{
color: #BAAC44;
}
</style>
background-color css
<style>
a { background-color: #BAAC44; }
a { background-color: rgb(186,172,68); }
div.DivClassName
{
background-color: #BAAC44;
}
.BgClassName
{
background-color: #BAAC44;
}
</style>
border-color css
<style>
span { border-color: #BAAC44; }
span { border-color: rgb(186,172,68); }
td.TdClassName
{
border-color: #BAAC44;
}
.TagClassName
{
border-color: #BAAC44;
}
</style>