Shades of Brass #B0AB37
Tints of Brass #B0AB37
RGB
CMYK
RGB Variations
Color information
#B0AB37 (or 0xB0AB37) is known color: Brass. HEX triplet: B0, AB and 37. RGB value is (176,171,55). Sum of RGB (Red+Green+Blue) = 176+171+55=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AB37 is #4F54C8. Grayscale: #9F9F9F. Windows color (decimal): -5199049 or 3648432. OLE color: 3648432.
HSL color Cylindrical-coordinate representation of color #B0AB37: hue angle of 57.52º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0AB37 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 55 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.31 |
| HSL | 57.52º | 0.52% | 0.45% | - |
| HSV(B) | 57.52º | 0.69% | 0.69% | - |
| XYZ | 33.16 | 38.63 | 9.32 | - |
| YUV | 159.27 | 69.16 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 55 | 0 | 0.03 | 0.69 | 0.31 | 57.52 | 0.52 | 0.45 |
| Hex | B0 | AB | 37 | 0 | 3 | 45 | 1F | 3A | 34 | 2D |
| Octal | 260 | 253 | 67 | 0 | 3 | 105 | 37 | 72 | 64 | 55 |
| Binary | 10110000 | 10101011 | 110111 | 0 | 11 | 1000101 | 11111 | 111010 | 110100 | 101101 |
Color Harmonies of #B0AB37
Complementary color
Monochromatic Colors of #B0AB37
Black with #B0AB37
Text Example
Text Example
White with #B0AB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB37; }
p { color: rgb(176,171,55); }
H1.HeaderClassName
{
color: #B0AB37;
}
.AnyTagClassName
{
color: #B0AB37;
}
</style>
background-color css
<style>
a { background-color: #B0AB37; }
a { background-color: rgb(176,171,55); }
div.DivClassName
{
background-color: #B0AB37;
}
.BgClassName
{
background-color: #B0AB37;
}
</style>
border-color css
<style>
span { border-color: #B0AB37; }
span { border-color: rgb(176,171,55); }
td.TdClassName
{
border-color: #B0AB37;
}
.TagClassName
{
border-color: #B0AB37;
}
</style>