Shades of Brass #B9AC49
Tints of Brass #B9AC49
RGB
CMYK
RGB Variations
Color information
#B9AC49 (or 0xB9AC49) is known color: Brass. HEX triplet: B9, AC and 49. RGB value is (185,172,73). Sum of RGB (Red+Green+Blue) = 185+172+73=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AC49 is #4653B6. Grayscale: #A5A5A5. Windows color (decimal): -4608951 or 4828345. OLE color: 4828345.
HSL color Cylindrical-coordinate representation of color #B9AC49: hue angle of 53.04º degrees, saturation: 0.44, 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 #B9AC49 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 172 | 73 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.27 |
| HSL | 53.04º | 0.44% | 0.51% | - |
| HSV(B) | 53.04º | 0.61% | 0.73% | - |
| XYZ | 35.96 | 40.3 | 12.19 | - |
| YUV | 164.6 | 76.31 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 73 | 0 | 0.07 | 0.61 | 0.27 | 53.04 | 0.44 | 0.51 |
| Hex | B9 | AC | 49 | 0 | 7 | 3D | 1B | 35 | 2C | 33 |
| Octal | 271 | 254 | 111 | 0 | 7 | 75 | 33 | 65 | 54 | 63 |
| Binary | 10111001 | 10101100 | 1001001 | 0 | 111 | 111101 | 11011 | 110101 | 101100 | 110011 |
Color Harmonies of #B9AC49
Complementary color
Monochromatic Colors of #B9AC49
Black with #B9AC49
Text Example
Text Example
White with #B9AC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AC49; }
p { color: rgb(185,172,73); }
H1.HeaderClassName
{
color: #B9AC49;
}
.AnyTagClassName
{
color: #B9AC49;
}
</style>
background-color css
<style>
a { background-color: #B9AC49; }
a { background-color: rgb(185,172,73); }
div.DivClassName
{
background-color: #B9AC49;
}
.BgClassName
{
background-color: #B9AC49;
}
</style>
border-color css
<style>
span { border-color: #B9AC49; }
span { border-color: rgb(185,172,73); }
td.TdClassName
{
border-color: #B9AC49;
}
.TagClassName
{
border-color: #B9AC49;
}
</style>