Shades of Brass #B2A936
Tints of Brass #B2A936
RGB
CMYK
RGB Variations
Color information
#B2A936 (or 0xB2A936) is known color: Brass. HEX triplet: B2, A9 and 36. RGB value is (178,169,54). Sum of RGB (Red+Green+Blue) = 178+169+54=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 54 (21.48% from 255 or 13.47% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A936 is #4D56C9. Grayscale: #9F9F9F. Windows color (decimal): -5068490 or 3582386. OLE color: 3582386.
HSL color Cylindrical-coordinate representation of color #B2A936: hue angle of 55.65º degrees, saturation: 0.53, 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 #B2A936 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 169 | 54 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.30 |
| HSL | 55.65º | 0.53% | 0.45% | - |
| HSV(B) | 55.65º | 0.7% | 0.7% | - |
| XYZ | 33.21 | 38.11 | 9.09 | - |
| YUV | 158.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 169 | 54 | 0 | 0.05 | 0.70 | 0.30 | 55.65 | 0.53 | 0.45 |
| Hex | B2 | A9 | 36 | 0 | 5 | 46 | 1E | 38 | 35 | 2D |
| Octal | 262 | 251 | 66 | 0 | 5 | 106 | 36 | 70 | 65 | 55 |
| Binary | 10110010 | 10101001 | 110110 | 0 | 101 | 1000110 | 11110 | 111000 | 110101 | 101101 |
Color Harmonies of #B2A936
Complementary color
Monochromatic Colors of #B2A936
Black with #B2A936
Text Example
Text Example
White with #B2A936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A936; }
p { color: rgb(178,169,54); }
H1.HeaderClassName
{
color: #B2A936;
}
.AnyTagClassName
{
color: #B2A936;
}
</style>
background-color css
<style>
a { background-color: #B2A936; }
a { background-color: rgb(178,169,54); }
div.DivClassName
{
background-color: #B2A936;
}
.BgClassName
{
background-color: #B2A936;
}
</style>
border-color css
<style>
span { border-color: #B2A936; }
span { border-color: rgb(178,169,54); }
td.TdClassName
{
border-color: #B2A936;
}
.TagClassName
{
border-color: #B2A936;
}
</style>