Shades of Brass #B1AC40
Tints of Brass #B1AC40
RGB
CMYK
RGB Variations
Color information
#B1AC40 (or 0xB1AC40) is known color: Brass. HEX triplet: B1, AC and 40. RGB value is (177,172,64). Sum of RGB (Red+Green+Blue) = 177+172+64=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AC40 is #4E53BF. Grayscale: #A1A1A1. Windows color (decimal): -5133248 or 4238513. OLE color: 4238513.
HSL color Cylindrical-coordinate representation of color #B1AC40: hue angle of 57.35º 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 #B1AC40 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 172 | 64 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.31 |
| HSL | 57.35º | 0.47% | 0.47% | - |
| HSV(B) | 57.35º | 0.64% | 0.69% | - |
| XYZ | 33.81 | 39.22 | 10.64 | - |
| YUV | 161.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 64 | 0 | 0.03 | 0.64 | 0.31 | 57.35 | 0.47 | 0.47 |
| Hex | B1 | AC | 40 | 0 | 3 | 40 | 1F | 39 | 2F | 2F |
| Octal | 261 | 254 | 100 | 0 | 3 | 100 | 37 | 71 | 57 | 57 |
| Binary | 10110001 | 10101100 | 1000000 | 0 | 11 | 1000000 | 11111 | 111001 | 101111 | 101111 |
Color Harmonies of #B1AC40
Complementary color
Monochromatic Colors of #B1AC40
Black with #B1AC40
Text Example
Text Example
White with #B1AC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AC40; }
p { color: rgb(177,172,64); }
H1.HeaderClassName
{
color: #B1AC40;
}
.AnyTagClassName
{
color: #B1AC40;
}
</style>
background-color css
<style>
a { background-color: #B1AC40; }
a { background-color: rgb(177,172,64); }
div.DivClassName
{
background-color: #B1AC40;
}
.BgClassName
{
background-color: #B1AC40;
}
</style>
border-color css
<style>
span { border-color: #B1AC40; }
span { border-color: rgb(177,172,64); }
td.TdClassName
{
border-color: #B1AC40;
}
.TagClassName
{
border-color: #B1AC40;
}
</style>