Shades of Brass #B6A849
Tints of Brass #B6A849
RGB
CMYK
RGB Variations
Color information
#B6A849 (or 0xB6A849) is known color: Brass. HEX triplet: B6, A8 and 49. RGB value is (182,168,73). Sum of RGB (Red+Green+Blue) = 182+168+73=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A849 is #4957B6. Grayscale: #A1A1A1. Windows color (decimal): -4806583 or 4827318. OLE color: 4827318.
HSL color Cylindrical-coordinate representation of color #B6A849: hue angle of 52.29º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6A849 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 168 | 73 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.29 |
| HSL | 52.29º | 0.43% | 0.5% | - |
| HSV(B) | 52.29º | 0.6% | 0.71% | - |
| XYZ | 34.5 | 38.43 | 11.9 | - |
| YUV | 161.36 | 78.14 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 73 | 0 | 0.08 | 0.60 | 0.29 | 52.29 | 0.43 | 0.5 |
| Hex | B6 | A8 | 49 | 0 | 8 | 3C | 1D | 34 | 2B | 32 |
| Octal | 266 | 250 | 111 | 0 | 10 | 74 | 35 | 64 | 53 | 62 |
| Binary | 10110110 | 10101000 | 1001001 | 0 | 1000 | 111100 | 11101 | 110100 | 101011 | 110010 |
Color Harmonies of #B6A849
Complementary color
Monochromatic Colors of #B6A849
Black with #B6A849
Text Example
Text Example
White with #B6A849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A849; }
p { color: rgb(182,168,73); }
H1.HeaderClassName
{
color: #B6A849;
}
.AnyTagClassName
{
color: #B6A849;
}
</style>
background-color css
<style>
a { background-color: #B6A849; }
a { background-color: rgb(182,168,73); }
div.DivClassName
{
background-color: #B6A849;
}
.BgClassName
{
background-color: #B6A849;
}
</style>
border-color css
<style>
span { border-color: #B6A849; }
span { border-color: rgb(182,168,73); }
td.TdClassName
{
border-color: #B6A849;
}
.TagClassName
{
border-color: #B6A849;
}
</style>