Shades of Brass #BAA642
Tints of Brass #BAA642
RGB
CMYK
RGB Variations
Color information
#BAA642 (or 0xBAA642) is known color: Brass. HEX triplet: BA, A6 and 42. RGB value is (186,166,66). Sum of RGB (Red+Green+Blue) = 186+166+66=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA642 is #4559BD. Grayscale: #A1A1A1. Windows color (decimal): -4544958 or 4368058. OLE color: 4368058.
HSL color Cylindrical-coordinate representation of color #BAA642: hue angle of 50º 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 #BAA642 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 66 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.27 |
| HSL | 50º | 0.48% | 0.49% | - |
| HSV(B) | 50º | 0.65% | 0.73% | - |
| XYZ | 34.87 | 38.1 | 10.67 | - |
| YUV | 160.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 66 | 0 | 0.11 | 0.65 | 0.27 | 50 | 0.48 | 0.49 |
| Hex | BA | A6 | 42 | 0 | B | 41 | 1B | 32 | 30 | 31 |
| Octal | 272 | 246 | 102 | 0 | 13 | 101 | 33 | 62 | 60 | 61 |
| Binary | 10111010 | 10100110 | 1000010 | 0 | 1011 | 1000001 | 11011 | 110010 | 110000 | 110001 |
Color Harmonies of #BAA642
Complementary color
Monochromatic Colors of #BAA642
Black with #BAA642
Text Example
Text Example
White with #BAA642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA642; }
p { color: rgb(186,166,66); }
H1.HeaderClassName
{
color: #BAA642;
}
.AnyTagClassName
{
color: #BAA642;
}
</style>
background-color css
<style>
a { background-color: #BAA642; }
a { background-color: rgb(186,166,66); }
div.DivClassName
{
background-color: #BAA642;
}
.BgClassName
{
background-color: #BAA642;
}
</style>
border-color css
<style>
span { border-color: #BAA642; }
span { border-color: rgb(186,166,66); }
td.TdClassName
{
border-color: #BAA642;
}
.TagClassName
{
border-color: #BAA642;
}
</style>