Shades of Brass #B9AC4A
Tints of Brass #B9AC4A
RGB
CMYK
RGB Variations
Color information
#B9AC4A (or 0xB9AC4A) is known color: Brass. HEX triplet: B9, AC and 4A. RGB value is (185,172,74). Sum of RGB (Red+Green+Blue) = 185+172+74=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AC4A is #4653B5. Grayscale: #A5A5A5. Windows color (decimal): -4608950 or 4893881. OLE color: 4893881.
HSL color Cylindrical-coordinate representation of color #B9AC4A: hue angle of 52.97º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9AC4A is Cyan = 0, Magento = 0.07, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 172 | 74 | - |
| CMYK | 0 | 0.07 | 0.6 | 0.27 |
| HSL | 52.97º | 0.44% | 0.51% | - |
| HSV(B) | 52.97º | 0.6% | 0.73% | - |
| XYZ | 36 | 40.31 | 12.36 | - |
| YUV | 164.72 | 76.81 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 74 | 0 | 0.07 | 0.6 | 0.27 | 52.97 | 0.44 | 0.51 |
| Hex | B9 | AC | 4A | 0 | 7 | 3C | 1B | 35 | 2C | 33 |
| Octal | 271 | 254 | 112 | 0 | 7 | 74 | 33 | 65 | 54 | 63 |
| Binary | 10111001 | 10101100 | 1001010 | 0 | 111 | 111100 | 11011 | 110101 | 101100 | 110011 |
Color Harmonies of #B9AC4A
Complementary color
Monochromatic Colors of #B9AC4A
Black with #B9AC4A
Text Example
Text Example
White with #B9AC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AC4A; }
p { color: rgb(185,172,74); }
H1.HeaderClassName
{
color: #B9AC4A;
}
.AnyTagClassName
{
color: #B9AC4A;
}
</style>
background-color css
<style>
a { background-color: #B9AC4A; }
a { background-color: rgb(185,172,74); }
div.DivClassName
{
background-color: #B9AC4A;
}
.BgClassName
{
background-color: #B9AC4A;
}
</style>
border-color css
<style>
span { border-color: #B9AC4A; }
span { border-color: rgb(185,172,74); }
td.TdClassName
{
border-color: #B9AC4A;
}
.TagClassName
{
border-color: #B9AC4A;
}
</style>