Shades of Brass #B0A835
Tints of Brass #B0A835
RGB
CMYK
RGB Variations
Color information
#B0A835 (or 0xB0A835) is known color: Brass. HEX triplet: B0, A8 and 35. RGB value is (176,168,53). Sum of RGB (Red+Green+Blue) = 176+168+53=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A835 is #4F57CA. Grayscale: #9D9D9D. Windows color (decimal): -5199819 or 3516592. OLE color: 3516592.
HSL color Cylindrical-coordinate representation of color #B0A835: hue angle of 56.1º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0A835 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 53 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.31 |
| HSL | 56.1º | 0.54% | 0.45% | - |
| HSV(B) | 56.1º | 0.7% | 0.69% | - |
| XYZ | 32.55 | 37.49 | 8.89 | - |
| YUV | 157.28 | 69.15 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 53 | 0 | 0.05 | 0.70 | 0.31 | 56.1 | 0.54 | 0.45 |
| Hex | B0 | A8 | 35 | 0 | 5 | 46 | 1F | 38 | 36 | 2D |
| Octal | 260 | 250 | 65 | 0 | 5 | 106 | 37 | 70 | 66 | 55 |
| Binary | 10110000 | 10101000 | 110101 | 0 | 101 | 1000110 | 11111 | 111000 | 110110 | 101101 |
Color Harmonies of #B0A835
Complementary color
Monochromatic Colors of #B0A835
Black with #B0A835
Text Example
Text Example
White with #B0A835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A835; }
p { color: rgb(176,168,53); }
H1.HeaderClassName
{
color: #B0A835;
}
.AnyTagClassName
{
color: #B0A835;
}
</style>
background-color css
<style>
a { background-color: #B0A835; }
a { background-color: rgb(176,168,53); }
div.DivClassName
{
background-color: #B0A835;
}
.BgClassName
{
background-color: #B0A835;
}
</style>
border-color css
<style>
span { border-color: #B0A835; }
span { border-color: rgb(176,168,53); }
td.TdClassName
{
border-color: #B0A835;
}
.TagClassName
{
border-color: #B0A835;
}
</style>