Shades of Brass #B1A64C
Tints of Brass #B1A64C
RGB
CMYK
RGB Variations
Color information
#B1A64C (or 0xB1A64C) is known color: Brass. HEX triplet: B1, A6 and 4C. RGB value is (177,166,76). Sum of RGB (Red+Green+Blue) = 177+166+76=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A64C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A64C is #4E59B3. Grayscale: #9F9F9F. Windows color (decimal): -5134772 or 5023409. OLE color: 5023409.
HSL color Cylindrical-coordinate representation of color #B1A64C: hue angle of 53.47º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B1A64C is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 166 | 76 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.31 |
| HSL | 53.47º | 0.4% | 0.5% | - |
| HSV(B) | 53.47º | 0.57% | 0.69% | - |
| XYZ | 33.07 | 37.14 | 12.26 | - |
| YUV | 159.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 76 | 0 | 0.06 | 0.57 | 0.31 | 53.47 | 0.4 | 0.5 |
| Hex | B1 | A6 | 4C | 0 | 6 | 39 | 1F | 35 | 28 | 32 |
| Octal | 261 | 246 | 114 | 0 | 6 | 71 | 37 | 65 | 50 | 62 |
| Binary | 10110001 | 10100110 | 1001100 | 0 | 110 | 111001 | 11111 | 110101 | 101000 | 110010 |
Color Harmonies of #B1A64C
Complementary color
Monochromatic Colors of #B1A64C
Black with #B1A64C
Text Example
Text Example
White with #B1A64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A64C; }
p { color: rgb(177,166,76); }
H1.HeaderClassName
{
color: #B1A64C;
}
.AnyTagClassName
{
color: #B1A64C;
}
</style>
background-color css
<style>
a { background-color: #B1A64C; }
a { background-color: rgb(177,166,76); }
div.DivClassName
{
background-color: #B1A64C;
}
.BgClassName
{
background-color: #B1A64C;
}
</style>
border-color css
<style>
span { border-color: #B1A64C; }
span { border-color: rgb(177,166,76); }
td.TdClassName
{
border-color: #B1A64C;
}
.TagClassName
{
border-color: #B1A64C;
}
</style>