Shades of Brass #B2AA35
Tints of Brass #B2AA35
RGB
CMYK
RGB Variations
Color information
#B2AA35 (or 0xB2AA35) is known color: Brass. HEX triplet: B2, AA and 35. RGB value is (178,170,53). Sum of RGB (Red+Green+Blue) = 178+170+53=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AA35 is #4D55CA. Grayscale: #9F9F9F. Windows color (decimal): -5068235 or 3517106. OLE color: 3517106.
HSL color Cylindrical-coordinate representation of color #B2AA35: hue angle of 56.16º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2AA35 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 53 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.30 |
| HSL | 56.16º | 0.54% | 0.45% | - |
| HSV(B) | 56.16º | 0.7% | 0.7% | - |
| XYZ | 33.38 | 38.47 | 9.03 | - |
| YUV | 159.05 | 68.15 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 53 | 0 | 0.04 | 0.70 | 0.30 | 56.16 | 0.54 | 0.45 |
| Hex | B2 | AA | 35 | 0 | 4 | 46 | 1E | 38 | 36 | 2D |
| Octal | 262 | 252 | 65 | 0 | 4 | 106 | 36 | 70 | 66 | 55 |
| Binary | 10110010 | 10101010 | 110101 | 0 | 100 | 1000110 | 11110 | 111000 | 110110 | 101101 |
Color Harmonies of #B2AA35
Complementary color
Monochromatic Colors of #B2AA35
Black with #B2AA35
Text Example
Text Example
White with #B2AA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA35; }
p { color: rgb(178,170,53); }
H1.HeaderClassName
{
color: #B2AA35;
}
.AnyTagClassName
{
color: #B2AA35;
}
</style>
background-color css
<style>
a { background-color: #B2AA35; }
a { background-color: rgb(178,170,53); }
div.DivClassName
{
background-color: #B2AA35;
}
.BgClassName
{
background-color: #B2AA35;
}
</style>
border-color css
<style>
span { border-color: #B2AA35; }
span { border-color: rgb(178,170,53); }
td.TdClassName
{
border-color: #B2AA35;
}
.TagClassName
{
border-color: #B2AA35;
}
</style>