Shades of Brass #BAA53D
Tints of Brass #BAA53D
RGB
CMYK
RGB Variations
Color information
#BAA53D (or 0xBAA53D) is known color: Brass. HEX triplet: BA, A5 and 3D. RGB value is (186,165,61). Sum of RGB (Red+Green+Blue) = 186+165+61=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA53D is #455AC2. Grayscale: #9F9F9F. Windows color (decimal): -4545219 or 4040122. OLE color: 4040122.
HSL color Cylindrical-coordinate representation of color #BAA53D: hue angle of 49.92º 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 #BAA53D is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 61 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.27 |
| HSL | 49.92º | 0.51% | 0.48% | - |
| HSV(B) | 49.92º | 0.67% | 0.73% | - |
| XYZ | 34.55 | 37.69 | 9.87 | - |
| YUV | 159.42 | 72.46 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 61 | 0 | 0.11 | 0.67 | 0.27 | 49.92 | 0.51 | 0.48 |
| Hex | BA | A5 | 3D | 0 | B | 43 | 1B | 32 | 33 | 30 |
| Octal | 272 | 245 | 75 | 0 | 13 | 103 | 33 | 62 | 63 | 60 |
| Binary | 10111010 | 10100101 | 111101 | 0 | 1011 | 1000011 | 11011 | 110010 | 110011 | 110000 |
Color Harmonies of #BAA53D
Complementary color
Monochromatic Colors of #BAA53D
Black with #BAA53D
Text Example
Text Example
White with #BAA53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA53D; }
p { color: rgb(186,165,61); }
H1.HeaderClassName
{
color: #BAA53D;
}
.AnyTagClassName
{
color: #BAA53D;
}
</style>
background-color css
<style>
a { background-color: #BAA53D; }
a { background-color: rgb(186,165,61); }
div.DivClassName
{
background-color: #BAA53D;
}
.BgClassName
{
background-color: #BAA53D;
}
</style>
border-color css
<style>
span { border-color: #BAA53D; }
span { border-color: rgb(186,165,61); }
td.TdClassName
{
border-color: #BAA53D;
}
.TagClassName
{
border-color: #BAA53D;
}
</style>