Shades of Brass #B1AA48
Tints of Brass #B1AA48
RGB
CMYK
RGB Variations
Color information
#B1AA48 (or 0xB1AA48) is known color: Brass. HEX triplet: B1, AA and 48. RGB value is (177,170,72). Sum of RGB (Red+Green+Blue) = 177+170+72=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AA48 is #4E55B7. Grayscale: #A1A1A1. Windows color (decimal): -5133752 or 4762289. OLE color: 4762289.
HSL color Cylindrical-coordinate representation of color #B1AA48: hue angle of 56º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1AA48 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 72 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.31 |
| HSL | 56º | 0.42% | 0.49% | - |
| HSV(B) | 56º | 0.59% | 0.69% | - |
| XYZ | 33.68 | 38.56 | 11.8 | - |
| YUV | 160.92 | 77.82 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 72 | 0 | 0.04 | 0.59 | 0.31 | 56 | 0.42 | 0.49 |
| Hex | B1 | AA | 48 | 0 | 4 | 3B | 1F | 38 | 2A | 31 |
| Octal | 261 | 252 | 110 | 0 | 4 | 73 | 37 | 70 | 52 | 61 |
| Binary | 10110001 | 10101010 | 1001000 | 0 | 100 | 111011 | 11111 | 111000 | 101010 | 110001 |
Color Harmonies of #B1AA48
Complementary color
Monochromatic Colors of #B1AA48
Black with #B1AA48
Text Example
Text Example
White with #B1AA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AA48; }
p { color: rgb(177,170,72); }
H1.HeaderClassName
{
color: #B1AA48;
}
.AnyTagClassName
{
color: #B1AA48;
}
</style>
background-color css
<style>
a { background-color: #B1AA48; }
a { background-color: rgb(177,170,72); }
div.DivClassName
{
background-color: #B1AA48;
}
.BgClassName
{
background-color: #B1AA48;
}
</style>
border-color css
<style>
span { border-color: #B1AA48; }
span { border-color: rgb(177,170,72); }
td.TdClassName
{
border-color: #B1AA48;
}
.TagClassName
{
border-color: #B1AA48;
}
</style>