Shades of Brass #B9A544
Tints of Brass #B9A544
RGB
CMYK
RGB Variations
Color information
#B9A544 (or 0xB9A544) is known color: Brass. HEX triplet: B9, A5 and 44. RGB value is (185,165,68). Sum of RGB (Red+Green+Blue) = 185+165+68=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A544 is #465ABB. Grayscale: #A0A0A0. Windows color (decimal): -4610748 or 4498873. OLE color: 4498873.
HSL color Cylindrical-coordinate representation of color #B9A544: hue angle of 49.74º 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 #B9A544 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 165 | 68 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.27 |
| HSL | 49.74º | 0.46% | 0.5% | - |
| HSV(B) | 49.74º | 0.63% | 0.73% | - |
| XYZ | 34.51 | 37.64 | 10.92 | - |
| YUV | 159.92 | 76.13 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 68 | 0 | 0.11 | 0.63 | 0.27 | 49.74 | 0.46 | 0.5 |
| Hex | B9 | A5 | 44 | 0 | B | 3F | 1B | 32 | 2E | 32 |
| Octal | 271 | 245 | 104 | 0 | 13 | 77 | 33 | 62 | 56 | 62 |
| Binary | 10111001 | 10100101 | 1000100 | 0 | 1011 | 111111 | 11011 | 110010 | 101110 | 110010 |
Color Harmonies of #B9A544
Complementary color
Monochromatic Colors of #B9A544
Black with #B9A544
Text Example
Text Example
White with #B9A544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A544; }
p { color: rgb(185,165,68); }
H1.HeaderClassName
{
color: #B9A544;
}
.AnyTagClassName
{
color: #B9A544;
}
</style>
background-color css
<style>
a { background-color: #B9A544; }
a { background-color: rgb(185,165,68); }
div.DivClassName
{
background-color: #B9A544;
}
.BgClassName
{
background-color: #B9A544;
}
</style>
border-color css
<style>
span { border-color: #B9A544; }
span { border-color: rgb(185,165,68); }
td.TdClassName
{
border-color: #B9A544;
}
.TagClassName
{
border-color: #B9A544;
}
</style>