Shades of Brass #B7A947
Tints of Brass #B7A947
RGB
CMYK
RGB Variations
Color information
#B7A947 (or 0xB7A947) is known color: Brass. HEX triplet: B7, A9 and 47. RGB value is (183,169,71). Sum of RGB (Red+Green+Blue) = 183+169+71=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A947 is #4856B8. Grayscale: #A2A2A2. Windows color (decimal): -4740793 or 4696503. OLE color: 4696503.
HSL color Cylindrical-coordinate representation of color #B7A947: hue angle of 52.5º 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 #B7A947 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 169 | 71 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.28 |
| HSL | 52.5º | 0.44% | 0.5% | - |
| HSV(B) | 52.5º | 0.61% | 0.72% | - |
| XYZ | 34.85 | 38.9 | 11.63 | - |
| YUV | 162.01 | 76.64 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 71 | 0 | 0.08 | 0.61 | 0.28 | 52.5 | 0.44 | 0.5 |
| Hex | B7 | A9 | 47 | 0 | 8 | 3D | 1C | 34 | 2C | 32 |
| Octal | 267 | 251 | 107 | 0 | 10 | 75 | 34 | 64 | 54 | 62 |
| Binary | 10110111 | 10101001 | 1000111 | 0 | 1000 | 111101 | 11100 | 110100 | 101100 | 110010 |
Color Harmonies of #B7A947
Complementary color
Monochromatic Colors of #B7A947
Black with #B7A947
Text Example
Text Example
White with #B7A947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A947; }
p { color: rgb(183,169,71); }
H1.HeaderClassName
{
color: #B7A947;
}
.AnyTagClassName
{
color: #B7A947;
}
</style>
background-color css
<style>
a { background-color: #B7A947; }
a { background-color: rgb(183,169,71); }
div.DivClassName
{
background-color: #B7A947;
}
.BgClassName
{
background-color: #B7A947;
}
</style>
border-color css
<style>
span { border-color: #B7A947; }
span { border-color: rgb(183,169,71); }
td.TdClassName
{
border-color: #B7A947;
}
.TagClassName
{
border-color: #B7A947;
}
</style>