Shades of Brass #B5A046
Tints of Brass #B5A046
RGB
CMYK
RGB Variations
Color information
#B5A046 (or 0xB5A046) is known color: Brass. HEX triplet: B5, A0 and 46. RGB value is (181,160,70). Sum of RGB (Red+Green+Blue) = 181+160+70=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A046 is #4A5FB9. Grayscale: #9C9C9C. Windows color (decimal): -4874170 or 4628661. OLE color: 4628661.
HSL color Cylindrical-coordinate representation of color #B5A046: hue angle of 48.65º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5A046 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 160 | 70 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.29 |
| HSL | 48.65º | 0.44% | 0.49% | - |
| HSV(B) | 48.65º | 0.61% | 0.71% | - |
| XYZ | 32.73 | 35.41 | 10.9 | - |
| YUV | 156.02 | 79.46 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 70 | 0 | 0.12 | 0.61 | 0.29 | 48.65 | 0.44 | 0.49 |
| Hex | B5 | A0 | 46 | 0 | C | 3D | 1D | 31 | 2C | 31 |
| Octal | 265 | 240 | 106 | 0 | 14 | 75 | 35 | 61 | 54 | 61 |
| Binary | 10110101 | 10100000 | 1000110 | 0 | 1100 | 111101 | 11101 | 110001 | 101100 | 110001 |
Color Harmonies of #B5A046
Complementary color
Monochromatic Colors of #B5A046
Black with #B5A046
Text Example
Text Example
White with #B5A046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A046; }
p { color: rgb(181,160,70); }
H1.HeaderClassName
{
color: #B5A046;
}
.AnyTagClassName
{
color: #B5A046;
}
</style>
background-color css
<style>
a { background-color: #B5A046; }
a { background-color: rgb(181,160,70); }
div.DivClassName
{
background-color: #B5A046;
}
.BgClassName
{
background-color: #B5A046;
}
</style>
border-color css
<style>
span { border-color: #B5A046; }
span { border-color: rgb(181,160,70); }
td.TdClassName
{
border-color: #B5A046;
}
.TagClassName
{
border-color: #B5A046;
}
</style>