Shades of Brass #BAA543
Tints of Brass #BAA543
RGB
CMYK
RGB Variations
Color information
#BAA543 (or 0xBAA543) is known color: Brass. HEX triplet: BA, A5 and 43. RGB value is (186,165,67). Sum of RGB (Red+Green+Blue) = 186+165+67=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 67 (26.56% from 255 or 16.03% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA543 is #455ABC. Grayscale: #A0A0A0. Windows color (decimal): -4545213 or 4433338. OLE color: 4433338.
HSL color Cylindrical-coordinate representation of color #BAA543: hue angle of 49.41º 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 #BAA543 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 67 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.27 |
| HSL | 49.41º | 0.47% | 0.5% | - |
| HSV(B) | 49.41º | 0.64% | 0.73% | - |
| XYZ | 34.72 | 37.75 | 10.77 | - |
| YUV | 160.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 67 | 0 | 0.11 | 0.64 | 0.27 | 49.41 | 0.47 | 0.5 |
| Hex | BA | A5 | 43 | 0 | B | 40 | 1B | 31 | 2F | 32 |
| Octal | 272 | 245 | 103 | 0 | 13 | 100 | 33 | 61 | 57 | 62 |
| Binary | 10111010 | 10100101 | 1000011 | 0 | 1011 | 1000000 | 11011 | 110001 | 101111 | 110010 |
Color Harmonies of #BAA543
Complementary color
Monochromatic Colors of #BAA543
Black with #BAA543
Text Example
Text Example
White with #BAA543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA543; }
p { color: rgb(186,165,67); }
H1.HeaderClassName
{
color: #BAA543;
}
.AnyTagClassName
{
color: #BAA543;
}
</style>
background-color css
<style>
a { background-color: #BAA543; }
a { background-color: rgb(186,165,67); }
div.DivClassName
{
background-color: #BAA543;
}
.BgClassName
{
background-color: #BAA543;
}
</style>
border-color css
<style>
span { border-color: #BAA543; }
span { border-color: rgb(186,165,67); }
td.TdClassName
{
border-color: #BAA543;
}
.TagClassName
{
border-color: #BAA543;
}
</style>