Shades of Brass #B8A747
Tints of Brass #B8A747
RGB
CMYK
RGB Variations
Color information
#B8A747 (or 0xB8A747) is known color: Brass. HEX triplet: B8, A7 and 47. RGB value is (184,167,71). Sum of RGB (Red+Green+Blue) = 184+167+71=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 71 (28.12% from 255 or 16.82% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A747 is #4758B8. Grayscale: #A1A1A1. Windows color (decimal): -4675769 or 4695992. OLE color: 4695992.
HSL color Cylindrical-coordinate representation of color #B8A747: hue angle of 50.97º 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 #B8A747 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 167 | 71 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.28 |
| HSL | 50.97º | 0.44% | 0.5% | - |
| HSV(B) | 50.97º | 0.61% | 0.72% | - |
| XYZ | 34.72 | 38.28 | 11.52 | - |
| YUV | 161.14 | 77.13 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 167 | 71 | 0 | 0.09 | 0.61 | 0.28 | 50.97 | 0.44 | 0.5 |
| Hex | B8 | A7 | 47 | 0 | 9 | 3D | 1C | 33 | 2C | 32 |
| Octal | 270 | 247 | 107 | 0 | 11 | 75 | 34 | 63 | 54 | 62 |
| Binary | 10111000 | 10100111 | 1000111 | 0 | 1001 | 111101 | 11100 | 110011 | 101100 | 110010 |
Color Harmonies of #B8A747
Complementary color
Monochromatic Colors of #B8A747
Black with #B8A747
Text Example
Text Example
White with #B8A747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A747; }
p { color: rgb(184,167,71); }
H1.HeaderClassName
{
color: #B8A747;
}
.AnyTagClassName
{
color: #B8A747;
}
</style>
background-color css
<style>
a { background-color: #B8A747; }
a { background-color: rgb(184,167,71); }
div.DivClassName
{
background-color: #B8A747;
}
.BgClassName
{
background-color: #B8A747;
}
</style>
border-color css
<style>
span { border-color: #B8A747; }
span { border-color: rgb(184,167,71); }
td.TdClassName
{
border-color: #B8A747;
}
.TagClassName
{
border-color: #B8A747;
}
</style>