Shades of Brass #B1AC4C
Tints of Brass #B1AC4C
RGB
CMYK
RGB Variations
Color information
#B1AC4C (or 0xB1AC4C) is known color: Brass. HEX triplet: B1, AC and 4C. RGB value is (177,172,76). Sum of RGB (Red+Green+Blue) = 177+172+76=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AC4C is #4E53B3. Grayscale: #A2A2A2. Windows color (decimal): -5133236 or 5024945. OLE color: 5024945.
HSL color Cylindrical-coordinate representation of color #B1AC4C: hue angle of 57.03º 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 #B1AC4C is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 172 | 76 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.31 |
| HSL | 57.03º | 0.4% | 0.5% | - |
| HSV(B) | 57.03º | 0.57% | 0.69% | - |
| XYZ | 34.19 | 39.37 | 12.64 | - |
| YUV | 162.55 | 79.16 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 76 | 0 | 0.03 | 0.57 | 0.31 | 57.03 | 0.4 | 0.5 |
| Hex | B1 | AC | 4C | 0 | 3 | 39 | 1F | 39 | 28 | 32 |
| Octal | 261 | 254 | 114 | 0 | 3 | 71 | 37 | 71 | 50 | 62 |
| Binary | 10110001 | 10101100 | 1001100 | 0 | 11 | 111001 | 11111 | 111001 | 101000 | 110010 |
Color Harmonies of #B1AC4C
Complementary color
Monochromatic Colors of #B1AC4C
Black with #B1AC4C
Text Example
Text Example
White with #B1AC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AC4C; }
p { color: rgb(177,172,76); }
H1.HeaderClassName
{
color: #B1AC4C;
}
.AnyTagClassName
{
color: #B1AC4C;
}
</style>
background-color css
<style>
a { background-color: #B1AC4C; }
a { background-color: rgb(177,172,76); }
div.DivClassName
{
background-color: #B1AC4C;
}
.BgClassName
{
background-color: #B1AC4C;
}
</style>
border-color css
<style>
span { border-color: #B1AC4C; }
span { border-color: rgb(177,172,76); }
td.TdClassName
{
border-color: #B1AC4C;
}
.TagClassName
{
border-color: #B1AC4C;
}
</style>