Shades of Brass #B2A550
Tints of Brass #B2A550
RGB
CMYK
RGB Variations
Color information
#B2A550 (or 0xB2A550) is known color: Brass. HEX triplet: B2, A5 and 50. RGB value is (178,165,80). Sum of RGB (Red+Green+Blue) = 178+165+80=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A550 is #4D5AAF. Grayscale: #9F9F9F. Windows color (decimal): -5069488 or 5285298. OLE color: 5285298.
HSL color Cylindrical-coordinate representation of color #B2A550: hue angle of 52.04º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2A550 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 165 | 80 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.30 |
| HSL | 52.04º | 0.39% | 0.51% | - |
| HSV(B) | 52.04º | 0.55% | 0.7% | - |
| XYZ | 33.26 | 36.95 | 12.97 | - |
| YUV | 159.2 | 83.31 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 165 | 80 | 0 | 0.07 | 0.55 | 0.30 | 52.04 | 0.39 | 0.51 |
| Hex | B2 | A5 | 50 | 0 | 7 | 37 | 1E | 34 | 27 | 33 |
| Octal | 262 | 245 | 120 | 0 | 7 | 67 | 36 | 64 | 47 | 63 |
| Binary | 10110010 | 10100101 | 1010000 | 0 | 111 | 110111 | 11110 | 110100 | 100111 | 110011 |
Color Harmonies of #B2A550
Complementary color
Monochromatic Colors of #B2A550
Black with #B2A550
Text Example
Text Example
White with #B2A550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A550; }
p { color: rgb(178,165,80); }
H1.HeaderClassName
{
color: #B2A550;
}
.AnyTagClassName
{
color: #B2A550;
}
</style>
background-color css
<style>
a { background-color: #B2A550; }
a { background-color: rgb(178,165,80); }
div.DivClassName
{
background-color: #B2A550;
}
.BgClassName
{
background-color: #B2A550;
}
</style>
border-color css
<style>
span { border-color: #B2A550; }
span { border-color: rgb(178,165,80); }
td.TdClassName
{
border-color: #B2A550;
}
.TagClassName
{
border-color: #B2A550;
}
</style>