Shades of Brass #B2A044
Tints of Brass #B2A044
RGB
CMYK
RGB Variations
Color information
#B2A044 (or 0xB2A044) is known color: Brass. HEX triplet: B2, A0 and 44. RGB value is (178,160,68). Sum of RGB (Red+Green+Blue) = 178+160+68=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A044 is #4D5FBB. Grayscale: #9B9B9B. Windows color (decimal): -5070780 or 4497586. OLE color: 4497586.
HSL color Cylindrical-coordinate representation of color #B2A044: hue angle of 50.18º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2A044 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 68 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.30 |
| HSL | 50.18º | 0.45% | 0.48% | - |
| HSV(B) | 50.18º | 0.62% | 0.7% | - |
| XYZ | 31.97 | 35.02 | 10.54 | - |
| YUV | 154.89 | 78.96 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 68 | 0 | 0.10 | 0.62 | 0.30 | 50.18 | 0.45 | 0.48 |
| Hex | B2 | A0 | 44 | 0 | A | 3E | 1E | 32 | 2D | 30 |
| Octal | 262 | 240 | 104 | 0 | 12 | 76 | 36 | 62 | 55 | 60 |
| Binary | 10110010 | 10100000 | 1000100 | 0 | 1010 | 111110 | 11110 | 110010 | 101101 | 110000 |
Color Harmonies of #B2A044
Complementary color
Monochromatic Colors of #B2A044
Black with #B2A044
Text Example
Text Example
White with #B2A044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A044; }
p { color: rgb(178,160,68); }
H1.HeaderClassName
{
color: #B2A044;
}
.AnyTagClassName
{
color: #B2A044;
}
</style>
background-color css
<style>
a { background-color: #B2A044; }
a { background-color: rgb(178,160,68); }
div.DivClassName
{
background-color: #B2A044;
}
.BgClassName
{
background-color: #B2A044;
}
</style>
border-color css
<style>
span { border-color: #B2A044; }
span { border-color: rgb(178,160,68); }
td.TdClassName
{
border-color: #B2A044;
}
.TagClassName
{
border-color: #B2A044;
}
</style>