Shades of Brass #BAAC3C
Tints of Brass #BAAC3C
RGB
CMYK
RGB Variations
Color information
#BAAC3C (or 0xBAAC3C) is known color: Brass. HEX triplet: BA, AC and 3C. RGB value is (186,172,60). Sum of RGB (Red+Green+Blue) = 186+172+60=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC3C is #4553C3. Grayscale: #A3A3A3. Windows color (decimal): -4543428 or 3976378. OLE color: 3976378.
HSL color Cylindrical-coordinate representation of color #BAAC3C: hue angle of 53.33º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAAC3C is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 60 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.27 |
| HSL | 53.33º | 0.51% | 0.48% | - |
| HSV(B) | 53.33º | 0.68% | 0.73% | - |
| XYZ | 35.82 | 40.27 | 10.16 | - |
| YUV | 163.42 | 69.64 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 60 | 0 | 0.08 | 0.68 | 0.27 | 53.33 | 0.51 | 0.48 |
| Hex | BA | AC | 3C | 0 | 8 | 44 | 1B | 35 | 33 | 30 |
| Octal | 272 | 254 | 74 | 0 | 10 | 104 | 33 | 65 | 63 | 60 |
| Binary | 10111010 | 10101100 | 111100 | 0 | 1000 | 1000100 | 11011 | 110101 | 110011 | 110000 |
Color Harmonies of #BAAC3C
Complementary color
Monochromatic Colors of #BAAC3C
Black with #BAAC3C
Text Example
Text Example
White with #BAAC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC3C; }
p { color: rgb(186,172,60); }
H1.HeaderClassName
{
color: #BAAC3C;
}
.AnyTagClassName
{
color: #BAAC3C;
}
</style>
background-color css
<style>
a { background-color: #BAAC3C; }
a { background-color: rgb(186,172,60); }
div.DivClassName
{
background-color: #BAAC3C;
}
.BgClassName
{
background-color: #BAAC3C;
}
</style>
border-color css
<style>
span { border-color: #BAAC3C; }
span { border-color: rgb(186,172,60); }
td.TdClassName
{
border-color: #BAAC3C;
}
.TagClassName
{
border-color: #BAAC3C;
}
</style>