Shades of Brass #B0A245
Tints of Brass #B0A245
RGB
CMYK
RGB Variations
Color information
#B0A245 (or 0xB0A245) is known color: Brass. HEX triplet: B0, A2 and 45. RGB value is (176,162,69). Sum of RGB (Red+Green+Blue) = 176+162+69=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A245 is #4F5DBA. Grayscale: #9B9B9B. Windows color (decimal): -5201339 or 4563632. OLE color: 4563632.
HSL color Cylindrical-coordinate representation of color #B0A245: hue angle of 52.15º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0A245 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 69 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.31 |
| HSL | 52.15º | 0.44% | 0.48% | - |
| HSV(B) | 52.15º | 0.61% | 0.69% | - |
| XYZ | 31.9 | 35.5 | 10.8 | - |
| YUV | 155.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 69 | 0 | 0.08 | 0.61 | 0.31 | 52.15 | 0.44 | 0.48 |
| Hex | B0 | A2 | 45 | 0 | 8 | 3D | 1F | 34 | 2C | 30 |
| Octal | 260 | 242 | 105 | 0 | 10 | 75 | 37 | 64 | 54 | 60 |
| Binary | 10110000 | 10100010 | 1000101 | 0 | 1000 | 111101 | 11111 | 110100 | 101100 | 110000 |
Color Harmonies of #B0A245
Complementary color
Monochromatic Colors of #B0A245
Black with #B0A245
Text Example
Text Example
White with #B0A245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A245; }
p { color: rgb(176,162,69); }
H1.HeaderClassName
{
color: #B0A245;
}
.AnyTagClassName
{
color: #B0A245;
}
</style>
background-color css
<style>
a { background-color: #B0A245; }
a { background-color: rgb(176,162,69); }
div.DivClassName
{
background-color: #B0A245;
}
.BgClassName
{
background-color: #B0A245;
}
</style>
border-color css
<style>
span { border-color: #B0A245; }
span { border-color: rgb(176,162,69); }
td.TdClassName
{
border-color: #B0A245;
}
.TagClassName
{
border-color: #B0A245;
}
</style>