Shades of Brass #BAA238
Tints of Brass #BAA238
RGB
CMYK
RGB Variations
Color information
#BAA238 (or 0xBAA238) is known color: Brass. HEX triplet: BA, A2 and 38. RGB value is (186,162,56). Sum of RGB (Red+Green+Blue) = 186+162+56=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA238 is #455DC7. Grayscale: #9D9D9D. Windows color (decimal): -4545992 or 3711674. OLE color: 3711674.
HSL color Cylindrical-coordinate representation of color #BAA238: hue angle of 48.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAA238 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 56 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.27 |
| HSL | 48.92º | 0.54% | 0.47% | - |
| HSV(B) | 48.92º | 0.7% | 0.73% | - |
| XYZ | 33.88 | 36.57 | 9.01 | - |
| YUV | 157.09 | 70.95 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 56 | 0 | 0.13 | 0.70 | 0.27 | 48.92 | 0.54 | 0.47 |
| Hex | BA | A2 | 38 | 0 | D | 46 | 1B | 31 | 36 | 2F |
| Octal | 272 | 242 | 70 | 0 | 15 | 106 | 33 | 61 | 66 | 57 |
| Binary | 10111010 | 10100010 | 111000 | 0 | 1101 | 1000110 | 11011 | 110001 | 110110 | 101111 |
Color Harmonies of #BAA238
Complementary color
Monochromatic Colors of #BAA238
Black with #BAA238
Text Example
Text Example
White with #BAA238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA238; }
p { color: rgb(186,162,56); }
H1.HeaderClassName
{
color: #BAA238;
}
.AnyTagClassName
{
color: #BAA238;
}
</style>
background-color css
<style>
a { background-color: #BAA238; }
a { background-color: rgb(186,162,56); }
div.DivClassName
{
background-color: #BAA238;
}
.BgClassName
{
background-color: #BAA238;
}
</style>
border-color css
<style>
span { border-color: #BAA238; }
span { border-color: rgb(186,162,56); }
td.TdClassName
{
border-color: #BAA238;
}
.TagClassName
{
border-color: #BAA238;
}
</style>