Shades of Brass #B5A839
Tints of Brass #B5A839
RGB
CMYK
RGB Variations
Color information
#B5A839 (or 0xB5A839) is known color: Brass. HEX triplet: B5, A8 and 39. RGB value is (181,168,57). Sum of RGB (Red+Green+Blue) = 181+168+57=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 57 (22.66% from 255 or 14.04% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A839 is #4A57C6. Grayscale: #9F9F9F. Windows color (decimal): -4872135 or 3778741. OLE color: 3778741.
HSL color Cylindrical-coordinate representation of color #B5A839: hue angle of 53.71º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5A839 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 57 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.29 |
| HSL | 53.71º | 0.52% | 0.47% | - |
| HSV(B) | 53.71º | 0.69% | 0.71% | - |
| XYZ | 33.8 | 38.12 | 9.45 | - |
| YUV | 159.23 | 70.31 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 57 | 0 | 0.07 | 0.69 | 0.29 | 53.71 | 0.52 | 0.47 |
| Hex | B5 | A8 | 39 | 0 | 7 | 45 | 1D | 36 | 34 | 2F |
| Octal | 265 | 250 | 71 | 0 | 7 | 105 | 35 | 66 | 64 | 57 |
| Binary | 10110101 | 10101000 | 111001 | 0 | 111 | 1000101 | 11101 | 110110 | 110100 | 101111 |
Color Harmonies of #B5A839
Complementary color
Monochromatic Colors of #B5A839
Black with #B5A839
Text Example
Text Example
White with #B5A839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A839; }
p { color: rgb(181,168,57); }
H1.HeaderClassName
{
color: #B5A839;
}
.AnyTagClassName
{
color: #B5A839;
}
</style>
background-color css
<style>
a { background-color: #B5A839; }
a { background-color: rgb(181,168,57); }
div.DivClassName
{
background-color: #B5A839;
}
.BgClassName
{
background-color: #B5A839;
}
</style>
border-color css
<style>
span { border-color: #B5A839; }
span { border-color: rgb(181,168,57); }
td.TdClassName
{
border-color: #B5A839;
}
.TagClassName
{
border-color: #B5A839;
}
</style>