Shades of Brass #B1AA45
Tints of Brass #B1AA45
RGB
CMYK
RGB Variations
Color information
#B1AA45 (or 0xB1AA45) is known color: Brass. HEX triplet: B1, AA and 45. RGB value is (177,170,69). Sum of RGB (Red+Green+Blue) = 177+170+69=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AA45 is #4E55BA. Grayscale: #A0A0A0. Windows color (decimal): -5133755 or 4565681. OLE color: 4565681.
HSL color Cylindrical-coordinate representation of color #B1AA45: hue angle of 56.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1AA45 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 69 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.31 |
| HSL | 56.11º | 0.44% | 0.48% | - |
| HSV(B) | 56.11º | 0.61% | 0.69% | - |
| XYZ | 33.58 | 38.53 | 11.3 | - |
| YUV | 160.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 69 | 0 | 0.04 | 0.61 | 0.31 | 56.11 | 0.44 | 0.48 |
| Hex | B1 | AA | 45 | 0 | 4 | 3D | 1F | 38 | 2C | 30 |
| Octal | 261 | 252 | 105 | 0 | 4 | 75 | 37 | 70 | 54 | 60 |
| Binary | 10110001 | 10101010 | 1000101 | 0 | 100 | 111101 | 11111 | 111000 | 101100 | 110000 |
Color Harmonies of #B1AA45
Complementary color
Monochromatic Colors of #B1AA45
Black with #B1AA45
Text Example
Text Example
White with #B1AA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AA45; }
p { color: rgb(177,170,69); }
H1.HeaderClassName
{
color: #B1AA45;
}
.AnyTagClassName
{
color: #B1AA45;
}
</style>
background-color css
<style>
a { background-color: #B1AA45; }
a { background-color: rgb(177,170,69); }
div.DivClassName
{
background-color: #B1AA45;
}
.BgClassName
{
background-color: #B1AA45;
}
</style>
border-color css
<style>
span { border-color: #B1AA45; }
span { border-color: rgb(177,170,69); }
td.TdClassName
{
border-color: #B1AA45;
}
.TagClassName
{
border-color: #B1AA45;
}
</style>