Shades of Brass #B9A439
Tints of Brass #B9A439
RGB
CMYK
RGB Variations
Color information
#B9A439 (or 0xB9A439) is known color: Brass. HEX triplet: B9, A4 and 39. RGB value is (185,164,57). Sum of RGB (Red+Green+Blue) = 185+164+57=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 57 (22.66% from 255 or 14.04% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A439 is #465BC6. Grayscale: #9E9E9E. Windows color (decimal): -4611015 or 3777721. OLE color: 3777721.
HSL color Cylindrical-coordinate representation of color #B9A439: hue angle of 50.16º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9A439 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 164 | 57 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.27 |
| HSL | 50.16º | 0.53% | 0.47% | - |
| HSV(B) | 50.16º | 0.69% | 0.73% | - |
| XYZ | 34.02 | 37.16 | 9.25 | - |
| YUV | 158.08 | 70.96 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 164 | 57 | 0 | 0.11 | 0.69 | 0.27 | 50.16 | 0.53 | 0.47 |
| Hex | B9 | A4 | 39 | 0 | B | 45 | 1B | 32 | 35 | 2F |
| Octal | 271 | 244 | 71 | 0 | 13 | 105 | 33 | 62 | 65 | 57 |
| Binary | 10111001 | 10100100 | 111001 | 0 | 1011 | 1000101 | 11011 | 110010 | 110101 | 101111 |
Color Harmonies of #B9A439
Complementary color
Monochromatic Colors of #B9A439
Black with #B9A439
Text Example
Text Example
White with #B9A439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A439; }
p { color: rgb(185,164,57); }
H1.HeaderClassName
{
color: #B9A439;
}
.AnyTagClassName
{
color: #B9A439;
}
</style>
background-color css
<style>
a { background-color: #B9A439; }
a { background-color: rgb(185,164,57); }
div.DivClassName
{
background-color: #B9A439;
}
.BgClassName
{
background-color: #B9A439;
}
</style>
border-color css
<style>
span { border-color: #B9A439; }
span { border-color: rgb(185,164,57); }
td.TdClassName
{
border-color: #B9A439;
}
.TagClassName
{
border-color: #B9A439;
}
</style>