Shades of Brass #B5A746
Tints of Brass #B5A746
RGB
CMYK
RGB Variations
Color information
#B5A746 (or 0xB5A746) is known color: Brass. HEX triplet: B5, A7 and 46. RGB value is (181,167,70). Sum of RGB (Red+Green+Blue) = 181+167+70=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A746 is #4A58B9. Grayscale: #A0A0A0. Windows color (decimal): -4872378 or 4630453. OLE color: 4630453.
HSL color Cylindrical-coordinate representation of color #B5A746: hue angle of 52.43º 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 #B5A746 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 167 | 70 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.29 |
| HSL | 52.43º | 0.44% | 0.49% | - |
| HSV(B) | 52.43º | 0.61% | 0.71% | - |
| XYZ | 33.98 | 37.9 | 11.32 | - |
| YUV | 160.13 | 77.14 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 167 | 70 | 0 | 0.08 | 0.61 | 0.29 | 52.43 | 0.44 | 0.49 |
| Hex | B5 | A7 | 46 | 0 | 8 | 3D | 1D | 34 | 2C | 31 |
| Octal | 265 | 247 | 106 | 0 | 10 | 75 | 35 | 64 | 54 | 61 |
| Binary | 10110101 | 10100111 | 1000110 | 0 | 1000 | 111101 | 11101 | 110100 | 101100 | 110001 |
Color Harmonies of #B5A746
Complementary color
Monochromatic Colors of #B5A746
Black with #B5A746
Text Example
Text Example
White with #B5A746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A746; }
p { color: rgb(181,167,70); }
H1.HeaderClassName
{
color: #B5A746;
}
.AnyTagClassName
{
color: #B5A746;
}
</style>
background-color css
<style>
a { background-color: #B5A746; }
a { background-color: rgb(181,167,70); }
div.DivClassName
{
background-color: #B5A746;
}
.BgClassName
{
background-color: #B5A746;
}
</style>
border-color css
<style>
span { border-color: #B5A746; }
span { border-color: rgb(181,167,70); }
td.TdClassName
{
border-color: #B5A746;
}
.TagClassName
{
border-color: #B5A746;
}
</style>