Shades of Brass #B7A748
Tints of Brass #B7A748
RGB
CMYK
RGB Variations
Color information
#B7A748 (or 0xB7A748) is known color: Brass. HEX triplet: B7, A7 and 48. RGB value is (183,167,72). Sum of RGB (Red+Green+Blue) = 183+167+72=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A748 is #4858B7. Grayscale: #A1A1A1. Windows color (decimal): -4741304 or 4761527. OLE color: 4761527.
HSL color Cylindrical-coordinate representation of color #B7A748: hue angle of 51.35º 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 #B7A748 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 167 | 72 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.28 |
| HSL | 51.35º | 0.44% | 0.5% | - |
| HSV(B) | 51.35º | 0.61% | 0.72% | - |
| XYZ | 34.52 | 38.17 | 11.68 | - |
| YUV | 160.95 | 77.8 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 72 | 0 | 0.09 | 0.61 | 0.28 | 51.35 | 0.44 | 0.5 |
| Hex | B7 | A7 | 48 | 0 | 9 | 3D | 1C | 33 | 2C | 32 |
| Octal | 267 | 247 | 110 | 0 | 11 | 75 | 34 | 63 | 54 | 62 |
| Binary | 10110111 | 10100111 | 1001000 | 0 | 1001 | 111101 | 11100 | 110011 | 101100 | 110010 |
Color Harmonies of #B7A748
Complementary color
Monochromatic Colors of #B7A748
Black with #B7A748
Text Example
Text Example
White with #B7A748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A748; }
p { color: rgb(183,167,72); }
H1.HeaderClassName
{
color: #B7A748;
}
.AnyTagClassName
{
color: #B7A748;
}
</style>
background-color css
<style>
a { background-color: #B7A748; }
a { background-color: rgb(183,167,72); }
div.DivClassName
{
background-color: #B7A748;
}
.BgClassName
{
background-color: #B7A748;
}
</style>
border-color css
<style>
span { border-color: #B7A748; }
span { border-color: rgb(183,167,72); }
td.TdClassName
{
border-color: #B7A748;
}
.TagClassName
{
border-color: #B7A748;
}
</style>