Shades of Brass #B9AC37
Tints of Brass #B9AC37
RGB
CMYK
RGB Variations
Color information
#B9AC37 (or 0xB9AC37) is known color: Brass. HEX triplet: B9, AC and 37. RGB value is (185,172,55). Sum of RGB (Red+Green+Blue) = 185+172+55=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 55 (21.88% from 255 or 13.35% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AC37 is #4653C8. Grayscale: #A3A3A3. Windows color (decimal): -4608969 or 3648697. OLE color: 3648697.
HSL color Cylindrical-coordinate representation of color #B9AC37: hue angle of 54º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9AC37 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 172 | 55 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.27 |
| HSL | 54º | 0.54% | 0.47% | - |
| HSV(B) | 54º | 0.7% | 0.73% | - |
| XYZ | 35.45 | 40.1 | 9.49 | - |
| YUV | 162.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 55 | 0 | 0.07 | 0.70 | 0.27 | 54 | 0.54 | 0.47 |
| Hex | B9 | AC | 37 | 0 | 7 | 46 | 1B | 36 | 36 | 2F |
| Octal | 271 | 254 | 67 | 0 | 7 | 106 | 33 | 66 | 66 | 57 |
| Binary | 10111001 | 10101100 | 110111 | 0 | 111 | 1000110 | 11011 | 110110 | 110110 | 101111 |
Color Harmonies of #B9AC37
Complementary color
Monochromatic Colors of #B9AC37
Black with #B9AC37
Text Example
Text Example
White with #B9AC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AC37; }
p { color: rgb(185,172,55); }
H1.HeaderClassName
{
color: #B9AC37;
}
.AnyTagClassName
{
color: #B9AC37;
}
</style>
background-color css
<style>
a { background-color: #B9AC37; }
a { background-color: rgb(185,172,55); }
div.DivClassName
{
background-color: #B9AC37;
}
.BgClassName
{
background-color: #B9AC37;
}
</style>
border-color css
<style>
span { border-color: #B9AC37; }
span { border-color: rgb(185,172,55); }
td.TdClassName
{
border-color: #B9AC37;
}
.TagClassName
{
border-color: #B9AC37;
}
</style>