Shades of Brass #B0AB47
Tints of Brass #B0AB47
RGB
CMYK
RGB Variations
Color information
#B0AB47 (or 0xB0AB47) is known color: Brass. HEX triplet: B0, AB and 47. RGB value is (176,171,71). Sum of RGB (Red+Green+Blue) = 176+171+71=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 71 (28.12% from 255 or 16.99% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AB47 is #4F54B8. Grayscale: #A1A1A1. Windows color (decimal): -5199033 or 4697008. OLE color: 4697008.
HSL color Cylindrical-coordinate representation of color #B0AB47: hue angle of 57.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0AB47 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 71 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.31 |
| HSL | 57.14º | 0.43% | 0.48% | - |
| HSV(B) | 57.14º | 0.6% | 0.69% | - |
| XYZ | 33.6 | 38.81 | 11.68 | - |
| YUV | 161.1 | 77.16 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 71 | 0 | 0.03 | 0.60 | 0.31 | 57.14 | 0.43 | 0.48 |
| Hex | B0 | AB | 47 | 0 | 3 | 3C | 1F | 39 | 2B | 30 |
| Octal | 260 | 253 | 107 | 0 | 3 | 74 | 37 | 71 | 53 | 60 |
| Binary | 10110000 | 10101011 | 1000111 | 0 | 11 | 111100 | 11111 | 111001 | 101011 | 110000 |
Color Harmonies of #B0AB47
Complementary color
Monochromatic Colors of #B0AB47
Black with #B0AB47
Text Example
Text Example
White with #B0AB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB47; }
p { color: rgb(176,171,71); }
H1.HeaderClassName
{
color: #B0AB47;
}
.AnyTagClassName
{
color: #B0AB47;
}
</style>
background-color css
<style>
a { background-color: #B0AB47; }
a { background-color: rgb(176,171,71); }
div.DivClassName
{
background-color: #B0AB47;
}
.BgClassName
{
background-color: #B0AB47;
}
</style>
border-color css
<style>
span { border-color: #B0AB47; }
span { border-color: rgb(176,171,71); }
td.TdClassName
{
border-color: #B0AB47;
}
.TagClassName
{
border-color: #B0AB47;
}
</style>