Shades of Brass #B6A044
Tints of Brass #B6A044
RGB
CMYK
RGB Variations
Color information
#B6A044 (or 0xB6A044) is known color: Brass. HEX triplet: B6, A0 and 44. RGB value is (182,160,68). Sum of RGB (Red+Green+Blue) = 182+160+68=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A044 is #495FBB. Grayscale: #9C9C9C. Windows color (decimal): -4808636 or 4497590. OLE color: 4497590.
HSL color Cylindrical-coordinate representation of color #B6A044: hue angle of 48.42º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6A044 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 160 | 68 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.29 |
| HSL | 48.42º | 0.46% | 0.49% | - |
| HSV(B) | 48.42º | 0.63% | 0.71% | - |
| XYZ | 32.91 | 35.5 | 10.59 | - |
| YUV | 156.09 | 78.29 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 160 | 68 | 0 | 0.12 | 0.63 | 0.29 | 48.42 | 0.46 | 0.49 |
| Hex | B6 | A0 | 44 | 0 | C | 3F | 1D | 30 | 2E | 31 |
| Octal | 266 | 240 | 104 | 0 | 14 | 77 | 35 | 60 | 56 | 61 |
| Binary | 10110110 | 10100000 | 1000100 | 0 | 1100 | 111111 | 11101 | 110000 | 101110 | 110001 |
Color Harmonies of #B6A044
Complementary color
Monochromatic Colors of #B6A044
Black with #B6A044
Text Example
Text Example
White with #B6A044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A044; }
p { color: rgb(182,160,68); }
H1.HeaderClassName
{
color: #B6A044;
}
.AnyTagClassName
{
color: #B6A044;
}
</style>
background-color css
<style>
a { background-color: #B6A044; }
a { background-color: rgb(182,160,68); }
div.DivClassName
{
background-color: #B6A044;
}
.BgClassName
{
background-color: #B6A044;
}
</style>
border-color css
<style>
span { border-color: #B6A044; }
span { border-color: rgb(182,160,68); }
td.TdClassName
{
border-color: #B6A044;
}
.TagClassName
{
border-color: #B6A044;
}
</style>