Shades of Brass #B1A73F
Tints of Brass #B1A73F
RGB
CMYK
RGB Variations
Color information
#B1A73F (or 0xB1A73F) is known color: Brass. HEX triplet: B1, A7 and 3F. RGB value is (177,167,63). Sum of RGB (Red+Green+Blue) = 177+167+63=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A73F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A73F is #4E58C0. Grayscale: #9E9E9E. Windows color (decimal): -5134529 or 4171697. OLE color: 4171697.
HSL color Cylindrical-coordinate representation of color #B1A73F: hue angle of 54.74º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1A73F is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 167 | 63 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.31 |
| HSL | 54.74º | 0.48% | 0.47% | - |
| HSV(B) | 54.74º | 0.64% | 0.69% | - |
| XYZ | 32.85 | 37.34 | 10.18 | - |
| YUV | 158.13 | 74.31 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 63 | 0 | 0.06 | 0.64 | 0.31 | 54.74 | 0.48 | 0.47 |
| Hex | B1 | A7 | 3F | 0 | 6 | 40 | 1F | 37 | 30 | 2F |
| Octal | 261 | 247 | 77 | 0 | 6 | 100 | 37 | 67 | 60 | 57 |
| Binary | 10110001 | 10100111 | 111111 | 0 | 110 | 1000000 | 11111 | 110111 | 110000 | 101111 |
Color Harmonies of #B1A73F
Complementary color
Monochromatic Colors of #B1A73F
Black with #B1A73F
Text Example
Text Example
White with #B1A73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A73F; }
p { color: rgb(177,167,63); }
H1.HeaderClassName
{
color: #B1A73F;
}
.AnyTagClassName
{
color: #B1A73F;
}
</style>
background-color css
<style>
a { background-color: #B1A73F; }
a { background-color: rgb(177,167,63); }
div.DivClassName
{
background-color: #B1A73F;
}
.BgClassName
{
background-color: #B1A73F;
}
</style>
border-color css
<style>
span { border-color: #B1A73F; }
span { border-color: rgb(177,167,63); }
td.TdClassName
{
border-color: #B1A73F;
}
.TagClassName
{
border-color: #B1A73F;
}
</style>