Shades of Brass #BA9F3A
Tints of Brass #BA9F3A
RGB
CMYK
RGB Variations
Color information
#BA9F3A (or 0xBA9F3A) is known color: Brass. HEX triplet: BA, 9F and 3A. RGB value is (186,159,58). Sum of RGB (Red+Green+Blue) = 186+159+58=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F3A is #4560C5. Grayscale: #9B9B9B. Windows color (decimal): -4546758 or 3841978. OLE color: 3841978.
HSL color Cylindrical-coordinate representation of color #BA9F3A: hue angle of 47.34º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA9F3A is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 58 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.27 |
| HSL | 47.34º | 0.52% | 0.48% | - |
| HSV(B) | 47.34º | 0.69% | 0.73% | - |
| XYZ | 33.41 | 35.54 | 9.1 | - |
| YUV | 155.56 | 72.95 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 58 | 0 | 0.15 | 0.69 | 0.27 | 47.34 | 0.52 | 0.48 |
| Hex | BA | 9F | 3A | 0 | F | 45 | 1B | 2F | 34 | 30 |
| Octal | 272 | 237 | 72 | 0 | 17 | 105 | 33 | 57 | 64 | 60 |
| Binary | 10111010 | 10011111 | 111010 | 0 | 1111 | 1000101 | 11011 | 101111 | 110100 | 110000 |
Color Harmonies of #BA9F3A
Complementary color
Monochromatic Colors of #BA9F3A
Black with #BA9F3A
Text Example
Text Example
White with #BA9F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F3A; }
p { color: rgb(186,159,58); }
H1.HeaderClassName
{
color: #BA9F3A;
}
.AnyTagClassName
{
color: #BA9F3A;
}
</style>
background-color css
<style>
a { background-color: #BA9F3A; }
a { background-color: rgb(186,159,58); }
div.DivClassName
{
background-color: #BA9F3A;
}
.BgClassName
{
background-color: #BA9F3A;
}
</style>
border-color css
<style>
span { border-color: #BA9F3A; }
span { border-color: rgb(186,159,58); }
td.TdClassName
{
border-color: #BA9F3A;
}
.TagClassName
{
border-color: #BA9F3A;
}
</style>