Shades of Brass #B6A64E
Tints of Brass #B6A64E
RGB
CMYK
RGB Variations
Color information
#B6A64E (or 0xB6A64E) is known color: Brass. HEX triplet: B6, A6 and 4E. RGB value is (182,166,78). Sum of RGB (Red+Green+Blue) = 182+166+78=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A64E is #4959B1. Grayscale: #A1A1A1. Windows color (decimal): -4807090 or 5154486. OLE color: 5154486.
HSL color Cylindrical-coordinate representation of color #B6A64E: hue angle of 50.77º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B6A64E is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 166 | 78 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.29 |
| HSL | 50.77º | 0.42% | 0.51% | - |
| HSV(B) | 50.77º | 0.57% | 0.71% | - |
| XYZ | 34.3 | 37.77 | 12.69 | - |
| YUV | 160.75 | 81.3 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 166 | 78 | 0 | 0.09 | 0.57 | 0.29 | 50.77 | 0.42 | 0.51 |
| Hex | B6 | A6 | 4E | 0 | 9 | 39 | 1D | 33 | 2A | 33 |
| Octal | 266 | 246 | 116 | 0 | 11 | 71 | 35 | 63 | 52 | 63 |
| Binary | 10110110 | 10100110 | 1001110 | 0 | 1001 | 111001 | 11101 | 110011 | 101010 | 110011 |
Color Harmonies of #B6A64E
Complementary color
Monochromatic Colors of #B6A64E
Black with #B6A64E
Text Example
Text Example
White with #B6A64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A64E; }
p { color: rgb(182,166,78); }
H1.HeaderClassName
{
color: #B6A64E;
}
.AnyTagClassName
{
color: #B6A64E;
}
</style>
background-color css
<style>
a { background-color: #B6A64E; }
a { background-color: rgb(182,166,78); }
div.DivClassName
{
background-color: #B6A64E;
}
.BgClassName
{
background-color: #B6A64E;
}
</style>
border-color css
<style>
span { border-color: #B6A64E; }
span { border-color: rgb(182,166,78); }
td.TdClassName
{
border-color: #B6A64E;
}
.TagClassName
{
border-color: #B6A64E;
}
</style>