Shades of Brass #B3A036
Tints of Brass #B3A036
RGB
CMYK
RGB Variations
Color information
#B3A036 (or 0xB3A036) is known color: Brass. HEX triplet: B3, A0 and 36. RGB value is (179,160,54). Sum of RGB (Red+Green+Blue) = 179+160+54=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 54 (21.48% from 255 or 13.74% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A036 is #4C5FC9. Grayscale: #9A9A9A. Windows color (decimal): -5005258 or 3580083. OLE color: 3580083.
HSL color Cylindrical-coordinate representation of color #B3A036: hue angle of 50.88º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3A036 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 160 | 54 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.30 |
| HSL | 50.88º | 0.54% | 0.46% | - |
| HSV(B) | 50.88º | 0.7% | 0.7% | - |
| XYZ | 31.83 | 34.99 | 8.57 | - |
| YUV | 153.6 | 71.79 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 54 | 0 | 0.11 | 0.70 | 0.30 | 50.88 | 0.54 | 0.46 |
| Hex | B3 | A0 | 36 | 0 | B | 46 | 1E | 33 | 36 | 2E |
| Octal | 263 | 240 | 66 | 0 | 13 | 106 | 36 | 63 | 66 | 56 |
| Binary | 10110011 | 10100000 | 110110 | 0 | 1011 | 1000110 | 11110 | 110011 | 110110 | 101110 |
Color Harmonies of #B3A036
Complementary color
Monochromatic Colors of #B3A036
Black with #B3A036
Text Example
Text Example
White with #B3A036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A036; }
p { color: rgb(179,160,54); }
H1.HeaderClassName
{
color: #B3A036;
}
.AnyTagClassName
{
color: #B3A036;
}
</style>
background-color css
<style>
a { background-color: #B3A036; }
a { background-color: rgb(179,160,54); }
div.DivClassName
{
background-color: #B3A036;
}
.BgClassName
{
background-color: #B3A036;
}
</style>
border-color css
<style>
span { border-color: #B3A036; }
span { border-color: rgb(179,160,54); }
td.TdClassName
{
border-color: #B3A036;
}
.TagClassName
{
border-color: #B3A036;
}
</style>