Shades of Brass #B9AB4D
Tints of Brass #B9AB4D
RGB
CMYK
RGB Variations
Color information
#B9AB4D (or 0xB9AB4D) is known color: Brass. HEX triplet: B9, AB and 4D. RGB value is (185,171,77). Sum of RGB (Red+Green+Blue) = 185+171+77=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB4D is #4654B2. Grayscale: #A4A4A4. Windows color (decimal): -4609203 or 5090233. OLE color: 5090233.
HSL color Cylindrical-coordinate representation of color #B9AB4D: hue angle of 52.22º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9AB4D is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 77 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.27 |
| HSL | 52.22º | 0.44% | 0.51% | - |
| HSV(B) | 52.22º | 0.58% | 0.73% | - |
| XYZ | 35.91 | 39.98 | 12.84 | - |
| YUV | 164.47 | 78.64 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 77 | 0 | 0.08 | 0.58 | 0.27 | 52.22 | 0.44 | 0.51 |
| Hex | B9 | AB | 4D | 0 | 8 | 3A | 1B | 34 | 2C | 33 |
| Octal | 271 | 253 | 115 | 0 | 10 | 72 | 33 | 64 | 54 | 63 |
| Binary | 10111001 | 10101011 | 1001101 | 0 | 1000 | 111010 | 11011 | 110100 | 101100 | 110011 |
Color Harmonies of #B9AB4D
Complementary color
Monochromatic Colors of #B9AB4D
Black with #B9AB4D
Text Example
Text Example
White with #B9AB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB4D; }
p { color: rgb(185,171,77); }
H1.HeaderClassName
{
color: #B9AB4D;
}
.AnyTagClassName
{
color: #B9AB4D;
}
</style>
background-color css
<style>
a { background-color: #B9AB4D; }
a { background-color: rgb(185,171,77); }
div.DivClassName
{
background-color: #B9AB4D;
}
.BgClassName
{
background-color: #B9AB4D;
}
</style>
border-color css
<style>
span { border-color: #B9AB4D; }
span { border-color: rgb(185,171,77); }
td.TdClassName
{
border-color: #B9AB4D;
}
.TagClassName
{
border-color: #B9AB4D;
}
</style>