Shades of Brass #B1A034
Tints of Brass #B1A034
RGB
CMYK
RGB Variations
Color information
#B1A034 (or 0xB1A034) is known color: Brass. HEX triplet: B1, A0 and 34. RGB value is (177,160,52). Sum of RGB (Red+Green+Blue) = 177+160+52=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A034 is #4E5FCB. Grayscale: #999999. Windows color (decimal): -5136332 or 3449009. OLE color: 3449009.
HSL color Cylindrical-coordinate representation of color #B1A034: hue angle of 51.84º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1A034 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 160 | 52 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.31 |
| HSL | 51.84º | 0.55% | 0.45% | - |
| HSV(B) | 51.84º | 0.71% | 0.69% | - |
| XYZ | 31.32 | 34.74 | 8.3 | - |
| YUV | 152.77 | 71.13 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 160 | 52 | 0 | 0.10 | 0.71 | 0.31 | 51.84 | 0.55 | 0.45 |
| Hex | B1 | A0 | 34 | 0 | A | 47 | 1F | 34 | 37 | 2D |
| Octal | 261 | 240 | 64 | 0 | 12 | 107 | 37 | 64 | 67 | 55 |
| Binary | 10110001 | 10100000 | 110100 | 0 | 1010 | 1000111 | 11111 | 110100 | 110111 | 101101 |
Color Harmonies of #B1A034
Complementary color
Monochromatic Colors of #B1A034
Black with #B1A034
Text Example
Text Example
White with #B1A034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A034; }
p { color: rgb(177,160,52); }
H1.HeaderClassName
{
color: #B1A034;
}
.AnyTagClassName
{
color: #B1A034;
}
</style>
background-color css
<style>
a { background-color: #B1A034; }
a { background-color: rgb(177,160,52); }
div.DivClassName
{
background-color: #B1A034;
}
.BgClassName
{
background-color: #B1A034;
}
</style>
border-color css
<style>
span { border-color: #B1A034; }
span { border-color: rgb(177,160,52); }
td.TdClassName
{
border-color: #B1A034;
}
.TagClassName
{
border-color: #B1A034;
}
</style>