Shades of Brass #B0A345
Tints of Brass #B0A345
RGB
CMYK
RGB Variations
Color information
#B0A345 (or 0xB0A345) is known color: Brass. HEX triplet: B0, A3 and 45. RGB value is (176,163,69). Sum of RGB (Red+Green+Blue) = 176+163+69=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A345 is #4F5CBA. Grayscale: #9C9C9C. Windows color (decimal): -5201083 or 4563888. OLE color: 4563888.
HSL color Cylindrical-coordinate representation of color #B0A345: hue angle of 52.71º 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 #B0A345 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 163 | 69 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.31 |
| HSL | 52.71º | 0.44% | 0.48% | - |
| HSV(B) | 52.71º | 0.61% | 0.69% | - |
| XYZ | 32.08 | 35.85 | 10.86 | - |
| YUV | 156.17 | 78.81 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 69 | 0 | 0.07 | 0.61 | 0.31 | 52.71 | 0.44 | 0.48 |
| Hex | B0 | A3 | 45 | 0 | 7 | 3D | 1F | 35 | 2C | 30 |
| Octal | 260 | 243 | 105 | 0 | 7 | 75 | 37 | 65 | 54 | 60 |
| Binary | 10110000 | 10100011 | 1000101 | 0 | 111 | 111101 | 11111 | 110101 | 101100 | 110000 |
Color Harmonies of #B0A345
Complementary color
Monochromatic Colors of #B0A345
Black with #B0A345
Text Example
Text Example
White with #B0A345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A345; }
p { color: rgb(176,163,69); }
H1.HeaderClassName
{
color: #B0A345;
}
.AnyTagClassName
{
color: #B0A345;
}
</style>
background-color css
<style>
a { background-color: #B0A345; }
a { background-color: rgb(176,163,69); }
div.DivClassName
{
background-color: #B0A345;
}
.BgClassName
{
background-color: #B0A345;
}
</style>
border-color css
<style>
span { border-color: #B0A345; }
span { border-color: rgb(176,163,69); }
td.TdClassName
{
border-color: #B0A345;
}
.TagClassName
{
border-color: #B0A345;
}
</style>