Shades of Brass #BAA53B
Tints of Brass #BAA53B
RGB
CMYK
RGB Variations
Color information
#BAA53B (or 0xBAA53B) is known color: Brass. HEX triplet: BA, A5 and 3B. RGB value is (186,165,59). Sum of RGB (Red+Green+Blue) = 186+165+59=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 59 (23.44% from 255 or 14.39% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA53B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA53B is #455AC4. Grayscale: #9F9F9F. Windows color (decimal): -4545221 or 3909050. OLE color: 3909050.
HSL color Cylindrical-coordinate representation of color #BAA53B: hue angle of 50.08º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAA53B is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 59 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.27 |
| HSL | 50.08º | 0.52% | 0.48% | - |
| HSV(B) | 50.08º | 0.68% | 0.73% | - |
| XYZ | 34.49 | 37.67 | 9.59 | - |
| YUV | 159.2 | 71.46 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 59 | 0 | 0.11 | 0.68 | 0.27 | 50.08 | 0.52 | 0.48 |
| Hex | BA | A5 | 3B | 0 | B | 44 | 1B | 32 | 34 | 30 |
| Octal | 272 | 245 | 73 | 0 | 13 | 104 | 33 | 62 | 64 | 60 |
| Binary | 10111010 | 10100101 | 111011 | 0 | 1011 | 1000100 | 11011 | 110010 | 110100 | 110000 |
Color Harmonies of #BAA53B
Complementary color
Monochromatic Colors of #BAA53B
Black with #BAA53B
Text Example
Text Example
White with #BAA53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA53B; }
p { color: rgb(186,165,59); }
H1.HeaderClassName
{
color: #BAA53B;
}
.AnyTagClassName
{
color: #BAA53B;
}
</style>
background-color css
<style>
a { background-color: #BAA53B; }
a { background-color: rgb(186,165,59); }
div.DivClassName
{
background-color: #BAA53B;
}
.BgClassName
{
background-color: #BAA53B;
}
</style>
border-color css
<style>
span { border-color: #BAA53B; }
span { border-color: rgb(186,165,59); }
td.TdClassName
{
border-color: #BAA53B;
}
.TagClassName
{
border-color: #BAA53B;
}
</style>