Shades of Brass #BAA648
Tints of Brass #BAA648
RGB
CMYK
RGB Variations
Color information
#BAA648 (or 0xBAA648) is known color: Brass. HEX triplet: BA, A6 and 48. RGB value is (186,166,72). Sum of RGB (Red+Green+Blue) = 186+166+72=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA648 is #4559B7. Grayscale: #A1A1A1. Windows color (decimal): -4544952 or 4761274. OLE color: 4761274.
HSL color Cylindrical-coordinate representation of color #BAA648: hue angle of 49.47º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAA648 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 166 | 72 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.27 |
| HSL | 49.47º | 0.45% | 0.51% | - |
| HSV(B) | 49.47º | 0.61% | 0.73% | - |
| XYZ | 35.06 | 38.18 | 11.65 | - |
| YUV | 161.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 166 | 72 | 0 | 0.11 | 0.61 | 0.27 | 49.47 | 0.45 | 0.51 |
| Hex | BA | A6 | 48 | 0 | B | 3D | 1B | 31 | 2D | 33 |
| Octal | 272 | 246 | 110 | 0 | 13 | 75 | 33 | 61 | 55 | 63 |
| Binary | 10111010 | 10100110 | 1001000 | 0 | 1011 | 111101 | 11011 | 110001 | 101101 | 110011 |
Color Harmonies of #BAA648
Complementary color
Monochromatic Colors of #BAA648
Black with #BAA648
Text Example
Text Example
White with #BAA648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA648; }
p { color: rgb(186,166,72); }
H1.HeaderClassName
{
color: #BAA648;
}
.AnyTagClassName
{
color: #BAA648;
}
</style>
background-color css
<style>
a { background-color: #BAA648; }
a { background-color: rgb(186,166,72); }
div.DivClassName
{
background-color: #BAA648;
}
.BgClassName
{
background-color: #BAA648;
}
</style>
border-color css
<style>
span { border-color: #BAA648; }
span { border-color: rgb(186,166,72); }
td.TdClassName
{
border-color: #BAA648;
}
.TagClassName
{
border-color: #BAA648;
}
</style>