Shades of Brass #B1AA32
Tints of Brass #B1AA32
RGB
CMYK
RGB Variations
Color information
#B1AA32 (or 0xB1AA32) is known color: Brass. HEX triplet: B1, AA and 32. RGB value is (177,170,50). Sum of RGB (Red+Green+Blue) = 177+170+50=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AA32 is #4E55CD. Grayscale: #9E9E9E. Windows color (decimal): -5133774 or 3320497. OLE color: 3320497.
HSL color Cylindrical-coordinate representation of color #B1AA32: hue angle of 56.69º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1AA32 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 50 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.31 |
| HSL | 56.69º | 0.56% | 0.45% | - |
| HSV(B) | 56.69º | 0.72% | 0.69% | - |
| XYZ | 33.08 | 38.33 | 8.67 | - |
| YUV | 158.41 | 66.82 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 50 | 0 | 0.04 | 0.72 | 0.31 | 56.69 | 0.56 | 0.45 |
| Hex | B1 | AA | 32 | 0 | 4 | 48 | 1F | 39 | 38 | 2D |
| Octal | 261 | 252 | 62 | 0 | 4 | 110 | 37 | 71 | 70 | 55 |
| Binary | 10110001 | 10101010 | 110010 | 0 | 100 | 1001000 | 11111 | 111001 | 111000 | 101101 |
Color Harmonies of #B1AA32
Complementary color
Monochromatic Colors of #B1AA32
Black with #B1AA32
Text Example
Text Example
White with #B1AA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AA32; }
p { color: rgb(177,170,50); }
H1.HeaderClassName
{
color: #B1AA32;
}
.AnyTagClassName
{
color: #B1AA32;
}
</style>
background-color css
<style>
a { background-color: #B1AA32; }
a { background-color: rgb(177,170,50); }
div.DivClassName
{
background-color: #B1AA32;
}
.BgClassName
{
background-color: #B1AA32;
}
</style>
border-color css
<style>
span { border-color: #B1AA32; }
span { border-color: rgb(177,170,50); }
td.TdClassName
{
border-color: #B1AA32;
}
.TagClassName
{
border-color: #B1AA32;
}
</style>