Shades of Brass #B0A036
Tints of Brass #B0A036
RGB
CMYK
RGB Variations
Color information
#B0A036 (or 0xB0A036) is known color: Brass. HEX triplet: B0, A0 and 36. RGB value is (176,160,54). Sum of RGB (Red+Green+Blue) = 176+160+54=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A036 is #4F5FC9. Grayscale: #999999. Windows color (decimal): -5201866 or 3580080. OLE color: 3580080.
HSL color Cylindrical-coordinate representation of color #B0A036: hue angle of 52.13º degrees, saturation: 0.53, 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 #B0A036 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 160 | 54 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.31 |
| HSL | 52.13º | 0.53% | 0.45% | - |
| HSV(B) | 52.13º | 0.69% | 0.69% | - |
| XYZ | 31.14 | 34.64 | 8.53 | - |
| YUV | 152.7 | 72.3 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 54 | 0 | 0.09 | 0.69 | 0.31 | 52.13 | 0.53 | 0.45 |
| Hex | B0 | A0 | 36 | 0 | 9 | 45 | 1F | 34 | 35 | 2D |
| Octal | 260 | 240 | 66 | 0 | 11 | 105 | 37 | 64 | 65 | 55 |
| Binary | 10110000 | 10100000 | 110110 | 0 | 1001 | 1000101 | 11111 | 110100 | 110101 | 101101 |
Color Harmonies of #B0A036
Complementary color
Monochromatic Colors of #B0A036
Black with #B0A036
Text Example
Text Example
White with #B0A036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A036; }
p { color: rgb(176,160,54); }
H1.HeaderClassName
{
color: #B0A036;
}
.AnyTagClassName
{
color: #B0A036;
}
</style>
background-color css
<style>
a { background-color: #B0A036; }
a { background-color: rgb(176,160,54); }
div.DivClassName
{
background-color: #B0A036;
}
.BgClassName
{
background-color: #B0A036;
}
</style>
border-color css
<style>
span { border-color: #B0A036; }
span { border-color: rgb(176,160,54); }
td.TdClassName
{
border-color: #B0A036;
}
.TagClassName
{
border-color: #B0A036;
}
</style>