Shades of Brass #B0A73D
Tints of Brass #B0A73D
RGB
CMYK
RGB Variations
Color information
#B0A73D (or 0xB0A73D) is known color: Brass. HEX triplet: B0, A7 and 3D. RGB value is (176,167,61). Sum of RGB (Red+Green+Blue) = 176+167+61=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A73D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A73D is #4F58C2. Grayscale: #9E9E9E. Windows color (decimal): -5200067 or 4040624. OLE color: 4040624.
HSL color Cylindrical-coordinate representation of color #B0A73D: hue angle of 55.3º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0A73D is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 167 | 61 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.31 |
| HSL | 55.3º | 0.49% | 0.46% | - |
| HSV(B) | 55.3º | 0.65% | 0.69% | - |
| XYZ | 32.57 | 37.2 | 9.88 | - |
| YUV | 157.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 167 | 61 | 0 | 0.05 | 0.65 | 0.31 | 55.3 | 0.49 | 0.46 |
| Hex | B0 | A7 | 3D | 0 | 5 | 41 | 1F | 37 | 31 | 2E |
| Octal | 260 | 247 | 75 | 0 | 5 | 101 | 37 | 67 | 61 | 56 |
| Binary | 10110000 | 10100111 | 111101 | 0 | 101 | 1000001 | 11111 | 110111 | 110001 | 101110 |
Color Harmonies of #B0A73D
Complementary color
Monochromatic Colors of #B0A73D
Black with #B0A73D
Text Example
Text Example
White with #B0A73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A73D; }
p { color: rgb(176,167,61); }
H1.HeaderClassName
{
color: #B0A73D;
}
.AnyTagClassName
{
color: #B0A73D;
}
</style>
background-color css
<style>
a { background-color: #B0A73D; }
a { background-color: rgb(176,167,61); }
div.DivClassName
{
background-color: #B0A73D;
}
.BgClassName
{
background-color: #B0A73D;
}
</style>
border-color css
<style>
span { border-color: #B0A73D; }
span { border-color: rgb(176,167,61); }
td.TdClassName
{
border-color: #B0A73D;
}
.TagClassName
{
border-color: #B0A73D;
}
</style>