Shades of Brass #B6A846
Tints of Brass #B6A846
RGB
CMYK
RGB Variations
Color information
#B6A846 (or 0xB6A846) is known color: Brass. HEX triplet: B6, A8 and 46. RGB value is (182,168,70). Sum of RGB (Red+Green+Blue) = 182+168+70=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A846 is #4957B9. Grayscale: #A1A1A1. Windows color (decimal): -4806586 or 4630710. OLE color: 4630710.
HSL color Cylindrical-coordinate representation of color #B6A846: hue angle of 52.5º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B6A846 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 168 | 70 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.29 |
| HSL | 52.5º | 0.44% | 0.49% | - |
| HSV(B) | 52.5º | 0.62% | 0.71% | - |
| XYZ | 34.4 | 38.39 | 11.39 | - |
| YUV | 161.01 | 76.64 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 70 | 0 | 0.08 | 0.62 | 0.29 | 52.5 | 0.44 | 0.49 |
| Hex | B6 | A8 | 46 | 0 | 8 | 3E | 1D | 34 | 2C | 31 |
| Octal | 266 | 250 | 106 | 0 | 10 | 76 | 35 | 64 | 54 | 61 |
| Binary | 10110110 | 10101000 | 1000110 | 0 | 1000 | 111110 | 11101 | 110100 | 101100 | 110001 |
Color Harmonies of #B6A846
Complementary color
Monochromatic Colors of #B6A846
Black with #B6A846
Text Example
Text Example
White with #B6A846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A846; }
p { color: rgb(182,168,70); }
H1.HeaderClassName
{
color: #B6A846;
}
.AnyTagClassName
{
color: #B6A846;
}
</style>
background-color css
<style>
a { background-color: #B6A846; }
a { background-color: rgb(182,168,70); }
div.DivClassName
{
background-color: #B6A846;
}
.BgClassName
{
background-color: #B6A846;
}
</style>
border-color css
<style>
span { border-color: #B6A846; }
span { border-color: rgb(182,168,70); }
td.TdClassName
{
border-color: #B6A846;
}
.TagClassName
{
border-color: #B6A846;
}
</style>