Shades of Brass #B0A346
Tints of Brass #B0A346
RGB
CMYK
RGB Variations
Color information
#B0A346 (or 0xB0A346) is known color: Brass. HEX triplet: B0, A3 and 46. RGB value is (176,163,70). Sum of RGB (Red+Green+Blue) = 176+163+70=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A346 is #4F5CB9. Grayscale: #9C9C9C. Windows color (decimal): -5201082 or 4629424. OLE color: 4629424.
HSL color Cylindrical-coordinate representation of color #B0A346: hue angle of 52.64º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0A346 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 163 | 70 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.31 |
| HSL | 52.64º | 0.43% | 0.48% | - |
| HSV(B) | 52.64º | 0.6% | 0.69% | - |
| XYZ | 32.11 | 35.87 | 11.03 | - |
| YUV | 156.29 | 79.31 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 70 | 0 | 0.07 | 0.60 | 0.31 | 52.64 | 0.43 | 0.48 |
| Hex | B0 | A3 | 46 | 0 | 7 | 3C | 1F | 35 | 2B | 30 |
| Octal | 260 | 243 | 106 | 0 | 7 | 74 | 37 | 65 | 53 | 60 |
| Binary | 10110000 | 10100011 | 1000110 | 0 | 111 | 111100 | 11111 | 110101 | 101011 | 110000 |
Color Harmonies of #B0A346
Complementary color
Monochromatic Colors of #B0A346
Black with #B0A346
Text Example
Text Example
White with #B0A346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A346; }
p { color: rgb(176,163,70); }
H1.HeaderClassName
{
color: #B0A346;
}
.AnyTagClassName
{
color: #B0A346;
}
</style>
background-color css
<style>
a { background-color: #B0A346; }
a { background-color: rgb(176,163,70); }
div.DivClassName
{
background-color: #B0A346;
}
.BgClassName
{
background-color: #B0A346;
}
</style>
border-color css
<style>
span { border-color: #B0A346; }
span { border-color: rgb(176,163,70); }
td.TdClassName
{
border-color: #B0A346;
}
.TagClassName
{
border-color: #B0A346;
}
</style>