Shades of Brass #B1A751
Tints of Brass #B1A751
RGB
CMYK
RGB Variations
Color information
#B1A751 (or 0xB1A751) is known color: Brass. HEX triplet: B1, A7 and 51. RGB value is (177,167,81). Sum of RGB (Red+Green+Blue) = 177+167+81=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 81 (32.03% from 255 or 19.06% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A751 is #4E58AE. Grayscale: #A0A0A0. Windows color (decimal): -5134511 or 5351345. OLE color: 5351345.
HSL color Cylindrical-coordinate representation of color #B1A751: hue angle of 53.75º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1A751 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 167 | 81 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.31 |
| HSL | 53.75º | 0.38% | 0.51% | - |
| HSV(B) | 53.75º | 0.54% | 0.69% | - |
| XYZ | 33.44 | 37.58 | 13.28 | - |
| YUV | 160.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 81 | 0 | 0.06 | 0.54 | 0.31 | 53.75 | 0.38 | 0.51 |
| Hex | B1 | A7 | 51 | 0 | 6 | 36 | 1F | 36 | 26 | 33 |
| Octal | 261 | 247 | 121 | 0 | 6 | 66 | 37 | 66 | 46 | 63 |
| Binary | 10110001 | 10100111 | 1010001 | 0 | 110 | 110110 | 11111 | 110110 | 100110 | 110011 |
Color Harmonies of #B1A751
Complementary color
Monochromatic Colors of #B1A751
Black with #B1A751
Text Example
Text Example
White with #B1A751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A751; }
p { color: rgb(177,167,81); }
H1.HeaderClassName
{
color: #B1A751;
}
.AnyTagClassName
{
color: #B1A751;
}
</style>
background-color css
<style>
a { background-color: #B1A751; }
a { background-color: rgb(177,167,81); }
div.DivClassName
{
background-color: #B1A751;
}
.BgClassName
{
background-color: #B1A751;
}
</style>
border-color css
<style>
span { border-color: #B1A751; }
span { border-color: rgb(177,167,81); }
td.TdClassName
{
border-color: #B1A751;
}
.TagClassName
{
border-color: #B1A751;
}
</style>