Shades of Brass #B2AA4D
Tints of Brass #B2AA4D
RGB
CMYK
RGB Variations
Color information
#B2AA4D (or 0xB2AA4D) is known color: Brass. HEX triplet: B2, AA and 4D. RGB value is (178,170,77). Sum of RGB (Red+Green+Blue) = 178+170+77=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA4D is #4D55B2. Grayscale: #A2A2A2. Windows color (decimal): -5068211 or 5089970. OLE color: 5089970.
HSL color Cylindrical-coordinate representation of color #B2AA4D: hue angle of 55.25º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2AA4D is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 77 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.30 |
| HSL | 55.25º | 0.4% | 0.5% | - |
| HSV(B) | 55.25º | 0.57% | 0.7% | - |
| XYZ | 34.07 | 38.75 | 12.7 | - |
| YUV | 161.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 77 | 0 | 0.04 | 0.57 | 0.30 | 55.25 | 0.4 | 0.5 |
| Hex | B2 | AA | 4D | 0 | 4 | 39 | 1E | 37 | 28 | 32 |
| Octal | 262 | 252 | 115 | 0 | 4 | 71 | 36 | 67 | 50 | 62 |
| Binary | 10110010 | 10101010 | 1001101 | 0 | 100 | 111001 | 11110 | 110111 | 101000 | 110010 |
Color Harmonies of #B2AA4D
Complementary color
Monochromatic Colors of #B2AA4D
Black with #B2AA4D
Text Example
Text Example
White with #B2AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA4D; }
p { color: rgb(178,170,77); }
H1.HeaderClassName
{
color: #B2AA4D;
}
.AnyTagClassName
{
color: #B2AA4D;
}
</style>
background-color css
<style>
a { background-color: #B2AA4D; }
a { background-color: rgb(178,170,77); }
div.DivClassName
{
background-color: #B2AA4D;
}
.BgClassName
{
background-color: #B2AA4D;
}
</style>
border-color css
<style>
span { border-color: #B2AA4D; }
span { border-color: rgb(178,170,77); }
td.TdClassName
{
border-color: #B2AA4D;
}
.TagClassName
{
border-color: #B2AA4D;
}
</style>