Shades of Brass #B0A552
Tints of Brass #B0A552
RGB
CMYK
RGB Variations
Color information
#B0A552 (or 0xB0A552) is known color: Brass. HEX triplet: B0, A5 and 52. RGB value is (176,165,82). Sum of RGB (Red+Green+Blue) = 176+165+82=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A552 is #4F5AAD. Grayscale: #9F9F9F. Windows color (decimal): -5200558 or 5416368. OLE color: 5416368.
HSL color Cylindrical-coordinate representation of color #B0A552: hue angle of 52.98º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0A552 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 165 | 82 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.31 |
| HSL | 52.98º | 0.37% | 0.51% | - |
| HSV(B) | 52.98º | 0.53% | 0.69% | - |
| XYZ | 32.88 | 36.75 | 13.34 | - |
| YUV | 158.83 | 84.64 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 165 | 82 | 0 | 0.06 | 0.53 | 0.31 | 52.98 | 0.37 | 0.51 |
| Hex | B0 | A5 | 52 | 0 | 6 | 35 | 1F | 35 | 25 | 33 |
| Octal | 260 | 245 | 122 | 0 | 6 | 65 | 37 | 65 | 45 | 63 |
| Binary | 10110000 | 10100101 | 1010010 | 0 | 110 | 110101 | 11111 | 110101 | 100101 | 110011 |
Color Harmonies of #B0A552
Complementary color
Monochromatic Colors of #B0A552
Black with #B0A552
Text Example
Text Example
White with #B0A552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A552; }
p { color: rgb(176,165,82); }
H1.HeaderClassName
{
color: #B0A552;
}
.AnyTagClassName
{
color: #B0A552;
}
</style>
background-color css
<style>
a { background-color: #B0A552; }
a { background-color: rgb(176,165,82); }
div.DivClassName
{
background-color: #B0A552;
}
.BgClassName
{
background-color: #B0A552;
}
</style>
border-color css
<style>
span { border-color: #B0A552; }
span { border-color: rgb(176,165,82); }
td.TdClassName
{
border-color: #B0A552;
}
.TagClassName
{
border-color: #B0A552;
}
</style>