Shades of Brass #B7A647
Tints of Brass #B7A647
RGB
CMYK
RGB Variations
Color information
#B7A647 (or 0xB7A647) is known color: Brass. HEX triplet: B7, A6 and 47. RGB value is (183,166,71). Sum of RGB (Red+Green+Blue) = 183+166+71=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A647 is #4859B8. Grayscale: #A0A0A0. Windows color (decimal): -4741561 or 4695735. OLE color: 4695735.
HSL color Cylindrical-coordinate representation of color #B7A647: hue angle of 50.89º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7A647 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 71 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.28 |
| HSL | 50.89º | 0.44% | 0.5% | - |
| HSV(B) | 50.89º | 0.61% | 0.72% | - |
| XYZ | 34.3 | 37.79 | 11.45 | - |
| YUV | 160.25 | 77.63 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 71 | 0 | 0.09 | 0.61 | 0.28 | 50.89 | 0.44 | 0.5 |
| Hex | B7 | A6 | 47 | 0 | 9 | 3D | 1C | 33 | 2C | 32 |
| Octal | 267 | 246 | 107 | 0 | 11 | 75 | 34 | 63 | 54 | 62 |
| Binary | 10110111 | 10100110 | 1000111 | 0 | 1001 | 111101 | 11100 | 110011 | 101100 | 110010 |
Color Harmonies of #B7A647
Complementary color
Monochromatic Colors of #B7A647
Black with #B7A647
Text Example
Text Example
White with #B7A647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A647; }
p { color: rgb(183,166,71); }
H1.HeaderClassName
{
color: #B7A647;
}
.AnyTagClassName
{
color: #B7A647;
}
</style>
background-color css
<style>
a { background-color: #B7A647; }
a { background-color: rgb(183,166,71); }
div.DivClassName
{
background-color: #B7A647;
}
.BgClassName
{
background-color: #B7A647;
}
</style>
border-color css
<style>
span { border-color: #B7A647; }
span { border-color: rgb(183,166,71); }
td.TdClassName
{
border-color: #B7A647;
}
.TagClassName
{
border-color: #B7A647;
}
</style>