Shades of Brass #B9A045
Tints of Brass #B9A045
RGB
CMYK
RGB Variations
Color information
#B9A045 (or 0xB9A045) is known color: Brass. HEX triplet: B9, A0 and 45. RGB value is (185,160,69). Sum of RGB (Red+Green+Blue) = 185+160+69=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A045 is #465FBA. Grayscale: #9D9D9D. Windows color (decimal): -4612027 or 4563129. OLE color: 4563129.
HSL color Cylindrical-coordinate representation of color #B9A045: hue angle of 47.07º 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 #B9A045 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 160 | 69 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.27 |
| HSL | 47.07º | 0.46% | 0.5% | - |
| HSV(B) | 47.07º | 0.63% | 0.73% | - |
| XYZ | 33.65 | 35.89 | 10.78 | - |
| YUV | 157.1 | 78.28 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 69 | 0 | 0.14 | 0.63 | 0.27 | 47.07 | 0.46 | 0.5 |
| Hex | B9 | A0 | 45 | 0 | E | 3F | 1B | 2F | 2E | 32 |
| Octal | 271 | 240 | 105 | 0 | 16 | 77 | 33 | 57 | 56 | 62 |
| Binary | 10111001 | 10100000 | 1000101 | 0 | 1110 | 111111 | 11011 | 101111 | 101110 | 110010 |
Color Harmonies of #B9A045
Complementary color
Monochromatic Colors of #B9A045
Black with #B9A045
Text Example
Text Example
White with #B9A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A045; }
p { color: rgb(185,160,69); }
H1.HeaderClassName
{
color: #B9A045;
}
.AnyTagClassName
{
color: #B9A045;
}
</style>
background-color css
<style>
a { background-color: #B9A045; }
a { background-color: rgb(185,160,69); }
div.DivClassName
{
background-color: #B9A045;
}
.BgClassName
{
background-color: #B9A045;
}
</style>
border-color css
<style>
span { border-color: #B9A045; }
span { border-color: rgb(185,160,69); }
td.TdClassName
{
border-color: #B9A045;
}
.TagClassName
{
border-color: #B9A045;
}
</style>