Shades of Brass #B2A048
Tints of Brass #B2A048
RGB
CMYK
RGB Variations
Color information
#B2A048 (or 0xB2A048) is known color: Brass. HEX triplet: B2, A0 and 48. RGB value is (178,160,72). Sum of RGB (Red+Green+Blue) = 178+160+72=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A048 is #4D5FB7. Grayscale: #9B9B9B. Windows color (decimal): -5070776 or 4759730. OLE color: 4759730.
HSL color Cylindrical-coordinate representation of color #B2A048: hue angle of 49.81º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2A048 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 72 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.30 |
| HSL | 49.81º | 0.42% | 0.49% | - |
| HSV(B) | 49.81º | 0.6% | 0.7% | - |
| XYZ | 32.1 | 35.07 | 11.21 | - |
| YUV | 155.35 | 80.96 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 72 | 0 | 0.10 | 0.60 | 0.30 | 49.81 | 0.42 | 0.49 |
| Hex | B2 | A0 | 48 | 0 | A | 3C | 1E | 32 | 2A | 31 |
| Octal | 262 | 240 | 110 | 0 | 12 | 74 | 36 | 62 | 52 | 61 |
| Binary | 10110010 | 10100000 | 1001000 | 0 | 1010 | 111100 | 11110 | 110010 | 101010 | 110001 |
Color Harmonies of #B2A048
Complementary color
Monochromatic Colors of #B2A048
Black with #B2A048
Text Example
Text Example
White with #B2A048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A048; }
p { color: rgb(178,160,72); }
H1.HeaderClassName
{
color: #B2A048;
}
.AnyTagClassName
{
color: #B2A048;
}
</style>
background-color css
<style>
a { background-color: #B2A048; }
a { background-color: rgb(178,160,72); }
div.DivClassName
{
background-color: #B2A048;
}
.BgClassName
{
background-color: #B2A048;
}
</style>
border-color css
<style>
span { border-color: #B2A048; }
span { border-color: rgb(178,160,72); }
td.TdClassName
{
border-color: #B2A048;
}
.TagClassName
{
border-color: #B2A048;
}
</style>