Shades of Brass #B2A034
Tints of Brass #B2A034
RGB
CMYK
RGB Variations
Color information
#B2A034 (or 0xB2A034) is known color: Brass. HEX triplet: B2, A0 and 34. RGB value is (178,160,52). Sum of RGB (Red+Green+Blue) = 178+160+52=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 52 (20.70% from 255 or 13.33% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A034 is #4D5FCB. Grayscale: #999999. Windows color (decimal): -5070796 or 3449010. OLE color: 3449010.
HSL color Cylindrical-coordinate representation of color #B2A034: hue angle of 51.43º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2A034 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 52 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.30 |
| HSL | 51.43º | 0.55% | 0.45% | - |
| HSV(B) | 51.43º | 0.71% | 0.7% | - |
| XYZ | 31.55 | 34.85 | 8.31 | - |
| YUV | 153.07 | 70.96 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 52 | 0 | 0.10 | 0.71 | 0.30 | 51.43 | 0.55 | 0.45 |
| Hex | B2 | A0 | 34 | 0 | A | 47 | 1E | 33 | 37 | 2D |
| Octal | 262 | 240 | 64 | 0 | 12 | 107 | 36 | 63 | 67 | 55 |
| Binary | 10110010 | 10100000 | 110100 | 0 | 1010 | 1000111 | 11110 | 110011 | 110111 | 101101 |
Color Harmonies of #B2A034
Complementary color
Monochromatic Colors of #B2A034
Black with #B2A034
Text Example
Text Example
White with #B2A034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A034; }
p { color: rgb(178,160,52); }
H1.HeaderClassName
{
color: #B2A034;
}
.AnyTagClassName
{
color: #B2A034;
}
</style>
background-color css
<style>
a { background-color: #B2A034; }
a { background-color: rgb(178,160,52); }
div.DivClassName
{
background-color: #B2A034;
}
.BgClassName
{
background-color: #B2A034;
}
</style>
border-color css
<style>
span { border-color: #B2A034; }
span { border-color: rgb(178,160,52); }
td.TdClassName
{
border-color: #B2A034;
}
.TagClassName
{
border-color: #B2A034;
}
</style>