Shades of Brass #B2AB47
Tints of Brass #B2AB47
RGB
CMYK
RGB Variations
Color information
#B2AB47 (or 0xB2AB47) is known color: Brass. HEX triplet: B2, AB and 47. RGB value is (178,171,71). Sum of RGB (Red+Green+Blue) = 178+171+71=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB47 is #4D54B8. Grayscale: #A2A2A2. Windows color (decimal): -5067961 or 4697010. OLE color: 4697010.
HSL color Cylindrical-coordinate representation of color #B2AB47: hue angle of 56.07º degrees, saturation: 0.43, 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 #B2AB47 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 71 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.30 |
| HSL | 56.07º | 0.43% | 0.49% | - |
| HSV(B) | 56.07º | 0.6% | 0.7% | - |
| XYZ | 34.06 | 39.05 | 11.7 | - |
| YUV | 161.69 | 76.82 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 71 | 0 | 0.04 | 0.60 | 0.30 | 56.07 | 0.43 | 0.49 |
| Hex | B2 | AB | 47 | 0 | 4 | 3C | 1E | 38 | 2B | 31 |
| Octal | 262 | 253 | 107 | 0 | 4 | 74 | 36 | 70 | 53 | 61 |
| Binary | 10110010 | 10101011 | 1000111 | 0 | 100 | 111100 | 11110 | 111000 | 101011 | 110001 |
Color Harmonies of #B2AB47
Complementary color
Monochromatic Colors of #B2AB47
Black with #B2AB47
Text Example
Text Example
White with #B2AB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB47; }
p { color: rgb(178,171,71); }
H1.HeaderClassName
{
color: #B2AB47;
}
.AnyTagClassName
{
color: #B2AB47;
}
</style>
background-color css
<style>
a { background-color: #B2AB47; }
a { background-color: rgb(178,171,71); }
div.DivClassName
{
background-color: #B2AB47;
}
.BgClassName
{
background-color: #B2AB47;
}
</style>
border-color css
<style>
span { border-color: #B2AB47; }
span { border-color: rgb(178,171,71); }
td.TdClassName
{
border-color: #B2AB47;
}
.TagClassName
{
border-color: #B2AB47;
}
</style>