Shades of Brass #B2A852
Tints of Brass #B2A852
RGB
CMYK
RGB Variations
Color information
#B2A852 (or 0xB2A852) is known color: Brass. HEX triplet: B2, A8 and 52. RGB value is (178,168,82). Sum of RGB (Red+Green+Blue) = 178+168+82=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A852 is #4D57AD. Grayscale: #A1A1A1. Windows color (decimal): -5068718 or 5417138. OLE color: 5417138.
HSL color Cylindrical-coordinate representation of color #B2A852: hue angle of 53.75º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2A852 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 168 | 82 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.30 |
| HSL | 53.75º | 0.38% | 0.51% | - |
| HSV(B) | 53.75º | 0.54% | 0.7% | - |
| XYZ | 33.89 | 38.08 | 13.55 | - |
| YUV | 161.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 82 | 0 | 0.06 | 0.54 | 0.30 | 53.75 | 0.38 | 0.51 |
| Hex | B2 | A8 | 52 | 0 | 6 | 36 | 1E | 36 | 26 | 33 |
| Octal | 262 | 250 | 122 | 0 | 6 | 66 | 36 | 66 | 46 | 63 |
| Binary | 10110010 | 10101000 | 1010010 | 0 | 110 | 110110 | 11110 | 110110 | 100110 | 110011 |
Color Harmonies of #B2A852
Complementary color
Monochromatic Colors of #B2A852
Black with #B2A852
Text Example
Text Example
White with #B2A852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A852; }
p { color: rgb(178,168,82); }
H1.HeaderClassName
{
color: #B2A852;
}
.AnyTagClassName
{
color: #B2A852;
}
</style>
background-color css
<style>
a { background-color: #B2A852; }
a { background-color: rgb(178,168,82); }
div.DivClassName
{
background-color: #B2A852;
}
.BgClassName
{
background-color: #B2A852;
}
</style>
border-color css
<style>
span { border-color: #B2A852; }
span { border-color: rgb(178,168,82); }
td.TdClassName
{
border-color: #B2A852;
}
.TagClassName
{
border-color: #B2A852;
}
</style>