Shades of Brass #B0A546
Tints of Brass #B0A546
RGB
CMYK
RGB Variations
Color information
#B0A546 (or 0xB0A546) is known color: Brass. HEX triplet: B0, A5 and 46. RGB value is (176,165,70). Sum of RGB (Red+Green+Blue) = 176+165+70=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A546 is #4F5AB9. Grayscale: #9D9D9D. Windows color (decimal): -5200570 or 4629936. OLE color: 4629936.
HSL color Cylindrical-coordinate representation of color #B0A546: hue angle of 53.77º 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 #B0A546 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 165 | 70 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.31 |
| HSL | 53.77º | 0.43% | 0.48% | - |
| HSV(B) | 53.77º | 0.6% | 0.69% | - |
| XYZ | 32.47 | 36.58 | 11.14 | - |
| YUV | 157.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 165 | 70 | 0 | 0.06 | 0.60 | 0.31 | 53.77 | 0.43 | 0.48 |
| Hex | B0 | A5 | 46 | 0 | 6 | 3C | 1F | 36 | 2B | 30 |
| Octal | 260 | 245 | 106 | 0 | 6 | 74 | 37 | 66 | 53 | 60 |
| Binary | 10110000 | 10100101 | 1000110 | 0 | 110 | 111100 | 11111 | 110110 | 101011 | 110000 |
Color Harmonies of #B0A546
Complementary color
Monochromatic Colors of #B0A546
Black with #B0A546
Text Example
Text Example
White with #B0A546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A546; }
p { color: rgb(176,165,70); }
H1.HeaderClassName
{
color: #B0A546;
}
.AnyTagClassName
{
color: #B0A546;
}
</style>
background-color css
<style>
a { background-color: #B0A546; }
a { background-color: rgb(176,165,70); }
div.DivClassName
{
background-color: #B0A546;
}
.BgClassName
{
background-color: #B0A546;
}
</style>
border-color css
<style>
span { border-color: #B0A546; }
span { border-color: rgb(176,165,70); }
td.TdClassName
{
border-color: #B0A546;
}
.TagClassName
{
border-color: #B0A546;
}
</style>