Shades of Brass #BAA042
Tints of Brass #BAA042
RGB
CMYK
RGB Variations
Color information
#BAA042 (or 0xBAA042) is known color: Brass. HEX triplet: BA, A0 and 42. RGB value is (186,160,66). Sum of RGB (Red+Green+Blue) = 186+160+66=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA042 is #455FBD. Grayscale: #9D9D9D. Windows color (decimal): -4546494 or 4366522. OLE color: 4366522.
HSL color Cylindrical-coordinate representation of color #BAA042: hue angle of 47º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAA042 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 66 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.27 |
| HSL | 47º | 0.48% | 0.49% | - |
| HSV(B) | 47º | 0.65% | 0.73% | - |
| XYZ | 33.8 | 35.97 | 10.32 | - |
| YUV | 157.06 | 76.61 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 66 | 0 | 0.14 | 0.65 | 0.27 | 47 | 0.48 | 0.49 |
| Hex | BA | A0 | 42 | 0 | E | 41 | 1B | 2F | 30 | 31 |
| Octal | 272 | 240 | 102 | 0 | 16 | 101 | 33 | 57 | 60 | 61 |
| Binary | 10111010 | 10100000 | 1000010 | 0 | 1110 | 1000001 | 11011 | 101111 | 110000 | 110001 |
Color Harmonies of #BAA042
Complementary color
Monochromatic Colors of #BAA042
Black with #BAA042
Text Example
Text Example
White with #BAA042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA042; }
p { color: rgb(186,160,66); }
H1.HeaderClassName
{
color: #BAA042;
}
.AnyTagClassName
{
color: #BAA042;
}
</style>
background-color css
<style>
a { background-color: #BAA042; }
a { background-color: rgb(186,160,66); }
div.DivClassName
{
background-color: #BAA042;
}
.BgClassName
{
background-color: #BAA042;
}
</style>
border-color css
<style>
span { border-color: #BAA042; }
span { border-color: rgb(186,160,66); }
td.TdClassName
{
border-color: #BAA042;
}
.TagClassName
{
border-color: #BAA042;
}
</style>