Shades of Brass #B6A937
Tints of Brass #B6A937
RGB
CMYK
RGB Variations
Color information
#B6A937 (or 0xB6A937) is known color: Brass. HEX triplet: B6, A9 and 37. RGB value is (182,169,55). Sum of RGB (Red+Green+Blue) = 182+169+55=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A937 is #4956C8. Grayscale: #A0A0A0. Windows color (decimal): -4806345 or 3647926. OLE color: 3647926.
HSL color Cylindrical-coordinate representation of color #B6A937: hue angle of 53.86º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6A937 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 169 | 55 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.29 |
| HSL | 53.86º | 0.54% | 0.46% | - |
| HSV(B) | 53.86º | 0.7% | 0.71% | - |
| XYZ | 34.17 | 38.6 | 9.26 | - |
| YUV | 159.89 | 68.81 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 169 | 55 | 0 | 0.07 | 0.70 | 0.29 | 53.86 | 0.54 | 0.46 |
| Hex | B6 | A9 | 37 | 0 | 7 | 46 | 1D | 36 | 36 | 2E |
| Octal | 266 | 251 | 67 | 0 | 7 | 106 | 35 | 66 | 66 | 56 |
| Binary | 10110110 | 10101001 | 110111 | 0 | 111 | 1000110 | 11101 | 110110 | 110110 | 101110 |
Color Harmonies of #B6A937
Complementary color
Monochromatic Colors of #B6A937
Black with #B6A937
Text Example
Text Example
White with #B6A937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A937; }
p { color: rgb(182,169,55); }
H1.HeaderClassName
{
color: #B6A937;
}
.AnyTagClassName
{
color: #B6A937;
}
</style>
background-color css
<style>
a { background-color: #B6A937; }
a { background-color: rgb(182,169,55); }
div.DivClassName
{
background-color: #B6A937;
}
.BgClassName
{
background-color: #B6A937;
}
</style>
border-color css
<style>
span { border-color: #B6A937; }
span { border-color: rgb(182,169,55); }
td.TdClassName
{
border-color: #B6A937;
}
.TagClassName
{
border-color: #B6A937;
}
</style>