Shades of Brass #B6A745
Tints of Brass #B6A745
RGB
CMYK
RGB Variations
Color information
#B6A745 (or 0xB6A745) is known color: Brass. HEX triplet: B6, A7 and 45. RGB value is (182,167,69). Sum of RGB (Red+Green+Blue) = 182+167+69=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A745 is #4958BA. Grayscale: #A0A0A0. Windows color (decimal): -4806843 or 4564918. OLE color: 4564918.
HSL color Cylindrical-coordinate representation of color #B6A745: hue angle of 52.04º degrees, saturation: 0.45, 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 #B6A745 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 167 | 69 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.29 |
| HSL | 52.04º | 0.45% | 0.49% | - |
| HSV(B) | 52.04º | 0.62% | 0.71% | - |
| XYZ | 34.18 | 38.01 | 11.17 | - |
| YUV | 160.31 | 76.47 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 167 | 69 | 0 | 0.08 | 0.62 | 0.29 | 52.04 | 0.45 | 0.49 |
| Hex | B6 | A7 | 45 | 0 | 8 | 3E | 1D | 34 | 2D | 31 |
| Octal | 266 | 247 | 105 | 0 | 10 | 76 | 35 | 64 | 55 | 61 |
| Binary | 10110110 | 10100111 | 1000101 | 0 | 1000 | 111110 | 11101 | 110100 | 101101 | 110001 |
Color Harmonies of #B6A745
Complementary color
Monochromatic Colors of #B6A745
Black with #B6A745
Text Example
Text Example
White with #B6A745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A745; }
p { color: rgb(182,167,69); }
H1.HeaderClassName
{
color: #B6A745;
}
.AnyTagClassName
{
color: #B6A745;
}
</style>
background-color css
<style>
a { background-color: #B6A745; }
a { background-color: rgb(182,167,69); }
div.DivClassName
{
background-color: #B6A745;
}
.BgClassName
{
background-color: #B6A745;
}
</style>
border-color css
<style>
span { border-color: #B6A745; }
span { border-color: rgb(182,167,69); }
td.TdClassName
{
border-color: #B6A745;
}
.TagClassName
{
border-color: #B6A745;
}
</style>