Shades of Brass #B1A937
Tints of Brass #B1A937
RGB
CMYK
RGB Variations
Color information
#B1A937 (or 0xB1A937) is known color: Brass. HEX triplet: B1, A9 and 37. RGB value is (177,169,55). Sum of RGB (Red+Green+Blue) = 177+169+55=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A937 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A937 is #4E56C8. Grayscale: #9E9E9E. Windows color (decimal): -5134025 or 3647921. OLE color: 3647921.
HSL color Cylindrical-coordinate representation of color #B1A937: hue angle of 56.07º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1A937 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 55 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.31 |
| HSL | 56.07º | 0.53% | 0.45% | - |
| HSV(B) | 56.07º | 0.69% | 0.69% | - |
| XYZ | 33.01 | 38 | 9.21 | - |
| YUV | 158.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 55 | 0 | 0.05 | 0.69 | 0.31 | 56.07 | 0.53 | 0.45 |
| Hex | B1 | A9 | 37 | 0 | 5 | 45 | 1F | 38 | 35 | 2D |
| Octal | 261 | 251 | 67 | 0 | 5 | 105 | 37 | 70 | 65 | 55 |
| Binary | 10110001 | 10101001 | 110111 | 0 | 101 | 1000101 | 11111 | 111000 | 110101 | 101101 |
Color Harmonies of #B1A937
Complementary color
Monochromatic Colors of #B1A937
Black with #B1A937
Text Example
Text Example
White with #B1A937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A937; }
p { color: rgb(177,169,55); }
H1.HeaderClassName
{
color: #B1A937;
}
.AnyTagClassName
{
color: #B1A937;
}
</style>
background-color css
<style>
a { background-color: #B1A937; }
a { background-color: rgb(177,169,55); }
div.DivClassName
{
background-color: #B1A937;
}
.BgClassName
{
background-color: #B1A937;
}
</style>
border-color css
<style>
span { border-color: #B1A937; }
span { border-color: rgb(177,169,55); }
td.TdClassName
{
border-color: #B1A937;
}
.TagClassName
{
border-color: #B1A937;
}
</style>