Shades of Brass #BAA243
Tints of Brass #BAA243
RGB
CMYK
RGB Variations
Color information
#BAA243 (or 0xBAA243) is known color: Brass. HEX triplet: BA, A2 and 43. RGB value is (186,162,67). Sum of RGB (Red+Green+Blue) = 186+162+67=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 67 (26.56% from 255 or 16.14% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA243 is #455DBC. Grayscale: #9E9E9E. Windows color (decimal): -4545981 or 4432570. OLE color: 4432570.
HSL color Cylindrical-coordinate representation of color #BAA243: hue angle of 47.9º 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 #BAA243 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 67 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.27 |
| HSL | 47.9º | 0.47% | 0.5% | - |
| HSV(B) | 47.9º | 0.64% | 0.73% | - |
| XYZ | 34.18 | 36.69 | 10.59 | - |
| YUV | 158.35 | 76.45 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 67 | 0 | 0.13 | 0.64 | 0.27 | 47.9 | 0.47 | 0.5 |
| Hex | BA | A2 | 43 | 0 | D | 40 | 1B | 30 | 2F | 32 |
| Octal | 272 | 242 | 103 | 0 | 15 | 100 | 33 | 60 | 57 | 62 |
| Binary | 10111010 | 10100010 | 1000011 | 0 | 1101 | 1000000 | 11011 | 110000 | 101111 | 110010 |
Color Harmonies of #BAA243
Complementary color
Monochromatic Colors of #BAA243
Black with #BAA243
Text Example
Text Example
White with #BAA243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA243; }
p { color: rgb(186,162,67); }
H1.HeaderClassName
{
color: #BAA243;
}
.AnyTagClassName
{
color: #BAA243;
}
</style>
background-color css
<style>
a { background-color: #BAA243; }
a { background-color: rgb(186,162,67); }
div.DivClassName
{
background-color: #BAA243;
}
.BgClassName
{
background-color: #BAA243;
}
</style>
border-color css
<style>
span { border-color: #BAA243; }
span { border-color: rgb(186,162,67); }
td.TdClassName
{
border-color: #BAA243;
}
.TagClassName
{
border-color: #BAA243;
}
</style>