Shades of Brass #B1A94D
Tints of Brass #B1A94D
RGB
CMYK
RGB Variations
Color information
#B1A94D (or 0xB1A94D) is known color: Brass. HEX triplet: B1, A9 and 4D. RGB value is (177,169,77). Sum of RGB (Red+Green+Blue) = 177+169+77=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A94D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A94D is #4E56B2. Grayscale: #A1A1A1. Windows color (decimal): -5134003 or 5089713. OLE color: 5089713.
HSL color Cylindrical-coordinate representation of color #B1A94D: hue angle of 55.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1A94D is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 77 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.31 |
| HSL | 55.2º | 0.39% | 0.5% | - |
| HSV(B) | 55.2º | 0.56% | 0.69% | - |
| XYZ | 33.66 | 38.26 | 12.63 | - |
| YUV | 160.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 77 | 0 | 0.05 | 0.56 | 0.31 | 55.2 | 0.39 | 0.5 |
| Hex | B1 | A9 | 4D | 0 | 5 | 38 | 1F | 37 | 27 | 32 |
| Octal | 261 | 251 | 115 | 0 | 5 | 70 | 37 | 67 | 47 | 62 |
| Binary | 10110001 | 10101001 | 1001101 | 0 | 101 | 111000 | 11111 | 110111 | 100111 | 110010 |
Color Harmonies of #B1A94D
Complementary color
Monochromatic Colors of #B1A94D
Black with #B1A94D
Text Example
Text Example
White with #B1A94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A94D; }
p { color: rgb(177,169,77); }
H1.HeaderClassName
{
color: #B1A94D;
}
.AnyTagClassName
{
color: #B1A94D;
}
</style>
background-color css
<style>
a { background-color: #B1A94D; }
a { background-color: rgb(177,169,77); }
div.DivClassName
{
background-color: #B1A94D;
}
.BgClassName
{
background-color: #B1A94D;
}
</style>
border-color css
<style>
span { border-color: #B1A94D; }
span { border-color: rgb(177,169,77); }
td.TdClassName
{
border-color: #B1A94D;
}
.TagClassName
{
border-color: #B1A94D;
}
</style>