Shades of Brass #BAA334
Tints of Brass #BAA334
RGB
CMYK
RGB Variations
Color information
#BAA334 (or 0xBAA334) is known color: Brass. HEX triplet: BA, A3 and 34. RGB value is (186,163,52). Sum of RGB (Red+Green+Blue) = 186+163+52=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA334 is #455CCB. Grayscale: #9D9D9D. Windows color (decimal): -4545740 or 3449786. OLE color: 3449786.
HSL color Cylindrical-coordinate representation of color #BAA334: hue angle of 49.7º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAA334 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 52 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.27 |
| HSL | 49.7º | 0.56% | 0.47% | - |
| HSV(B) | 49.7º | 0.72% | 0.73% | - |
| XYZ | 33.97 | 36.88 | 8.58 | - |
| YUV | 157.22 | 68.62 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 52 | 0 | 0.12 | 0.72 | 0.27 | 49.7 | 0.56 | 0.47 |
| Hex | BA | A3 | 34 | 0 | C | 48 | 1B | 32 | 38 | 2F |
| Octal | 272 | 243 | 64 | 0 | 14 | 110 | 33 | 62 | 70 | 57 |
| Binary | 10111010 | 10100011 | 110100 | 0 | 1100 | 1001000 | 11011 | 110010 | 111000 | 101111 |
Color Harmonies of #BAA334
Complementary color
Monochromatic Colors of #BAA334
Black with #BAA334
Text Example
Text Example
White with #BAA334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA334; }
p { color: rgb(186,163,52); }
H1.HeaderClassName
{
color: #BAA334;
}
.AnyTagClassName
{
color: #BAA334;
}
</style>
background-color css
<style>
a { background-color: #BAA334; }
a { background-color: rgb(186,163,52); }
div.DivClassName
{
background-color: #BAA334;
}
.BgClassName
{
background-color: #BAA334;
}
</style>
border-color css
<style>
span { border-color: #BAA334; }
span { border-color: rgb(186,163,52); }
td.TdClassName
{
border-color: #BAA334;
}
.TagClassName
{
border-color: #BAA334;
}
</style>