Shades of Brass #BAAA34
Tints of Brass #BAAA34
RGB
CMYK
RGB Variations
Color information
#BAAA34 (or 0xBAAA34) is known color: Brass. HEX triplet: BA, AA and 34. RGB value is (186,170,52). Sum of RGB (Red+Green+Blue) = 186+170+52=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA34 is #4555CB. Grayscale: #A1A1A1. Windows color (decimal): -4543948 or 3451578. OLE color: 3451578.
HSL color Cylindrical-coordinate representation of color #BAAA34: hue angle of 52.84º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAAA34 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 52 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.27 |
| HSL | 52.84º | 0.56% | 0.47% | - |
| HSV(B) | 52.84º | 0.72% | 0.73% | - |
| XYZ | 35.24 | 39.44 | 9 | - |
| YUV | 161.33 | 66.3 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 52 | 0 | 0.09 | 0.72 | 0.27 | 52.84 | 0.56 | 0.47 |
| Hex | BA | AA | 34 | 0 | 9 | 48 | 1B | 35 | 38 | 2F |
| Octal | 272 | 252 | 64 | 0 | 11 | 110 | 33 | 65 | 70 | 57 |
| Binary | 10111010 | 10101010 | 110100 | 0 | 1001 | 1001000 | 11011 | 110101 | 111000 | 101111 |
Color Harmonies of #BAAA34
Complementary color
Monochromatic Colors of #BAAA34
Black with #BAAA34
Text Example
Text Example
White with #BAAA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA34; }
p { color: rgb(186,170,52); }
H1.HeaderClassName
{
color: #BAAA34;
}
.AnyTagClassName
{
color: #BAAA34;
}
</style>
background-color css
<style>
a { background-color: #BAAA34; }
a { background-color: rgb(186,170,52); }
div.DivClassName
{
background-color: #BAAA34;
}
.BgClassName
{
background-color: #BAAA34;
}
</style>
border-color css
<style>
span { border-color: #BAAA34; }
span { border-color: rgb(186,170,52); }
td.TdClassName
{
border-color: #BAAA34;
}
.TagClassName
{
border-color: #BAAA34;
}
</style>