Shades of Brass #B2A934
Tints of Brass #B2A934
RGB
CMYK
RGB Variations
Color information
#B2A934 (or 0xB2A934) is known color: Brass. HEX triplet: B2, A9 and 34. RGB value is (178,169,52). Sum of RGB (Red+Green+Blue) = 178+169+52=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A934 is #4D56CB. Grayscale: #9E9E9E. Windows color (decimal): -5068492 or 3451314. OLE color: 3451314.
HSL color Cylindrical-coordinate representation of color #B2A934: hue angle of 55.71º 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 #B2A934 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 169 | 52 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.30 |
| HSL | 55.71º | 0.55% | 0.45% | - |
| HSV(B) | 55.71º | 0.71% | 0.7% | - |
| XYZ | 33.17 | 38.09 | 8.85 | - |
| YUV | 158.35 | 67.98 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 169 | 52 | 0 | 0.05 | 0.71 | 0.30 | 55.71 | 0.55 | 0.45 |
| Hex | B2 | A9 | 34 | 0 | 5 | 47 | 1E | 38 | 37 | 2D |
| Octal | 262 | 251 | 64 | 0 | 5 | 107 | 36 | 70 | 67 | 55 |
| Binary | 10110010 | 10101001 | 110100 | 0 | 101 | 1000111 | 11110 | 111000 | 110111 | 101101 |
Color Harmonies of #B2A934
Complementary color
Monochromatic Colors of #B2A934
Black with #B2A934
Text Example
Text Example
White with #B2A934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A934; }
p { color: rgb(178,169,52); }
H1.HeaderClassName
{
color: #B2A934;
}
.AnyTagClassName
{
color: #B2A934;
}
</style>
background-color css
<style>
a { background-color: #B2A934; }
a { background-color: rgb(178,169,52); }
div.DivClassName
{
background-color: #B2A934;
}
.BgClassName
{
background-color: #B2A934;
}
</style>
border-color css
<style>
span { border-color: #B2A934; }
span { border-color: rgb(178,169,52); }
td.TdClassName
{
border-color: #B2A934;
}
.TagClassName
{
border-color: #B2A934;
}
</style>