Shades of Brass #B0A040
Tints of Brass #B0A040
RGB
CMYK
RGB Variations
Color information
#B0A040 (or 0xB0A040) is known color: Brass. HEX triplet: B0, A0 and 40. RGB value is (176,160,64). Sum of RGB (Red+Green+Blue) = 176+160+64=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A040 is #4F5FBF. Grayscale: #9A9A9A. Windows color (decimal): -5201856 or 4235440. OLE color: 4235440.
HSL color Cylindrical-coordinate representation of color #B0A040: hue angle of 51.43º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0A040 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 160 | 64 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.31 |
| HSL | 51.43º | 0.47% | 0.47% | - |
| HSV(B) | 51.43º | 0.64% | 0.69% | - |
| XYZ | 31.4 | 34.74 | 9.9 | - |
| YUV | 153.84 | 77.3 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 64 | 0 | 0.09 | 0.64 | 0.31 | 51.43 | 0.47 | 0.47 |
| Hex | B0 | A0 | 40 | 0 | 9 | 40 | 1F | 33 | 2F | 2F |
| Octal | 260 | 240 | 100 | 0 | 11 | 100 | 37 | 63 | 57 | 57 |
| Binary | 10110000 | 10100000 | 1000000 | 0 | 1001 | 1000000 | 11111 | 110011 | 101111 | 101111 |
Color Harmonies of #B0A040
Complementary color
Monochromatic Colors of #B0A040
Black with #B0A040
Text Example
Text Example
White with #B0A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A040; }
p { color: rgb(176,160,64); }
H1.HeaderClassName
{
color: #B0A040;
}
.AnyTagClassName
{
color: #B0A040;
}
</style>
background-color css
<style>
a { background-color: #B0A040; }
a { background-color: rgb(176,160,64); }
div.DivClassName
{
background-color: #B0A040;
}
.BgClassName
{
background-color: #B0A040;
}
</style>
border-color css
<style>
span { border-color: #B0A040; }
span { border-color: rgb(176,160,64); }
td.TdClassName
{
border-color: #B0A040;
}
.TagClassName
{
border-color: #B0A040;
}
</style>