Shades of Brass #BAA535
Tints of Brass #BAA535
RGB
CMYK
RGB Variations
Color information
#BAA535 (or 0xBAA535) is known color: Brass. HEX triplet: BA, A5 and 35. RGB value is (186,165,53). Sum of RGB (Red+Green+Blue) = 186+165+53=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA535 is #455ACA. Grayscale: #9E9E9E. Windows color (decimal): -4545227 or 3515834. OLE color: 3515834.
HSL color Cylindrical-coordinate representation of color #BAA535: hue angle of 50.53º 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 #BAA535 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 53 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.27 |
| HSL | 50.53º | 0.56% | 0.47% | - |
| HSV(B) | 50.53º | 0.72% | 0.73% | - |
| XYZ | 34.35 | 37.61 | 8.82 | - |
| YUV | 158.51 | 68.46 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 53 | 0 | 0.11 | 0.72 | 0.27 | 50.53 | 0.56 | 0.47 |
| Hex | BA | A5 | 35 | 0 | B | 48 | 1B | 33 | 38 | 2F |
| Octal | 272 | 245 | 65 | 0 | 13 | 110 | 33 | 63 | 70 | 57 |
| Binary | 10111010 | 10100101 | 110101 | 0 | 1011 | 1001000 | 11011 | 110011 | 111000 | 101111 |
Color Harmonies of #BAA535
Complementary color
Monochromatic Colors of #BAA535
Black with #BAA535
Text Example
Text Example
White with #BAA535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA535; }
p { color: rgb(186,165,53); }
H1.HeaderClassName
{
color: #BAA535;
}
.AnyTagClassName
{
color: #BAA535;
}
</style>
background-color css
<style>
a { background-color: #BAA535; }
a { background-color: rgb(186,165,53); }
div.DivClassName
{
background-color: #BAA535;
}
.BgClassName
{
background-color: #BAA535;
}
</style>
border-color css
<style>
span { border-color: #BAA535; }
span { border-color: rgb(186,165,53); }
td.TdClassName
{
border-color: #BAA535;
}
.TagClassName
{
border-color: #BAA535;
}
</style>