Shades of Brass #B0AB43
Tints of Brass #B0AB43
RGB
CMYK
RGB Variations
Color information
#B0AB43 (or 0xB0AB43) is known color: Brass. HEX triplet: B0, AB and 43. RGB value is (176,171,67). Sum of RGB (Red+Green+Blue) = 176+171+67=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AB43 is #4F54BC. Grayscale: #A1A1A1. Windows color (decimal): -5199037 or 4434864. OLE color: 4434864.
HSL color Cylindrical-coordinate representation of color #B0AB43: hue angle of 57.25º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0AB43 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 67 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.31 |
| HSL | 57.25º | 0.45% | 0.48% | - |
| HSV(B) | 57.25º | 0.62% | 0.69% | - |
| XYZ | 33.48 | 38.76 | 11.03 | - |
| YUV | 160.64 | 75.16 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 67 | 0 | 0.03 | 0.62 | 0.31 | 57.25 | 0.45 | 0.48 |
| Hex | B0 | AB | 43 | 0 | 3 | 3E | 1F | 39 | 2D | 30 |
| Octal | 260 | 253 | 103 | 0 | 3 | 76 | 37 | 71 | 55 | 60 |
| Binary | 10110000 | 10101011 | 1000011 | 0 | 11 | 111110 | 11111 | 111001 | 101101 | 110000 |
Color Harmonies of #B0AB43
Complementary color
Monochromatic Colors of #B0AB43
Black with #B0AB43
Text Example
Text Example
White with #B0AB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB43; }
p { color: rgb(176,171,67); }
H1.HeaderClassName
{
color: #B0AB43;
}
.AnyTagClassName
{
color: #B0AB43;
}
</style>
background-color css
<style>
a { background-color: #B0AB43; }
a { background-color: rgb(176,171,67); }
div.DivClassName
{
background-color: #B0AB43;
}
.BgClassName
{
background-color: #B0AB43;
}
</style>
border-color css
<style>
span { border-color: #B0AB43; }
span { border-color: rgb(176,171,67); }
td.TdClassName
{
border-color: #B0AB43;
}
.TagClassName
{
border-color: #B0AB43;
}
</style>