Shades of Brass #B2A540
Tints of Brass #B2A540
RGB
CMYK
RGB Variations
Color information
#B2A540 (or 0xB2A540) is known color: Brass. HEX triplet: B2, A5 and 40. RGB value is (178,165,64). Sum of RGB (Red+Green+Blue) = 178+165+64=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A540 is #4D5ABF. Grayscale: #9D9D9D. Windows color (decimal): -5069504 or 4236722. OLE color: 4236722.
HSL color Cylindrical-coordinate representation of color #B2A540: hue angle of 53.16º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2A540 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 165 | 64 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.30 |
| HSL | 53.16º | 0.47% | 0.47% | - |
| HSV(B) | 53.16º | 0.64% | 0.7% | - |
| XYZ | 32.74 | 36.75 | 10.22 | - |
| YUV | 157.37 | 75.31 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 165 | 64 | 0 | 0.07 | 0.64 | 0.30 | 53.16 | 0.47 | 0.47 |
| Hex | B2 | A5 | 40 | 0 | 7 | 40 | 1E | 35 | 2F | 2F |
| Octal | 262 | 245 | 100 | 0 | 7 | 100 | 36 | 65 | 57 | 57 |
| Binary | 10110010 | 10100101 | 1000000 | 0 | 111 | 1000000 | 11110 | 110101 | 101111 | 101111 |
Color Harmonies of #B2A540
Complementary color
Monochromatic Colors of #B2A540
Black with #B2A540
Text Example
Text Example
White with #B2A540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A540; }
p { color: rgb(178,165,64); }
H1.HeaderClassName
{
color: #B2A540;
}
.AnyTagClassName
{
color: #B2A540;
}
</style>
background-color css
<style>
a { background-color: #B2A540; }
a { background-color: rgb(178,165,64); }
div.DivClassName
{
background-color: #B2A540;
}
.BgClassName
{
background-color: #B2A540;
}
</style>
border-color css
<style>
span { border-color: #B2A540; }
span { border-color: rgb(178,165,64); }
td.TdClassName
{
border-color: #B2A540;
}
.TagClassName
{
border-color: #B2A540;
}
</style>