Shades of Brass #B9AB49
Tints of Brass #B9AB49
RGB
CMYK
RGB Variations
Color information
#B9AB49 (or 0xB9AB49) is known color: Brass. HEX triplet: B9, AB and 49. RGB value is (185,171,73). Sum of RGB (Red+Green+Blue) = 185+171+73=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB49 is #4654B6. Grayscale: #A4A4A4. Windows color (decimal): -4609207 or 4828089. OLE color: 4828089.
HSL color Cylindrical-coordinate representation of color #B9AB49: hue angle of 52.5º 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 #B9AB49 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 73 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.27 |
| HSL | 52.5º | 0.44% | 0.51% | - |
| HSV(B) | 52.5º | 0.61% | 0.73% | - |
| XYZ | 35.77 | 39.92 | 12.12 | - |
| YUV | 164.01 | 76.64 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 73 | 0 | 0.08 | 0.61 | 0.27 | 52.5 | 0.44 | 0.51 |
| Hex | B9 | AB | 49 | 0 | 8 | 3D | 1B | 34 | 2C | 33 |
| Octal | 271 | 253 | 111 | 0 | 10 | 75 | 33 | 64 | 54 | 63 |
| Binary | 10111001 | 10101011 | 1001001 | 0 | 1000 | 111101 | 11011 | 110100 | 101100 | 110011 |
Color Harmonies of #B9AB49
Complementary color
Monochromatic Colors of #B9AB49
Black with #B9AB49
Text Example
Text Example
White with #B9AB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB49; }
p { color: rgb(185,171,73); }
H1.HeaderClassName
{
color: #B9AB49;
}
.AnyTagClassName
{
color: #B9AB49;
}
</style>
background-color css
<style>
a { background-color: #B9AB49; }
a { background-color: rgb(185,171,73); }
div.DivClassName
{
background-color: #B9AB49;
}
.BgClassName
{
background-color: #B9AB49;
}
</style>
border-color css
<style>
span { border-color: #B9AB49; }
span { border-color: rgb(185,171,73); }
td.TdClassName
{
border-color: #B9AB49;
}
.TagClassName
{
border-color: #B9AB49;
}
</style>