Shades of Brass #BAA536
Tints of Brass #BAA536
RGB
CMYK
RGB Variations
Color information
#BAA536 (or 0xBAA536) is known color: Brass. HEX triplet: BA, A5 and 36. RGB value is (186,165,54). Sum of RGB (Red+Green+Blue) = 186+165+54=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 54 (21.48% from 255 or 13.33% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA536 is #455AC9. Grayscale: #9F9F9F. Windows color (decimal): -4545226 or 3581370. OLE color: 3581370.
HSL color Cylindrical-coordinate representation of color #BAA536: hue angle of 50.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAA536 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 54 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.27 |
| HSL | 50.45º | 0.55% | 0.47% | - |
| HSV(B) | 50.45º | 0.71% | 0.73% | - |
| XYZ | 34.37 | 37.62 | 8.94 | - |
| YUV | 158.63 | 68.96 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 54 | 0 | 0.11 | 0.71 | 0.27 | 50.45 | 0.55 | 0.47 |
| Hex | BA | A5 | 36 | 0 | B | 47 | 1B | 32 | 37 | 2F |
| Octal | 272 | 245 | 66 | 0 | 13 | 107 | 33 | 62 | 67 | 57 |
| Binary | 10111010 | 10100101 | 110110 | 0 | 1011 | 1000111 | 11011 | 110010 | 110111 | 101111 |
Color Harmonies of #BAA536
Complementary color
Monochromatic Colors of #BAA536
Black with #BAA536
Text Example
Text Example
White with #BAA536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA536; }
p { color: rgb(186,165,54); }
H1.HeaderClassName
{
color: #BAA536;
}
.AnyTagClassName
{
color: #BAA536;
}
</style>
background-color css
<style>
a { background-color: #BAA536; }
a { background-color: rgb(186,165,54); }
div.DivClassName
{
background-color: #BAA536;
}
.BgClassName
{
background-color: #BAA536;
}
</style>
border-color css
<style>
span { border-color: #BAA536; }
span { border-color: rgb(186,165,54); }
td.TdClassName
{
border-color: #BAA536;
}
.TagClassName
{
border-color: #BAA536;
}
</style>