Shades of Brass #B1A651
Tints of Brass #B1A651
RGB
CMYK
RGB Variations
Color information
#B1A651 (or 0xB1A651) is known color: Brass. HEX triplet: B1, A6 and 51. RGB value is (177,166,81). Sum of RGB (Red+Green+Blue) = 177+166+81=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A651 is #4E59AE. Grayscale: #9F9F9F. Windows color (decimal): -5134767 or 5351089. OLE color: 5351089.
HSL color Cylindrical-coordinate representation of color #B1A651: hue angle of 53.12º 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 #B1A651 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 166 | 81 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.31 |
| HSL | 53.13º | 0.38% | 0.51% | - |
| HSV(B) | 53.13º | 0.54% | 0.69% | - |
| XYZ | 33.25 | 37.21 | 13.21 | - |
| YUV | 159.6 | 83.64 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 81 | 0 | 0.06 | 0.54 | 0.31 | 53.13 | 0.38 | 0.51 |
| Hex | B1 | A6 | 51 | 0 | 6 | 36 | 1F | 35 | 26 | 33 |
| Octal | 261 | 246 | 121 | 0 | 6 | 66 | 37 | 65 | 46 | 63 |
| Binary | 10110001 | 10100110 | 1010001 | 0 | 110 | 110110 | 11111 | 110101 | 100110 | 110011 |
Color Harmonies of #B1A651
Complementary color
Monochromatic Colors of #B1A651
Black with #B1A651
Text Example
Text Example
White with #B1A651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A651; }
p { color: rgb(177,166,81); }
H1.HeaderClassName
{
color: #B1A651;
}
.AnyTagClassName
{
color: #B1A651;
}
</style>
background-color css
<style>
a { background-color: #B1A651; }
a { background-color: rgb(177,166,81); }
div.DivClassName
{
background-color: #B1A651;
}
.BgClassName
{
background-color: #B1A651;
}
</style>
border-color css
<style>
span { border-color: #B1A651; }
span { border-color: rgb(177,166,81); }
td.TdClassName
{
border-color: #B1A651;
}
.TagClassName
{
border-color: #B1A651;
}
</style>