Shades of Brass #B2A133
Tints of Brass #B2A133
RGB
CMYK
RGB Variations
Color information
#B2A133 (or 0xB2A133) is known color: Brass. HEX triplet: B2, A1 and 33. RGB value is (178,161,51). Sum of RGB (Red+Green+Blue) = 178+161+51=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A133 is #4D5ECC. Grayscale: #9A9A9A. Windows color (decimal): -5070541 or 3383730. OLE color: 3383730.
HSL color Cylindrical-coordinate representation of color #B2A133: hue angle of 51.97º 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 #B2A133 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 161 | 51 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.30 |
| HSL | 51.97º | 0.55% | 0.45% | - |
| HSV(B) | 51.97º | 0.71% | 0.7% | - |
| XYZ | 31.7 | 35.19 | 8.25 | - |
| YUV | 153.54 | 70.13 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 161 | 51 | 0 | 0.10 | 0.71 | 0.30 | 51.97 | 0.55 | 0.45 |
| Hex | B2 | A1 | 33 | 0 | A | 47 | 1E | 34 | 37 | 2D |
| Octal | 262 | 241 | 63 | 0 | 12 | 107 | 36 | 64 | 67 | 55 |
| Binary | 10110010 | 10100001 | 110011 | 0 | 1010 | 1000111 | 11110 | 110100 | 110111 | 101101 |
Color Harmonies of #B2A133
Complementary color
Monochromatic Colors of #B2A133
Black with #B2A133
Text Example
Text Example
White with #B2A133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A133; }
p { color: rgb(178,161,51); }
H1.HeaderClassName
{
color: #B2A133;
}
.AnyTagClassName
{
color: #B2A133;
}
</style>
background-color css
<style>
a { background-color: #B2A133; }
a { background-color: rgb(178,161,51); }
div.DivClassName
{
background-color: #B2A133;
}
.BgClassName
{
background-color: #B2A133;
}
</style>
border-color css
<style>
span { border-color: #B2A133; }
span { border-color: rgb(178,161,51); }
td.TdClassName
{
border-color: #B2A133;
}
.TagClassName
{
border-color: #B2A133;
}
</style>