Shades of Brass #B1B145
Tints of Brass #B1B145
RGB
CMYK
RGB Variations
Color information
#B1B145 (or 0xB1B145) is known color: Brass. HEX triplet: B1, B1 and 45. RGB value is (177,177,69). Sum of RGB (Red+Green+Blue) = 177+177+69=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B145 is #4E4EBA. Grayscale: #A5A5A5. Windows color (decimal): -5131963 or 4567473. OLE color: 4567473.
HSL color Cylindrical-coordinate representation of color #B1B145: hue angle of 60º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1B145 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 177 | 69 | - |
| CMYK | 0 | 0 | 0.61 | 0.31 |
| HSL | 60º | 0.44% | 0.48% | - |
| HSV(B) | 60º | 0.61% | 0.69% | - |
| XYZ | 34.93 | 41.22 | 11.75 | - |
| YUV | 164.69 | 74 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 69 | 0 | 0 | 0.61 | 0.31 | 60 | 0.44 | 0.48 |
| Hex | B1 | B1 | 45 | 0 | 0 | 3D | 1F | 3C | 2C | 30 |
| Octal | 261 | 261 | 105 | 0 | 0 | 75 | 37 | 74 | 54 | 60 |
| Binary | 10110001 | 10110001 | 1000101 | 0 | 0 | 111101 | 11111 | 111100 | 101100 | 110000 |
Color Harmonies of #B1B145
Complementary color
Monochromatic Colors of #B1B145
Black with #B1B145
Text Example
Text Example
White with #B1B145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B145; }
p { color: rgb(177,177,69); }
H1.HeaderClassName
{
color: #B1B145;
}
.AnyTagClassName
{
color: #B1B145;
}
</style>
background-color css
<style>
a { background-color: #B1B145; }
a { background-color: rgb(177,177,69); }
div.DivClassName
{
background-color: #B1B145;
}
.BgClassName
{
background-color: #B1B145;
}
</style>
border-color css
<style>
span { border-color: #B1B145; }
span { border-color: rgb(177,177,69); }
td.TdClassName
{
border-color: #B1B145;
}
.TagClassName
{
border-color: #B1B145;
}
</style>