Shades of Brass #B1A339
Tints of Brass #B1A339
RGB
CMYK
RGB Variations
Color information
#B1A339 (or 0xB1A339) is known color: Brass. HEX triplet: B1, A3 and 39. RGB value is (177,163,57). Sum of RGB (Red+Green+Blue) = 177+163+57=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A339 is #4E5CC6. Grayscale: #9B9B9B. Windows color (decimal): -5135559 or 3777457. OLE color: 3777457.
HSL color Cylindrical-coordinate representation of color #B1A339: hue angle of 53º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1A339 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 57 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.31 |
| HSL | 53º | 0.51% | 0.46% | - |
| HSV(B) | 53º | 0.68% | 0.69% | - |
| XYZ | 31.97 | 35.84 | 9.1 | - |
| YUV | 155.1 | 72.64 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 57 | 0 | 0.08 | 0.68 | 0.31 | 53 | 0.51 | 0.46 |
| Hex | B1 | A3 | 39 | 0 | 8 | 44 | 1F | 35 | 33 | 2E |
| Octal | 261 | 243 | 71 | 0 | 10 | 104 | 37 | 65 | 63 | 56 |
| Binary | 10110001 | 10100011 | 111001 | 0 | 1000 | 1000100 | 11111 | 110101 | 110011 | 101110 |
Color Harmonies of #B1A339
Complementary color
Monochromatic Colors of #B1A339
Black with #B1A339
Text Example
Text Example
White with #B1A339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A339; }
p { color: rgb(177,163,57); }
H1.HeaderClassName
{
color: #B1A339;
}
.AnyTagClassName
{
color: #B1A339;
}
</style>
background-color css
<style>
a { background-color: #B1A339; }
a { background-color: rgb(177,163,57); }
div.DivClassName
{
background-color: #B1A339;
}
.BgClassName
{
background-color: #B1A339;
}
</style>
border-color css
<style>
span { border-color: #B1A339; }
span { border-color: rgb(177,163,57); }
td.TdClassName
{
border-color: #B1A339;
}
.TagClassName
{
border-color: #B1A339;
}
</style>