Shades of Brass #B0AB4D
Tints of Brass #B0AB4D
RGB
CMYK
RGB Variations
Color information
#B0AB4D (or 0xB0AB4D) is known color: Brass. HEX triplet: B0, AB and 4D. RGB value is (176,171,77). Sum of RGB (Red+Green+Blue) = 176+171+77=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB4D is #4F54B2. Grayscale: #A2A2A2. Windows color (decimal): -5199027 or 5090224. OLE color: 5090224.
HSL color Cylindrical-coordinate representation of color #B0AB4D: hue angle of 56.97º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0AB4D is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 77 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.31 |
| HSL | 56.97º | 0.39% | 0.5% | - |
| HSV(B) | 56.97º | 0.56% | 0.69% | - |
| XYZ | 33.81 | 38.89 | 12.75 | - |
| YUV | 161.78 | 80.16 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 77 | 0 | 0.03 | 0.56 | 0.31 | 56.97 | 0.39 | 0.5 |
| Hex | B0 | AB | 4D | 0 | 3 | 38 | 1F | 39 | 27 | 32 |
| Octal | 260 | 253 | 115 | 0 | 3 | 70 | 37 | 71 | 47 | 62 |
| Binary | 10110000 | 10101011 | 1001101 | 0 | 11 | 111000 | 11111 | 111001 | 100111 | 110010 |
Color Harmonies of #B0AB4D
Complementary color
Monochromatic Colors of #B0AB4D
Black with #B0AB4D
Text Example
Text Example
White with #B0AB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB4D; }
p { color: rgb(176,171,77); }
H1.HeaderClassName
{
color: #B0AB4D;
}
.AnyTagClassName
{
color: #B0AB4D;
}
</style>
background-color css
<style>
a { background-color: #B0AB4D; }
a { background-color: rgb(176,171,77); }
div.DivClassName
{
background-color: #B0AB4D;
}
.BgClassName
{
background-color: #B0AB4D;
}
</style>
border-color css
<style>
span { border-color: #B0AB4D; }
span { border-color: rgb(176,171,77); }
td.TdClassName
{
border-color: #B0AB4D;
}
.TagClassName
{
border-color: #B0AB4D;
}
</style>