Shades of Brass #B1A546
Tints of Brass #B1A546
RGB
CMYK
RGB Variations
Color information
#B1A546 (or 0xB1A546) is known color: Brass. HEX triplet: B1, A5 and 46. RGB value is (177,165,70). Sum of RGB (Red+Green+Blue) = 177+165+70=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A546 is #4E5AB9. Grayscale: #9E9E9E. Windows color (decimal): -5135034 or 4629937. OLE color: 4629937.
HSL color Cylindrical-coordinate representation of color #B1A546: hue angle of 53.27º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1A546 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 165 | 70 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.31 |
| HSL | 53.27º | 0.43% | 0.48% | - |
| HSV(B) | 53.27º | 0.6% | 0.69% | - |
| XYZ | 32.69 | 36.7 | 11.16 | - |
| YUV | 157.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 70 | 0 | 0.07 | 0.60 | 0.31 | 53.27 | 0.43 | 0.48 |
| Hex | B1 | A5 | 46 | 0 | 7 | 3C | 1F | 35 | 2B | 30 |
| Octal | 261 | 245 | 106 | 0 | 7 | 74 | 37 | 65 | 53 | 60 |
| Binary | 10110001 | 10100101 | 1000110 | 0 | 111 | 111100 | 11111 | 110101 | 101011 | 110000 |
Color Harmonies of #B1A546
Complementary color
Monochromatic Colors of #B1A546
Black with #B1A546
Text Example
Text Example
White with #B1A546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A546; }
p { color: rgb(177,165,70); }
H1.HeaderClassName
{
color: #B1A546;
}
.AnyTagClassName
{
color: #B1A546;
}
</style>
background-color css
<style>
a { background-color: #B1A546; }
a { background-color: rgb(177,165,70); }
div.DivClassName
{
background-color: #B1A546;
}
.BgClassName
{
background-color: #B1A546;
}
</style>
border-color css
<style>
span { border-color: #B1A546; }
span { border-color: rgb(177,165,70); }
td.TdClassName
{
border-color: #B1A546;
}
.TagClassName
{
border-color: #B1A546;
}
</style>