Shades of Brass #B9A845
Tints of Brass #B9A845
RGB
CMYK
RGB Variations
Color information
#B9A845 (or 0xB9A845) is known color: Brass. HEX triplet: B9, A8 and 45. RGB value is (185,168,69). Sum of RGB (Red+Green+Blue) = 185+168+69=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A845 is #4657BA. Grayscale: #A2A2A2. Windows color (decimal): -4609979 or 4565177. OLE color: 4565177.
HSL color Cylindrical-coordinate representation of color #B9A845: hue angle of 51.21º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9A845 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 69 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.27 |
| HSL | 51.21º | 0.46% | 0.5% | - |
| HSV(B) | 51.21º | 0.63% | 0.73% | - |
| XYZ | 35.08 | 38.75 | 11.26 | - |
| YUV | 161.8 | 75.63 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 69 | 0 | 0.09 | 0.63 | 0.27 | 51.21 | 0.46 | 0.5 |
| Hex | B9 | A8 | 45 | 0 | 9 | 3F | 1B | 33 | 2E | 32 |
| Octal | 271 | 250 | 105 | 0 | 11 | 77 | 33 | 63 | 56 | 62 |
| Binary | 10111001 | 10101000 | 1000101 | 0 | 1001 | 111111 | 11011 | 110011 | 101110 | 110010 |
Color Harmonies of #B9A845
Complementary color
Monochromatic Colors of #B9A845
Black with #B9A845
Text Example
Text Example
White with #B9A845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A845; }
p { color: rgb(185,168,69); }
H1.HeaderClassName
{
color: #B9A845;
}
.AnyTagClassName
{
color: #B9A845;
}
</style>
background-color css
<style>
a { background-color: #B9A845; }
a { background-color: rgb(185,168,69); }
div.DivClassName
{
background-color: #B9A845;
}
.BgClassName
{
background-color: #B9A845;
}
</style>
border-color css
<style>
span { border-color: #B9A845; }
span { border-color: rgb(185,168,69); }
td.TdClassName
{
border-color: #B9A845;
}
.TagClassName
{
border-color: #B9A845;
}
</style>