Shades of Brass #B1A647
Tints of Brass #B1A647
RGB
CMYK
RGB Variations
Color information
#B1A647 (or 0xB1A647) is known color: Brass. HEX triplet: B1, A6 and 47. RGB value is (177,166,71). Sum of RGB (Red+Green+Blue) = 177+166+71=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A647 is #4E59B8. Grayscale: #9E9E9E. Windows color (decimal): -5134777 or 4695729. OLE color: 4695729.
HSL color Cylindrical-coordinate representation of color #B1A647: hue angle of 53.77º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1A647 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 166 | 71 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.31 |
| HSL | 53.77º | 0.43% | 0.49% | - |
| HSV(B) | 53.77º | 0.6% | 0.69% | - |
| XYZ | 32.91 | 37.07 | 11.38 | - |
| YUV | 158.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 71 | 0 | 0.06 | 0.60 | 0.31 | 53.77 | 0.43 | 0.49 |
| Hex | B1 | A6 | 47 | 0 | 6 | 3C | 1F | 36 | 2B | 31 |
| Octal | 261 | 246 | 107 | 0 | 6 | 74 | 37 | 66 | 53 | 61 |
| Binary | 10110001 | 10100110 | 1000111 | 0 | 110 | 111100 | 11111 | 110110 | 101011 | 110001 |
Color Harmonies of #B1A647
Complementary color
Monochromatic Colors of #B1A647
Black with #B1A647
Text Example
Text Example
White with #B1A647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A647; }
p { color: rgb(177,166,71); }
H1.HeaderClassName
{
color: #B1A647;
}
.AnyTagClassName
{
color: #B1A647;
}
</style>
background-color css
<style>
a { background-color: #B1A647; }
a { background-color: rgb(177,166,71); }
div.DivClassName
{
background-color: #B1A647;
}
.BgClassName
{
background-color: #B1A647;
}
</style>
border-color css
<style>
span { border-color: #B1A647; }
span { border-color: rgb(177,166,71); }
td.TdClassName
{
border-color: #B1A647;
}
.TagClassName
{
border-color: #B1A647;
}
</style>