Shades of Brass #B6A951
Tints of Brass #B6A951
RGB
CMYK
RGB Variations
Color information
#B6A951 (or 0xB6A951) is known color: Brass. HEX triplet: B6, A9 and 51. RGB value is (182,169,81). Sum of RGB (Red+Green+Blue) = 182+169+81=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A951 is #4956AE. Grayscale: #A3A3A3. Windows color (decimal): -4806319 or 5351862. OLE color: 5351862.
HSL color Cylindrical-coordinate representation of color #B6A951: hue angle of 52.28º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B6A951 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 169 | 81 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.29 |
| HSL | 52.28º | 0.41% | 0.52% | - |
| HSV(B) | 52.28º | 0.55% | 0.71% | - |
| XYZ | 34.96 | 38.92 | 13.45 | - |
| YUV | 162.86 | 81.81 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 169 | 81 | 0 | 0.07 | 0.55 | 0.29 | 52.28 | 0.41 | 0.52 |
| Hex | B6 | A9 | 51 | 0 | 7 | 37 | 1D | 34 | 29 | 34 |
| Octal | 266 | 251 | 121 | 0 | 7 | 67 | 35 | 64 | 51 | 64 |
| Binary | 10110110 | 10101001 | 1010001 | 0 | 111 | 110111 | 11101 | 110100 | 101001 | 110100 |
Color Harmonies of #B6A951
Complementary color
Monochromatic Colors of #B6A951
Black with #B6A951
Text Example
Text Example
White with #B6A951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A951; }
p { color: rgb(182,169,81); }
H1.HeaderClassName
{
color: #B6A951;
}
.AnyTagClassName
{
color: #B6A951;
}
</style>
background-color css
<style>
a { background-color: #B6A951; }
a { background-color: rgb(182,169,81); }
div.DivClassName
{
background-color: #B6A951;
}
.BgClassName
{
background-color: #B6A951;
}
</style>
border-color css
<style>
span { border-color: #B6A951; }
span { border-color: rgb(182,169,81); }
td.TdClassName
{
border-color: #B6A951;
}
.TagClassName
{
border-color: #B6A951;
}
</style>