Shades of Brass #BAA343
Tints of Brass #BAA343
RGB
CMYK
RGB Variations
Color information
#BAA343 (or 0xBAA343) is known color: Brass. HEX triplet: BA, A3 and 43. RGB value is (186,163,67). Sum of RGB (Red+Green+Blue) = 186+163+67=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 67 (26.56% from 255 or 16.11% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA343 is #455CBC. Grayscale: #9F9F9F. Windows color (decimal): -4545725 or 4432826. OLE color: 4432826.
HSL color Cylindrical-coordinate representation of color #BAA343: hue angle of 48.4º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAA343 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 67 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.27 |
| HSL | 48.4º | 0.47% | 0.5% | - |
| HSV(B) | 48.4º | 0.64% | 0.73% | - |
| XYZ | 34.36 | 37.04 | 10.65 | - |
| YUV | 158.93 | 76.12 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 67 | 0 | 0.12 | 0.64 | 0.27 | 48.4 | 0.47 | 0.5 |
| Hex | BA | A3 | 43 | 0 | C | 40 | 1B | 30 | 2F | 32 |
| Octal | 272 | 243 | 103 | 0 | 14 | 100 | 33 | 60 | 57 | 62 |
| Binary | 10111010 | 10100011 | 1000011 | 0 | 1100 | 1000000 | 11011 | 110000 | 101111 | 110010 |
Color Harmonies of #BAA343
Complementary color
Monochromatic Colors of #BAA343
Black with #BAA343
Text Example
Text Example
White with #BAA343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA343; }
p { color: rgb(186,163,67); }
H1.HeaderClassName
{
color: #BAA343;
}
.AnyTagClassName
{
color: #BAA343;
}
</style>
background-color css
<style>
a { background-color: #BAA343; }
a { background-color: rgb(186,163,67); }
div.DivClassName
{
background-color: #BAA343;
}
.BgClassName
{
background-color: #BAA343;
}
</style>
border-color css
<style>
span { border-color: #BAA343; }
span { border-color: rgb(186,163,67); }
td.TdClassName
{
border-color: #BAA343;
}
.TagClassName
{
border-color: #BAA343;
}
</style>