Shades of Brass #B9AC4C
Tints of Brass #B9AC4C
RGB
CMYK
RGB Variations
Color information
#B9AC4C (or 0xB9AC4C) is known color: Brass. HEX triplet: B9, AC and 4C. RGB value is (185,172,76). Sum of RGB (Red+Green+Blue) = 185+172+76=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AC4C is #4653B3. Grayscale: #A5A5A5. Windows color (decimal): -4608948 or 5024953. OLE color: 5024953.
HSL color Cylindrical-coordinate representation of color #B9AC4C: hue angle of 52.84º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9AC4C is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 172 | 76 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.27 |
| HSL | 52.84º | 0.44% | 0.51% | - |
| HSV(B) | 52.84º | 0.59% | 0.73% | - |
| XYZ | 36.06 | 40.34 | 12.72 | - |
| YUV | 164.94 | 77.81 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 76 | 0 | 0.07 | 0.59 | 0.27 | 52.84 | 0.44 | 0.51 |
| Hex | B9 | AC | 4C | 0 | 7 | 3B | 1B | 35 | 2C | 33 |
| Octal | 271 | 254 | 114 | 0 | 7 | 73 | 33 | 65 | 54 | 63 |
| Binary | 10111001 | 10101100 | 1001100 | 0 | 111 | 111011 | 11011 | 110101 | 101100 | 110011 |
Color Harmonies of #B9AC4C
Complementary color
Monochromatic Colors of #B9AC4C
Black with #B9AC4C
Text Example
Text Example
White with #B9AC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AC4C; }
p { color: rgb(185,172,76); }
H1.HeaderClassName
{
color: #B9AC4C;
}
.AnyTagClassName
{
color: #B9AC4C;
}
</style>
background-color css
<style>
a { background-color: #B9AC4C; }
a { background-color: rgb(185,172,76); }
div.DivClassName
{
background-color: #B9AC4C;
}
.BgClassName
{
background-color: #B9AC4C;
}
</style>
border-color css
<style>
span { border-color: #B9AC4C; }
span { border-color: rgb(185,172,76); }
td.TdClassName
{
border-color: #B9AC4C;
}
.TagClassName
{
border-color: #B9AC4C;
}
</style>