Shades of Brass #B9A036
Tints of Brass #B9A036
RGB
CMYK
RGB Variations
Color information
#B9A036 (or 0xB9A036) is known color: Brass. HEX triplet: B9, A0 and 36. RGB value is (185,160,54). Sum of RGB (Red+Green+Blue) = 185+160+54=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 54 (21.48% from 255 or 13.53% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A036 is #465FC9. Grayscale: #9B9B9B. Windows color (decimal): -4612042 or 3580089. OLE color: 3580089.
HSL color Cylindrical-coordinate representation of color #B9A036: hue angle of 48.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9A036 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 54 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.27 |
| HSL | 48.55º | 0.55% | 0.47% | - |
| HSV(B) | 48.55º | 0.71% | 0.73% | - |
| XYZ | 33.24 | 35.72 | 8.63 | - |
| YUV | 155.39 | 70.78 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 54 | 0 | 0.14 | 0.71 | 0.27 | 48.55 | 0.55 | 0.47 |
| Hex | B9 | A0 | 36 | 0 | E | 47 | 1B | 31 | 37 | 2F |
| Octal | 271 | 240 | 66 | 0 | 16 | 107 | 33 | 61 | 67 | 57 |
| Binary | 10111001 | 10100000 | 110110 | 0 | 1110 | 1000111 | 11011 | 110001 | 110111 | 101111 |
Color Harmonies of #B9A036
Complementary color
Monochromatic Colors of #B9A036
Black with #B9A036
Text Example
Text Example
White with #B9A036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A036; }
p { color: rgb(185,160,54); }
H1.HeaderClassName
{
color: #B9A036;
}
.AnyTagClassName
{
color: #B9A036;
}
</style>
background-color css
<style>
a { background-color: #B9A036; }
a { background-color: rgb(185,160,54); }
div.DivClassName
{
background-color: #B9A036;
}
.BgClassName
{
background-color: #B9A036;
}
</style>
border-color css
<style>
span { border-color: #B9A036; }
span { border-color: rgb(185,160,54); }
td.TdClassName
{
border-color: #B9A036;
}
.TagClassName
{
border-color: #B9A036;
}
</style>