Shades of Brass #B9A545
Tints of Brass #B9A545
RGB
CMYK
RGB Variations
Color information
#B9A545 (or 0xB9A545) is known color: Brass. HEX triplet: B9, A5 and 45. RGB value is (185,165,69). Sum of RGB (Red+Green+Blue) = 185+165+69=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A545 is #465ABA. Grayscale: #A0A0A0. Windows color (decimal): -4610747 or 4564409. OLE color: 4564409.
HSL color Cylindrical-coordinate representation of color #B9A545: hue angle of 49.66º 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 #B9A545 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 165 | 69 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.27 |
| HSL | 49.66º | 0.46% | 0.5% | - |
| HSV(B) | 49.66º | 0.63% | 0.73% | - |
| XYZ | 34.54 | 37.65 | 11.08 | - |
| YUV | 160.04 | 76.63 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 69 | 0 | 0.11 | 0.63 | 0.27 | 49.66 | 0.46 | 0.5 |
| Hex | B9 | A5 | 45 | 0 | B | 3F | 1B | 32 | 2E | 32 |
| Octal | 271 | 245 | 105 | 0 | 13 | 77 | 33 | 62 | 56 | 62 |
| Binary | 10111001 | 10100101 | 1000101 | 0 | 1011 | 111111 | 11011 | 110010 | 101110 | 110010 |
Color Harmonies of #B9A545
Complementary color
Monochromatic Colors of #B9A545
Black with #B9A545
Text Example
Text Example
White with #B9A545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A545; }
p { color: rgb(185,165,69); }
H1.HeaderClassName
{
color: #B9A545;
}
.AnyTagClassName
{
color: #B9A545;
}
</style>
background-color css
<style>
a { background-color: #B9A545; }
a { background-color: rgb(185,165,69); }
div.DivClassName
{
background-color: #B9A545;
}
.BgClassName
{
background-color: #B9A545;
}
</style>
border-color css
<style>
span { border-color: #B9A545; }
span { border-color: rgb(185,165,69); }
td.TdClassName
{
border-color: #B9A545;
}
.TagClassName
{
border-color: #B9A545;
}
</style>