Shades of Brass #B2A042
Tints of Brass #B2A042
RGB
CMYK
RGB Variations
Color information
#B2A042 (or 0xB2A042) is known color: Brass. HEX triplet: B2, A0 and 42. RGB value is (178,160,66). Sum of RGB (Red+Green+Blue) = 178+160+66=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A042 is #4D5FBD. Grayscale: #9B9B9B. Windows color (decimal): -5070782 or 4366514. OLE color: 4366514.
HSL color Cylindrical-coordinate representation of color #B2A042: hue angle of 50.36º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2A042 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 66 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.30 |
| HSL | 50.36º | 0.46% | 0.48% | - |
| HSV(B) | 50.36º | 0.63% | 0.7% | - |
| XYZ | 31.91 | 35 | 10.23 | - |
| YUV | 154.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 66 | 0 | 0.10 | 0.63 | 0.30 | 50.36 | 0.46 | 0.48 |
| Hex | B2 | A0 | 42 | 0 | A | 3F | 1E | 32 | 2E | 30 |
| Octal | 262 | 240 | 102 | 0 | 12 | 77 | 36 | 62 | 56 | 60 |
| Binary | 10110010 | 10100000 | 1000010 | 0 | 1010 | 111111 | 11110 | 110010 | 101110 | 110000 |
Color Harmonies of #B2A042
Complementary color
Monochromatic Colors of #B2A042
Black with #B2A042
Text Example
Text Example
White with #B2A042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A042; }
p { color: rgb(178,160,66); }
H1.HeaderClassName
{
color: #B2A042;
}
.AnyTagClassName
{
color: #B2A042;
}
</style>
background-color css
<style>
a { background-color: #B2A042; }
a { background-color: rgb(178,160,66); }
div.DivClassName
{
background-color: #B2A042;
}
.BgClassName
{
background-color: #B2A042;
}
</style>
border-color css
<style>
span { border-color: #B2A042; }
span { border-color: rgb(178,160,66); }
td.TdClassName
{
border-color: #B2A042;
}
.TagClassName
{
border-color: #B2A042;
}
</style>