Shades of Brass #BAA234
Tints of Brass #BAA234
RGB
CMYK
RGB Variations
Color information
#BAA234 (or 0xBAA234) is known color: Brass. HEX triplet: BA, A2 and 34. RGB value is (186,162,52). Sum of RGB (Red+Green+Blue) = 186+162+52=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA234 is #455DCB. Grayscale: #9D9D9D. Windows color (decimal): -4545996 or 3449530. OLE color: 3449530.
HSL color Cylindrical-coordinate representation of color #BAA234: hue angle of 49.25º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAA234 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 52 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.27 |
| HSL | 49.25º | 0.56% | 0.47% | - |
| HSV(B) | 49.25º | 0.72% | 0.73% | - |
| XYZ | 33.79 | 36.53 | 8.52 | - |
| YUV | 156.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 52 | 0 | 0.13 | 0.72 | 0.27 | 49.25 | 0.56 | 0.47 |
| Hex | BA | A2 | 34 | 0 | D | 48 | 1B | 31 | 38 | 2F |
| Octal | 272 | 242 | 64 | 0 | 15 | 110 | 33 | 61 | 70 | 57 |
| Binary | 10111010 | 10100010 | 110100 | 0 | 1101 | 1001000 | 11011 | 110001 | 111000 | 101111 |
Color Harmonies of #BAA234
Complementary color
Monochromatic Colors of #BAA234
Black with #BAA234
Text Example
Text Example
White with #BAA234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA234; }
p { color: rgb(186,162,52); }
H1.HeaderClassName
{
color: #BAA234;
}
.AnyTagClassName
{
color: #BAA234;
}
</style>
background-color css
<style>
a { background-color: #BAA234; }
a { background-color: rgb(186,162,52); }
div.DivClassName
{
background-color: #BAA234;
}
.BgClassName
{
background-color: #BAA234;
}
</style>
border-color css
<style>
span { border-color: #BAA234; }
span { border-color: rgb(186,162,52); }
td.TdClassName
{
border-color: #BAA234;
}
.TagClassName
{
border-color: #BAA234;
}
</style>