Shades of Brass #B1A449
Tints of Brass #B1A449
RGB
CMYK
RGB Variations
Color information
#B1A449 (or 0xB1A449) is known color: Brass. HEX triplet: B1, A4 and 49. RGB value is (177,164,73). Sum of RGB (Red+Green+Blue) = 177+164+73=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 73 (28.91% from 255 or 17.63% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A449 is #4E5BB6. Grayscale: #9D9D9D. Windows color (decimal): -5135287 or 4826289. OLE color: 4826289.
HSL color Cylindrical-coordinate representation of color #B1A449: hue angle of 52.5º 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 #B1A449 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 164 | 73 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.31 |
| HSL | 52.5º | 0.42% | 0.49% | - |
| HSV(B) | 52.5º | 0.59% | 0.69% | - |
| XYZ | 32.61 | 36.38 | 11.61 | - |
| YUV | 157.51 | 80.31 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 73 | 0 | 0.07 | 0.59 | 0.31 | 52.5 | 0.42 | 0.49 |
| Hex | B1 | A4 | 49 | 0 | 7 | 3B | 1F | 34 | 2A | 31 |
| Octal | 261 | 244 | 111 | 0 | 7 | 73 | 37 | 64 | 52 | 61 |
| Binary | 10110001 | 10100100 | 1001001 | 0 | 111 | 111011 | 11111 | 110100 | 101010 | 110001 |
Color Harmonies of #B1A449
Complementary color
Monochromatic Colors of #B1A449
Black with #B1A449
Text Example
Text Example
White with #B1A449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A449; }
p { color: rgb(177,164,73); }
H1.HeaderClassName
{
color: #B1A449;
}
.AnyTagClassName
{
color: #B1A449;
}
</style>
background-color css
<style>
a { background-color: #B1A449; }
a { background-color: rgb(177,164,73); }
div.DivClassName
{
background-color: #B1A449;
}
.BgClassName
{
background-color: #B1A449;
}
</style>
border-color css
<style>
span { border-color: #B1A449; }
span { border-color: rgb(177,164,73); }
td.TdClassName
{
border-color: #B1A449;
}
.TagClassName
{
border-color: #B1A449;
}
</style>