Shades of Brass #B1B037
Tints of Brass #B1B037
RGB
CMYK
RGB Variations
Color information
#B1B037 (or 0xB1B037) is known color: Brass. HEX triplet: B1, B0 and 37. RGB value is (177,176,55). Sum of RGB (Red+Green+Blue) = 177+176+55=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 55 (21.88% from 255 or 13.48% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B037 is #4E4FC8. Grayscale: #A2A2A2. Windows color (decimal): -5132233 or 3649713. OLE color: 3649713.
HSL color Cylindrical-coordinate representation of color #B1B037: hue angle of 59.51º 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 #B1B037 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 176 | 55 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.31 |
| HSL | 59.51º | 0.53% | 0.45% | - |
| HSV(B) | 59.51º | 0.69% | 0.69% | - |
| XYZ | 34.35 | 40.67 | 9.65 | - |
| YUV | 162.51 | 67.33 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 55 | 0 | 0.01 | 0.69 | 0.31 | 59.51 | 0.53 | 0.45 |
| Hex | B1 | B0 | 37 | 0 | 1 | 45 | 1F | 3C | 35 | 2D |
| Octal | 261 | 260 | 67 | 0 | 1 | 105 | 37 | 74 | 65 | 55 |
| Binary | 10110001 | 10110000 | 110111 | 0 | 1 | 1000101 | 11111 | 111100 | 110101 | 101101 |
Color Harmonies of #B1B037
Complementary color
Monochromatic Colors of #B1B037
Black with #B1B037
Text Example
Text Example
White with #B1B037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B037; }
p { color: rgb(177,176,55); }
H1.HeaderClassName
{
color: #B1B037;
}
.AnyTagClassName
{
color: #B1B037;
}
</style>
background-color css
<style>
a { background-color: #B1B037; }
a { background-color: rgb(177,176,55); }
div.DivClassName
{
background-color: #B1B037;
}
.BgClassName
{
background-color: #B1B037;
}
</style>
border-color css
<style>
span { border-color: #B1B037; }
span { border-color: rgb(177,176,55); }
td.TdClassName
{
border-color: #B1B037;
}
.TagClassName
{
border-color: #B1B037;
}
</style>