Shades of Brass #B1AC3F
Tints of Brass #B1AC3F
RGB
CMYK
RGB Variations
Color information
#B1AC3F (or 0xB1AC3F) is known color: Brass. HEX triplet: B1, AC and 3F. RGB value is (177,172,63). Sum of RGB (Red+Green+Blue) = 177+172+63=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AC3F is #4E53C0. Grayscale: #A1A1A1. Windows color (decimal): -5133249 or 4172977. OLE color: 4172977.
HSL color Cylindrical-coordinate representation of color #B1AC3F: hue angle of 57.37º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1AC3F is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 172 | 63 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.31 |
| HSL | 57.37º | 0.48% | 0.47% | - |
| HSV(B) | 57.37º | 0.64% | 0.69% | - |
| XYZ | 33.78 | 39.21 | 10.49 | - |
| YUV | 161.07 | 72.66 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 63 | 0 | 0.03 | 0.64 | 0.31 | 57.37 | 0.48 | 0.47 |
| Hex | B1 | AC | 3F | 0 | 3 | 40 | 1F | 39 | 30 | 2F |
| Octal | 261 | 254 | 77 | 0 | 3 | 100 | 37 | 71 | 60 | 57 |
| Binary | 10110001 | 10101100 | 111111 | 0 | 11 | 1000000 | 11111 | 111001 | 110000 | 101111 |
Color Harmonies of #B1AC3F
Complementary color
Monochromatic Colors of #B1AC3F
Black with #B1AC3F
Text Example
Text Example
White with #B1AC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AC3F; }
p { color: rgb(177,172,63); }
H1.HeaderClassName
{
color: #B1AC3F;
}
.AnyTagClassName
{
color: #B1AC3F;
}
</style>
background-color css
<style>
a { background-color: #B1AC3F; }
a { background-color: rgb(177,172,63); }
div.DivClassName
{
background-color: #B1AC3F;
}
.BgClassName
{
background-color: #B1AC3F;
}
</style>
border-color css
<style>
span { border-color: #B1AC3F; }
span { border-color: rgb(177,172,63); }
td.TdClassName
{
border-color: #B1AC3F;
}
.TagClassName
{
border-color: #B1AC3F;
}
</style>