Shades of Brass #B1A33F
Tints of Brass #B1A33F
RGB
CMYK
RGB Variations
Color information
#B1A33F (or 0xB1A33F) is known color: Brass. HEX triplet: B1, A3 and 3F. RGB value is (177,163,63). Sum of RGB (Red+Green+Blue) = 177+163+63=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A33F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A33F is #4E5CC0. Grayscale: #9C9C9C. Windows color (decimal): -5135553 or 4170673. OLE color: 4170673.
HSL color Cylindrical-coordinate representation of color #B1A33F: hue angle of 52.63º 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 #B1A33F is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 63 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.31 |
| HSL | 52.63º | 0.48% | 0.47% | - |
| HSV(B) | 52.63º | 0.64% | 0.69% | - |
| XYZ | 32.13 | 35.9 | 9.94 | - |
| YUV | 155.79 | 75.64 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 63 | 0 | 0.08 | 0.64 | 0.31 | 52.63 | 0.48 | 0.47 |
| Hex | B1 | A3 | 3F | 0 | 8 | 40 | 1F | 35 | 30 | 2F |
| Octal | 261 | 243 | 77 | 0 | 10 | 100 | 37 | 65 | 60 | 57 |
| Binary | 10110001 | 10100011 | 111111 | 0 | 1000 | 1000000 | 11111 | 110101 | 110000 | 101111 |
Color Harmonies of #B1A33F
Complementary color
Monochromatic Colors of #B1A33F
Black with #B1A33F
Text Example
Text Example
White with #B1A33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A33F; }
p { color: rgb(177,163,63); }
H1.HeaderClassName
{
color: #B1A33F;
}
.AnyTagClassName
{
color: #B1A33F;
}
</style>
background-color css
<style>
a { background-color: #B1A33F; }
a { background-color: rgb(177,163,63); }
div.DivClassName
{
background-color: #B1A33F;
}
.BgClassName
{
background-color: #B1A33F;
}
</style>
border-color css
<style>
span { border-color: #B1A33F; }
span { border-color: rgb(177,163,63); }
td.TdClassName
{
border-color: #B1A33F;
}
.TagClassName
{
border-color: #B1A33F;
}
</style>