Shades of Brass #BAA73D
Tints of Brass #BAA73D
RGB
CMYK
RGB Variations
Color information
#BAA73D (or 0xBAA73D) is known color: Brass. HEX triplet: BA, A7 and 3D. RGB value is (186,167,61). Sum of RGB (Red+Green+Blue) = 186+167+61=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA73D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA73D is #4558C2. Grayscale: #A1A1A1. Windows color (decimal): -4544707 or 4040634. OLE color: 4040634.
HSL color Cylindrical-coordinate representation of color #BAA73D: hue angle of 50.88º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAA73D is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 167 | 61 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.27 |
| HSL | 50.88º | 0.51% | 0.48% | - |
| HSV(B) | 50.88º | 0.67% | 0.73% | - |
| XYZ | 34.91 | 38.41 | 9.99 | - |
| YUV | 160.6 | 71.79 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 61 | 0 | 0.10 | 0.67 | 0.27 | 50.88 | 0.51 | 0.48 |
| Hex | BA | A7 | 3D | 0 | A | 43 | 1B | 33 | 33 | 30 |
| Octal | 272 | 247 | 75 | 0 | 12 | 103 | 33 | 63 | 63 | 60 |
| Binary | 10111010 | 10100111 | 111101 | 0 | 1010 | 1000011 | 11011 | 110011 | 110011 | 110000 |
Color Harmonies of #BAA73D
Complementary color
Monochromatic Colors of #BAA73D
Black with #BAA73D
Text Example
Text Example
White with #BAA73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA73D; }
p { color: rgb(186,167,61); }
H1.HeaderClassName
{
color: #BAA73D;
}
.AnyTagClassName
{
color: #BAA73D;
}
</style>
background-color css
<style>
a { background-color: #BAA73D; }
a { background-color: rgb(186,167,61); }
div.DivClassName
{
background-color: #BAA73D;
}
.BgClassName
{
background-color: #BAA73D;
}
</style>
border-color css
<style>
span { border-color: #BAA73D; }
span { border-color: rgb(186,167,61); }
td.TdClassName
{
border-color: #BAA73D;
}
.TagClassName
{
border-color: #BAA73D;
}
</style>