Shades of Brass #B9A345
Tints of Brass #B9A345
RGB
CMYK
RGB Variations
Color information
#B9A345 (or 0xB9A345) is known color: Brass. HEX triplet: B9, A3 and 45. RGB value is (185,163,69). Sum of RGB (Red+Green+Blue) = 185+163+69=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A345 is #465CBA. Grayscale: #9F9F9F. Windows color (decimal): -4611259 or 4563897. OLE color: 4563897.
HSL color Cylindrical-coordinate representation of color #B9A345: hue angle of 48.62º 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 #B9A345 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 69 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.27 |
| HSL | 48.62º | 0.46% | 0.5% | - |
| HSV(B) | 48.62º | 0.63% | 0.73% | - |
| XYZ | 34.18 | 36.94 | 10.96 | - |
| YUV | 158.86 | 77.29 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 69 | 0 | 0.12 | 0.63 | 0.27 | 48.62 | 0.46 | 0.5 |
| Hex | B9 | A3 | 45 | 0 | C | 3F | 1B | 31 | 2E | 32 |
| Octal | 271 | 243 | 105 | 0 | 14 | 77 | 33 | 61 | 56 | 62 |
| Binary | 10111001 | 10100011 | 1000101 | 0 | 1100 | 111111 | 11011 | 110001 | 101110 | 110010 |
Color Harmonies of #B9A345
Complementary color
Monochromatic Colors of #B9A345
Black with #B9A345
Text Example
Text Example
White with #B9A345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A345; }
p { color: rgb(185,163,69); }
H1.HeaderClassName
{
color: #B9A345;
}
.AnyTagClassName
{
color: #B9A345;
}
</style>
background-color css
<style>
a { background-color: #B9A345; }
a { background-color: rgb(185,163,69); }
div.DivClassName
{
background-color: #B9A345;
}
.BgClassName
{
background-color: #B9A345;
}
</style>
border-color css
<style>
span { border-color: #B9A345; }
span { border-color: rgb(185,163,69); }
td.TdClassName
{
border-color: #B9A345;
}
.TagClassName
{
border-color: #B9A345;
}
</style>