Shades of Brass #B1B042
Tints of Brass #B1B042
RGB
CMYK
RGB Variations
Color information
#B1B042 (or 0xB1B042) is known color: Brass. HEX triplet: B1, B0 and 42. RGB value is (177,176,66). Sum of RGB (Red+Green+Blue) = 177+176+66=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B042 is #4E4FBD. Grayscale: #A4A4A4. Windows color (decimal): -5132222 or 4370609. OLE color: 4370609.
HSL color Cylindrical-coordinate representation of color #B1B042: hue angle of 59.46º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B1B042 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 176 | 66 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.31 |
| HSL | 59.46º | 0.46% | 0.48% | - |
| HSV(B) | 59.46º | 0.63% | 0.69% | - |
| XYZ | 34.64 | 40.79 | 11.2 | - |
| YUV | 163.76 | 72.83 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 66 | 0 | 0.01 | 0.63 | 0.31 | 59.46 | 0.46 | 0.48 |
| Hex | B1 | B0 | 42 | 0 | 1 | 3F | 1F | 3B | 2E | 30 |
| Octal | 261 | 260 | 102 | 0 | 1 | 77 | 37 | 73 | 56 | 60 |
| Binary | 10110001 | 10110000 | 1000010 | 0 | 1 | 111111 | 11111 | 111011 | 101110 | 110000 |
Color Harmonies of #B1B042
Complementary color
Monochromatic Colors of #B1B042
Black with #B1B042
Text Example
Text Example
White with #B1B042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B042; }
p { color: rgb(177,176,66); }
H1.HeaderClassName
{
color: #B1B042;
}
.AnyTagClassName
{
color: #B1B042;
}
</style>
background-color css
<style>
a { background-color: #B1B042; }
a { background-color: rgb(177,176,66); }
div.DivClassName
{
background-color: #B1B042;
}
.BgClassName
{
background-color: #B1B042;
}
</style>
border-color css
<style>
span { border-color: #B1B042; }
span { border-color: rgb(177,176,66); }
td.TdClassName
{
border-color: #B1B042;
}
.TagClassName
{
border-color: #B1B042;
}
</style>