Shades of Brass #B7A247
Tints of Brass #B7A247
RGB
CMYK
RGB Variations
Color information
#B7A247 (or 0xB7A247) is known color: Brass. HEX triplet: B7, A2 and 47. RGB value is (183,162,71). Sum of RGB (Red+Green+Blue) = 183+162+71=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A247 is #485DB8. Grayscale: #9E9E9E. Windows color (decimal): -4742585 or 4694711. OLE color: 4694711.
HSL color Cylindrical-coordinate representation of color #B7A247: hue angle of 48.75º 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 #B7A247 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 71 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.28 |
| HSL | 48.75º | 0.44% | 0.5% | - |
| HSV(B) | 48.75º | 0.61% | 0.72% | - |
| XYZ | 33.59 | 36.36 | 11.21 | - |
| YUV | 157.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 71 | 0 | 0.11 | 0.61 | 0.28 | 48.75 | 0.44 | 0.5 |
| Hex | B7 | A2 | 47 | 0 | B | 3D | 1C | 31 | 2C | 32 |
| Octal | 267 | 242 | 107 | 0 | 13 | 75 | 34 | 61 | 54 | 62 |
| Binary | 10110111 | 10100010 | 1000111 | 0 | 1011 | 111101 | 11100 | 110001 | 101100 | 110010 |
Color Harmonies of #B7A247
Complementary color
Monochromatic Colors of #B7A247
Black with #B7A247
Text Example
Text Example
White with #B7A247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A247; }
p { color: rgb(183,162,71); }
H1.HeaderClassName
{
color: #B7A247;
}
.AnyTagClassName
{
color: #B7A247;
}
</style>
background-color css
<style>
a { background-color: #B7A247; }
a { background-color: rgb(183,162,71); }
div.DivClassName
{
background-color: #B7A247;
}
.BgClassName
{
background-color: #B7A247;
}
</style>
border-color css
<style>
span { border-color: #B7A247; }
span { border-color: rgb(183,162,71); }
td.TdClassName
{
border-color: #B7A247;
}
.TagClassName
{
border-color: #B7A247;
}
</style>