Shades of Brass #B9A847
Tints of Brass #B9A847
RGB
CMYK
RGB Variations
Color information
#B9A847 (or 0xB9A847) is known color: Brass. HEX triplet: B9, A8 and 47. RGB value is (185,168,71). Sum of RGB (Red+Green+Blue) = 185+168+71=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 71 (28.12% from 255 or 16.75% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A847 is #4657B8. Grayscale: #A2A2A2. Windows color (decimal): -4609977 or 4696249. OLE color: 4696249.
HSL color Cylindrical-coordinate representation of color #B9A847: hue angle of 51.05º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9A847 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 71 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.27 |
| HSL | 51.05º | 0.45% | 0.5% | - |
| HSV(B) | 51.05º | 0.62% | 0.73% | - |
| XYZ | 35.15 | 38.77 | 11.59 | - |
| YUV | 162.03 | 76.63 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 71 | 0 | 0.09 | 0.62 | 0.27 | 51.05 | 0.45 | 0.5 |
| Hex | B9 | A8 | 47 | 0 | 9 | 3E | 1B | 33 | 2D | 32 |
| Octal | 271 | 250 | 107 | 0 | 11 | 76 | 33 | 63 | 55 | 62 |
| Binary | 10111001 | 10101000 | 1000111 | 0 | 1001 | 111110 | 11011 | 110011 | 101101 | 110010 |
Color Harmonies of #B9A847
Complementary color
Monochromatic Colors of #B9A847
Black with #B9A847
Text Example
Text Example
White with #B9A847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A847; }
p { color: rgb(185,168,71); }
H1.HeaderClassName
{
color: #B9A847;
}
.AnyTagClassName
{
color: #B9A847;
}
</style>
background-color css
<style>
a { background-color: #B9A847; }
a { background-color: rgb(185,168,71); }
div.DivClassName
{
background-color: #B9A847;
}
.BgClassName
{
background-color: #B9A847;
}
</style>
border-color css
<style>
span { border-color: #B9A847; }
span { border-color: rgb(185,168,71); }
td.TdClassName
{
border-color: #B9A847;
}
.TagClassName
{
border-color: #B9A847;
}
</style>