Shades of Brass #BAA93D
Tints of Brass #BAA93D
RGB
CMYK
RGB Variations
Color information
#BAA93D (or 0xBAA93D) is known color: Brass. HEX triplet: BA, A9 and 3D. RGB value is (186,169,61). Sum of RGB (Red+Green+Blue) = 186+169+61=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA93D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA93D is #4556C2. Grayscale: #A2A2A2. Windows color (decimal): -4544195 or 4041146. OLE color: 4041146.
HSL color Cylindrical-coordinate representation of color #BAA93D: hue angle of 51.84º 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 #BAA93D is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 61 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.27 |
| HSL | 51.84º | 0.51% | 0.48% | - |
| HSV(B) | 51.84º | 0.67% | 0.73% | - |
| XYZ | 35.28 | 39.15 | 10.11 | - |
| YUV | 161.77 | 71.13 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 61 | 0 | 0.09 | 0.67 | 0.27 | 51.84 | 0.51 | 0.48 |
| Hex | BA | A9 | 3D | 0 | 9 | 43 | 1B | 34 | 33 | 30 |
| Octal | 272 | 251 | 75 | 0 | 11 | 103 | 33 | 64 | 63 | 60 |
| Binary | 10111010 | 10101001 | 111101 | 0 | 1001 | 1000011 | 11011 | 110100 | 110011 | 110000 |
Color Harmonies of #BAA93D
Complementary color
Monochromatic Colors of #BAA93D
Black with #BAA93D
Text Example
Text Example
White with #BAA93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA93D; }
p { color: rgb(186,169,61); }
H1.HeaderClassName
{
color: #BAA93D;
}
.AnyTagClassName
{
color: #BAA93D;
}
</style>
background-color css
<style>
a { background-color: #BAA93D; }
a { background-color: rgb(186,169,61); }
div.DivClassName
{
background-color: #BAA93D;
}
.BgClassName
{
background-color: #BAA93D;
}
</style>
border-color css
<style>
span { border-color: #BAA93D; }
span { border-color: rgb(186,169,61); }
td.TdClassName
{
border-color: #BAA93D;
}
.TagClassName
{
border-color: #BAA93D;
}
</style>