Shades of Brass #BAAA44
Tints of Brass #BAAA44
RGB
CMYK
RGB Variations
Color information
#BAAA44 (or 0xBAAA44) is known color: Brass. HEX triplet: BA, AA and 44. RGB value is (186,170,68). Sum of RGB (Red+Green+Blue) = 186+170+68=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA44 is #4555BB. Grayscale: #A3A3A3. Windows color (decimal): -4543932 or 4500154. OLE color: 4500154.
HSL color Cylindrical-coordinate representation of color #BAAA44: hue angle of 51.86º 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 #BAAA44 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 68 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.27 |
| HSL | 51.86º | 0.46% | 0.5% | - |
| HSV(B) | 51.86º | 0.63% | 0.73% | - |
| XYZ | 35.67 | 39.61 | 11.23 | - |
| YUV | 163.16 | 74.3 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 68 | 0 | 0.09 | 0.63 | 0.27 | 51.86 | 0.46 | 0.5 |
| Hex | BA | AA | 44 | 0 | 9 | 3F | 1B | 34 | 2E | 32 |
| Octal | 272 | 252 | 104 | 0 | 11 | 77 | 33 | 64 | 56 | 62 |
| Binary | 10111010 | 10101010 | 1000100 | 0 | 1001 | 111111 | 11011 | 110100 | 101110 | 110010 |
Color Harmonies of #BAAA44
Complementary color
Monochromatic Colors of #BAAA44
Black with #BAAA44
Text Example
Text Example
White with #BAAA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA44; }
p { color: rgb(186,170,68); }
H1.HeaderClassName
{
color: #BAAA44;
}
.AnyTagClassName
{
color: #BAAA44;
}
</style>
background-color css
<style>
a { background-color: #BAAA44; }
a { background-color: rgb(186,170,68); }
div.DivClassName
{
background-color: #BAAA44;
}
.BgClassName
{
background-color: #BAAA44;
}
</style>
border-color css
<style>
span { border-color: #BAAA44; }
span { border-color: rgb(186,170,68); }
td.TdClassName
{
border-color: #BAAA44;
}
.TagClassName
{
border-color: #BAAA44;
}
</style>