Shades of Brass #B6A847
Tints of Brass #B6A847
RGB
CMYK
RGB Variations
Color information
#B6A847 (or 0xB6A847) is known color: Brass. HEX triplet: B6, A8 and 47. RGB value is (182,168,71). Sum of RGB (Red+Green+Blue) = 182+168+71=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A847 is #4957B8. Grayscale: #A1A1A1. Windows color (decimal): -4806585 or 4696246. OLE color: 4696246.
HSL color Cylindrical-coordinate representation of color #B6A847: hue angle of 52.43º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B6A847 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 168 | 71 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.29 |
| HSL | 52.43º | 0.44% | 0.5% | - |
| HSV(B) | 52.43º | 0.61% | 0.71% | - |
| XYZ | 34.43 | 38.41 | 11.56 | - |
| YUV | 161.13 | 77.14 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 71 | 0 | 0.08 | 0.61 | 0.29 | 52.43 | 0.44 | 0.5 |
| Hex | B6 | A8 | 47 | 0 | 8 | 3D | 1D | 34 | 2C | 32 |
| Octal | 266 | 250 | 107 | 0 | 10 | 75 | 35 | 64 | 54 | 62 |
| Binary | 10110110 | 10101000 | 1000111 | 0 | 1000 | 111101 | 11101 | 110100 | 101100 | 110010 |
Color Harmonies of #B6A847
Complementary color
Monochromatic Colors of #B6A847
Black with #B6A847
Text Example
Text Example
White with #B6A847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A847; }
p { color: rgb(182,168,71); }
H1.HeaderClassName
{
color: #B6A847;
}
.AnyTagClassName
{
color: #B6A847;
}
</style>
background-color css
<style>
a { background-color: #B6A847; }
a { background-color: rgb(182,168,71); }
div.DivClassName
{
background-color: #B6A847;
}
.BgClassName
{
background-color: #B6A847;
}
</style>
border-color css
<style>
span { border-color: #B6A847; }
span { border-color: rgb(182,168,71); }
td.TdClassName
{
border-color: #B6A847;
}
.TagClassName
{
border-color: #B6A847;
}
</style>