Shades of Brass #B1A44D
Tints of Brass #B1A44D
RGB
CMYK
RGB Variations
Color information
#B1A44D (or 0xB1A44D) is known color: Brass. HEX triplet: B1, A4 and 4D. RGB value is (177,164,77). Sum of RGB (Red+Green+Blue) = 177+164+77=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A44D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A44D is #4E5BB2. Grayscale: #9E9E9E. Windows color (decimal): -5135283 or 5088433. OLE color: 5088433.
HSL color Cylindrical-coordinate representation of color #B1A44D: hue angle of 52.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1A44D is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 164 | 77 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.31 |
| HSL | 52.2º | 0.39% | 0.5% | - |
| HSV(B) | 52.2º | 0.56% | 0.69% | - |
| XYZ | 32.75 | 36.43 | 12.33 | - |
| YUV | 157.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 77 | 0 | 0.07 | 0.56 | 0.31 | 52.2 | 0.39 | 0.5 |
| Hex | B1 | A4 | 4D | 0 | 7 | 38 | 1F | 34 | 27 | 32 |
| Octal | 261 | 244 | 115 | 0 | 7 | 70 | 37 | 64 | 47 | 62 |
| Binary | 10110001 | 10100100 | 1001101 | 0 | 111 | 111000 | 11111 | 110100 | 100111 | 110010 |
Color Harmonies of #B1A44D
Complementary color
Monochromatic Colors of #B1A44D
Black with #B1A44D
Text Example
Text Example
White with #B1A44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A44D; }
p { color: rgb(177,164,77); }
H1.HeaderClassName
{
color: #B1A44D;
}
.AnyTagClassName
{
color: #B1A44D;
}
</style>
background-color css
<style>
a { background-color: #B1A44D; }
a { background-color: rgb(177,164,77); }
div.DivClassName
{
background-color: #B1A44D;
}
.BgClassName
{
background-color: #B1A44D;
}
</style>
border-color css
<style>
span { border-color: #B1A44D; }
span { border-color: rgb(177,164,77); }
td.TdClassName
{
border-color: #B1A44D;
}
.TagClassName
{
border-color: #B1A44D;
}
</style>