Shades of Brass #B9AA4A
Tints of Brass #B9AA4A
RGB
CMYK
RGB Variations
Color information
#B9AA4A (or 0xB9AA4A) is known color: Brass. HEX triplet: B9, AA and 4A. RGB value is (185,170,74). Sum of RGB (Red+Green+Blue) = 185+170+74=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AA4A is #4655B5. Grayscale: #A3A3A3. Windows color (decimal): -4609462 or 4893369. OLE color: 4893369.
HSL color Cylindrical-coordinate representation of color #B9AA4A: hue angle of 51.89º 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 #B9AA4A is Cyan = 0, Magento = 0.08, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 170 | 74 | - |
| CMYK | 0 | 0.08 | 0.6 | 0.27 |
| HSL | 51.89º | 0.44% | 0.51% | - |
| HSV(B) | 51.89º | 0.6% | 0.73% | - |
| XYZ | 35.62 | 39.56 | 12.24 | - |
| YUV | 163.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 74 | 0 | 0.08 | 0.6 | 0.27 | 51.89 | 0.44 | 0.51 |
| Hex | B9 | AA | 4A | 0 | 8 | 3C | 1B | 34 | 2C | 33 |
| Octal | 271 | 252 | 112 | 0 | 10 | 74 | 33 | 64 | 54 | 63 |
| Binary | 10111001 | 10101010 | 1001010 | 0 | 1000 | 111100 | 11011 | 110100 | 101100 | 110011 |
Color Harmonies of #B9AA4A
Complementary color
Monochromatic Colors of #B9AA4A
Black with #B9AA4A
Text Example
Text Example
White with #B9AA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AA4A; }
p { color: rgb(185,170,74); }
H1.HeaderClassName
{
color: #B9AA4A;
}
.AnyTagClassName
{
color: #B9AA4A;
}
</style>
background-color css
<style>
a { background-color: #B9AA4A; }
a { background-color: rgb(185,170,74); }
div.DivClassName
{
background-color: #B9AA4A;
}
.BgClassName
{
background-color: #B9AA4A;
}
</style>
border-color css
<style>
span { border-color: #B9AA4A; }
span { border-color: rgb(185,170,74); }
td.TdClassName
{
border-color: #B9AA4A;
}
.TagClassName
{
border-color: #B9AA4A;
}
</style>