Shades of Brass #B0A635
Tints of Brass #B0A635
RGB
CMYK
RGB Variations
Color information
#B0A635 (or 0xB0A635) is known color: Brass. HEX triplet: B0, A6 and 35. RGB value is (176,166,53). Sum of RGB (Red+Green+Blue) = 176+166+53=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A635 is #4F59CA. Grayscale: #9C9C9C. Windows color (decimal): -5200331 or 3516080. OLE color: 3516080.
HSL color Cylindrical-coordinate representation of color #B0A635: hue angle of 55.12º 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 #B0A635 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 166 | 53 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.31 |
| HSL | 55.12º | 0.54% | 0.45% | - |
| HSV(B) | 55.12º | 0.7% | 0.69% | - |
| XYZ | 32.18 | 36.76 | 8.77 | - |
| YUV | 156.11 | 69.81 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 166 | 53 | 0 | 0.06 | 0.70 | 0.31 | 55.12 | 0.54 | 0.45 |
| Hex | B0 | A6 | 35 | 0 | 6 | 46 | 1F | 37 | 36 | 2D |
| Octal | 260 | 246 | 65 | 0 | 6 | 106 | 37 | 67 | 66 | 55 |
| Binary | 10110000 | 10100110 | 110101 | 0 | 110 | 1000110 | 11111 | 110111 | 110110 | 101101 |
Color Harmonies of #B0A635
Complementary color
Monochromatic Colors of #B0A635
Black with #B0A635
Text Example
Text Example
White with #B0A635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A635; }
p { color: rgb(176,166,53); }
H1.HeaderClassName
{
color: #B0A635;
}
.AnyTagClassName
{
color: #B0A635;
}
</style>
background-color css
<style>
a { background-color: #B0A635; }
a { background-color: rgb(176,166,53); }
div.DivClassName
{
background-color: #B0A635;
}
.BgClassName
{
background-color: #B0A635;
}
</style>
border-color css
<style>
span { border-color: #B0A635; }
span { border-color: rgb(176,166,53); }
td.TdClassName
{
border-color: #B0A635;
}
.TagClassName
{
border-color: #B0A635;
}
</style>