Shades of Brass #B0A037
Tints of Brass #B0A037
RGB
CMYK
RGB Variations
Color information
#B0A037 (or 0xB0A037) is known color: Brass. HEX triplet: B0, A0 and 37. RGB value is (176,160,55). Sum of RGB (Red+Green+Blue) = 176+160+55=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A037 is #4F5FC8. Grayscale: #999999. Windows color (decimal): -5201865 or 3645616. OLE color: 3645616.
HSL color Cylindrical-coordinate representation of color #B0A037: hue angle of 52.07º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0A037 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 160 | 55 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.31 |
| HSL | 52.07º | 0.52% | 0.45% | - |
| HSV(B) | 52.07º | 0.69% | 0.69% | - |
| XYZ | 31.16 | 34.65 | 8.66 | - |
| YUV | 152.81 | 72.8 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 55 | 0 | 0.09 | 0.69 | 0.31 | 52.07 | 0.52 | 0.45 |
| Hex | B0 | A0 | 37 | 0 | 9 | 45 | 1F | 34 | 34 | 2D |
| Octal | 260 | 240 | 67 | 0 | 11 | 105 | 37 | 64 | 64 | 55 |
| Binary | 10110000 | 10100000 | 110111 | 0 | 1001 | 1000101 | 11111 | 110100 | 110100 | 101101 |
Color Harmonies of #B0A037
Complementary color
Monochromatic Colors of #B0A037
Black with #B0A037
Text Example
Text Example
White with #B0A037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A037; }
p { color: rgb(176,160,55); }
H1.HeaderClassName
{
color: #B0A037;
}
.AnyTagClassName
{
color: #B0A037;
}
</style>
background-color css
<style>
a { background-color: #B0A037; }
a { background-color: rgb(176,160,55); }
div.DivClassName
{
background-color: #B0A037;
}
.BgClassName
{
background-color: #B0A037;
}
</style>
border-color css
<style>
span { border-color: #B0A037; }
span { border-color: rgb(176,160,55); }
td.TdClassName
{
border-color: #B0A037;
}
.TagClassName
{
border-color: #B0A037;
}
</style>