Shades of Brass #BAA83D
Tints of Brass #BAA83D
RGB
CMYK
RGB Variations
Color information
#BAA83D (or 0xBAA83D) is known color: Brass. HEX triplet: BA, A8 and 3D. RGB value is (186,168,61). Sum of RGB (Red+Green+Blue) = 186+168+61=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA83D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA83D is #4557C2. Grayscale: #A1A1A1. Windows color (decimal): -4544451 or 4040890. OLE color: 4040890.
HSL color Cylindrical-coordinate representation of color #BAA83D: hue angle of 51.36º 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 #BAA83D is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 61 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.27 |
| HSL | 51.36º | 0.51% | 0.48% | - |
| HSV(B) | 51.36º | 0.67% | 0.73% | - |
| XYZ | 35.09 | 38.78 | 10.05 | - |
| YUV | 161.18 | 71.46 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 61 | 0 | 0.10 | 0.67 | 0.27 | 51.36 | 0.51 | 0.48 |
| Hex | BA | A8 | 3D | 0 | A | 43 | 1B | 33 | 33 | 30 |
| Octal | 272 | 250 | 75 | 0 | 12 | 103 | 33 | 63 | 63 | 60 |
| Binary | 10111010 | 10101000 | 111101 | 0 | 1010 | 1000011 | 11011 | 110011 | 110011 | 110000 |
Color Harmonies of #BAA83D
Complementary color
Monochromatic Colors of #BAA83D
Black with #BAA83D
Text Example
Text Example
White with #BAA83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA83D; }
p { color: rgb(186,168,61); }
H1.HeaderClassName
{
color: #BAA83D;
}
.AnyTagClassName
{
color: #BAA83D;
}
</style>
background-color css
<style>
a { background-color: #BAA83D; }
a { background-color: rgb(186,168,61); }
div.DivClassName
{
background-color: #BAA83D;
}
.BgClassName
{
background-color: #BAA83D;
}
</style>
border-color css
<style>
span { border-color: #BAA83D; }
span { border-color: rgb(186,168,61); }
td.TdClassName
{
border-color: #BAA83D;
}
.TagClassName
{
border-color: #BAA83D;
}
</style>