Shades of Brass #B0A839
Tints of Brass #B0A839
RGB
CMYK
RGB Variations
Color information
#B0A839 (or 0xB0A839) is known color: Brass. HEX triplet: B0, A8 and 39. RGB value is (176,168,57). Sum of RGB (Red+Green+Blue) = 176+168+57=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 57 (22.66% from 255 or 14.21% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A839 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A839 is #4F57C6. Grayscale: #9E9E9E. Windows color (decimal): -5199815 or 3778736. OLE color: 3778736.
HSL color Cylindrical-coordinate representation of color #B0A839: hue angle of 55.97º 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 #B0A839 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 57 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.31 |
| HSL | 55.97º | 0.51% | 0.46% | - |
| HSV(B) | 55.97º | 0.68% | 0.69% | - |
| XYZ | 32.65 | 37.53 | 9.39 | - |
| YUV | 157.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 57 | 0 | 0.05 | 0.68 | 0.31 | 55.97 | 0.51 | 0.46 |
| Hex | B0 | A8 | 39 | 0 | 5 | 44 | 1F | 38 | 33 | 2E |
| Octal | 260 | 250 | 71 | 0 | 5 | 104 | 37 | 70 | 63 | 56 |
| Binary | 10110000 | 10101000 | 111001 | 0 | 101 | 1000100 | 11111 | 111000 | 110011 | 101110 |
Color Harmonies of #B0A839
Complementary color
Monochromatic Colors of #B0A839
Black with #B0A839
Text Example
Text Example
White with #B0A839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A839; }
p { color: rgb(176,168,57); }
H1.HeaderClassName
{
color: #B0A839;
}
.AnyTagClassName
{
color: #B0A839;
}
</style>
background-color css
<style>
a { background-color: #B0A839; }
a { background-color: rgb(176,168,57); }
div.DivClassName
{
background-color: #B0A839;
}
.BgClassName
{
background-color: #B0A839;
}
</style>
border-color css
<style>
span { border-color: #B0A839; }
span { border-color: rgb(176,168,57); }
td.TdClassName
{
border-color: #B0A839;
}
.TagClassName
{
border-color: #B0A839;
}
</style>