Shades of Brass #B1AC4A
Tints of Brass #B1AC4A
RGB
CMYK
RGB Variations
Color information
#B1AC4A (or 0xB1AC4A) is known color: Brass. HEX triplet: B1, AC and 4A. RGB value is (177,172,74). Sum of RGB (Red+Green+Blue) = 177+172+74=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AC4A is #4E53B5. Grayscale: #A2A2A2. Windows color (decimal): -5133238 or 4893873. OLE color: 4893873.
HSL color Cylindrical-coordinate representation of color #B1AC4A: hue angle of 57.09º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1AC4A is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 172 | 74 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.31 |
| HSL | 57.09º | 0.41% | 0.49% | - |
| HSV(B) | 57.09º | 0.58% | 0.69% | - |
| XYZ | 34.12 | 39.35 | 12.27 | - |
| YUV | 162.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 74 | 0 | 0.03 | 0.58 | 0.31 | 57.09 | 0.41 | 0.49 |
| Hex | B1 | AC | 4A | 0 | 3 | 3A | 1F | 39 | 29 | 31 |
| Octal | 261 | 254 | 112 | 0 | 3 | 72 | 37 | 71 | 51 | 61 |
| Binary | 10110001 | 10101100 | 1001010 | 0 | 11 | 111010 | 11111 | 111001 | 101001 | 110001 |
Color Harmonies of #B1AC4A
Complementary color
Monochromatic Colors of #B1AC4A
Black with #B1AC4A
Text Example
Text Example
White with #B1AC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AC4A; }
p { color: rgb(177,172,74); }
H1.HeaderClassName
{
color: #B1AC4A;
}
.AnyTagClassName
{
color: #B1AC4A;
}
</style>
background-color css
<style>
a { background-color: #B1AC4A; }
a { background-color: rgb(177,172,74); }
div.DivClassName
{
background-color: #B1AC4A;
}
.BgClassName
{
background-color: #B1AC4A;
}
</style>
border-color css
<style>
span { border-color: #B1AC4A; }
span { border-color: rgb(177,172,74); }
td.TdClassName
{
border-color: #B1AC4A;
}
.TagClassName
{
border-color: #B1AC4A;
}
</style>