Shades of Brass #B9A240
Tints of Brass #B9A240
RGB
CMYK
RGB Variations
Color information
#B9A240 (or 0xB9A240) is known color: Brass. HEX triplet: B9, A2 and 40. RGB value is (185,162,64). Sum of RGB (Red+Green+Blue) = 185+162+64=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A240 is #465DBF. Grayscale: #9E9E9E. Windows color (decimal): -4611520 or 4235961. OLE color: 4235961.
HSL color Cylindrical-coordinate representation of color #B9A240: hue angle of 48.6º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9A240 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 162 | 64 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.27 |
| HSL | 48.6º | 0.49% | 0.49% | - |
| HSV(B) | 48.6º | 0.65% | 0.73% | - |
| XYZ | 33.85 | 36.53 | 10.12 | - |
| YUV | 157.71 | 75.12 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 64 | 0 | 0.12 | 0.65 | 0.27 | 48.6 | 0.49 | 0.49 |
| Hex | B9 | A2 | 40 | 0 | C | 41 | 1B | 31 | 31 | 31 |
| Octal | 271 | 242 | 100 | 0 | 14 | 101 | 33 | 61 | 61 | 61 |
| Binary | 10111001 | 10100010 | 1000000 | 0 | 1100 | 1000001 | 11011 | 110001 | 110001 | 110001 |
Color Harmonies of #B9A240
Complementary color
Monochromatic Colors of #B9A240
Black with #B9A240
Text Example
Text Example
White with #B9A240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A240; }
p { color: rgb(185,162,64); }
H1.HeaderClassName
{
color: #B9A240;
}
.AnyTagClassName
{
color: #B9A240;
}
</style>
background-color css
<style>
a { background-color: #B9A240; }
a { background-color: rgb(185,162,64); }
div.DivClassName
{
background-color: #B9A240;
}
.BgClassName
{
background-color: #B9A240;
}
</style>
border-color css
<style>
span { border-color: #B9A240; }
span { border-color: rgb(185,162,64); }
td.TdClassName
{
border-color: #B9A240;
}
.TagClassName
{
border-color: #B9A240;
}
</style>