Shades of Brass #BAA738
Tints of Brass #BAA738
RGB
CMYK
RGB Variations
Color information
#BAA738 (or 0xBAA738) is known color: Brass. HEX triplet: BA, A7 and 38. RGB value is (186,167,56). Sum of RGB (Red+Green+Blue) = 186+167+56=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 56 (22.27% from 255 or 13.69% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA738 is #4558C7. Grayscale: #A0A0A0. Windows color (decimal): -4544712 or 3712954. OLE color: 3712954.
HSL color Cylindrical-coordinate representation of color #BAA738: hue angle of 51.23º 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 #BAA738 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 167 | 56 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.27 |
| HSL | 51.23º | 0.54% | 0.47% | - |
| HSV(B) | 51.23º | 0.7% | 0.73% | - |
| XYZ | 34.78 | 38.36 | 9.31 | - |
| YUV | 160.03 | 69.29 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 56 | 0 | 0.10 | 0.70 | 0.27 | 51.23 | 0.54 | 0.47 |
| Hex | BA | A7 | 38 | 0 | A | 46 | 1B | 33 | 36 | 2F |
| Octal | 272 | 247 | 70 | 0 | 12 | 106 | 33 | 63 | 66 | 57 |
| Binary | 10111010 | 10100111 | 111000 | 0 | 1010 | 1000110 | 11011 | 110011 | 110110 | 101111 |
Color Harmonies of #BAA738
Complementary color
Monochromatic Colors of #BAA738
Black with #BAA738
Text Example
Text Example
White with #BAA738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA738; }
p { color: rgb(186,167,56); }
H1.HeaderClassName
{
color: #BAA738;
}
.AnyTagClassName
{
color: #BAA738;
}
</style>
background-color css
<style>
a { background-color: #BAA738; }
a { background-color: rgb(186,167,56); }
div.DivClassName
{
background-color: #BAA738;
}
.BgClassName
{
background-color: #BAA738;
}
</style>
border-color css
<style>
span { border-color: #BAA738; }
span { border-color: rgb(186,167,56); }
td.TdClassName
{
border-color: #BAA738;
}
.TagClassName
{
border-color: #BAA738;
}
</style>