Shades of Brass #B1AE49
Tints of Brass #B1AE49
RGB
CMYK
RGB Variations
Color information
#B1AE49 (or 0xB1AE49) is known color: Brass. HEX triplet: B1, AE and 49. RGB value is (177,174,73). Sum of RGB (Red+Green+Blue) = 177+174+73=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AE49 is #4E51B6. Grayscale: #A3A3A3. Windows color (decimal): -5132727 or 4828849. OLE color: 4828849.
HSL color Cylindrical-coordinate representation of color #B1AE49: hue angle of 58.27º 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 #B1AE49 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 174 | 73 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.31 |
| HSL | 58.27º | 0.42% | 0.49% | - |
| HSV(B) | 58.27º | 0.59% | 0.69% | - |
| XYZ | 34.47 | 40.1 | 12.23 | - |
| YUV | 163.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 174 | 73 | 0 | 0.02 | 0.59 | 0.31 | 58.27 | 0.42 | 0.49 |
| Hex | B1 | AE | 49 | 0 | 2 | 3B | 1F | 3A | 2A | 31 |
| Octal | 261 | 256 | 111 | 0 | 2 | 73 | 37 | 72 | 52 | 61 |
| Binary | 10110001 | 10101110 | 1001001 | 0 | 10 | 111011 | 11111 | 111010 | 101010 | 110001 |
Color Harmonies of #B1AE49
Complementary color
Monochromatic Colors of #B1AE49
Black with #B1AE49
Text Example
Text Example
White with #B1AE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AE49; }
p { color: rgb(177,174,73); }
H1.HeaderClassName
{
color: #B1AE49;
}
.AnyTagClassName
{
color: #B1AE49;
}
</style>
background-color css
<style>
a { background-color: #B1AE49; }
a { background-color: rgb(177,174,73); }
div.DivClassName
{
background-color: #B1AE49;
}
.BgClassName
{
background-color: #B1AE49;
}
</style>
border-color css
<style>
span { border-color: #B1AE49; }
span { border-color: rgb(177,174,73); }
td.TdClassName
{
border-color: #B1AE49;
}
.TagClassName
{
border-color: #B1AE49;
}
</style>