Shades of Brass #B3A73D
Tints of Brass #B3A73D
RGB
CMYK
RGB Variations
Color information
#B3A73D (or 0xB3A73D) is known color: Brass. HEX triplet: B3, A7 and 3D. RGB value is (179,167,61). Sum of RGB (Red+Green+Blue) = 179+167+61=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A73D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A73D is #4C58C2. Grayscale: #9E9E9E. Windows color (decimal): -5003459 or 4040627. OLE color: 4040627.
HSL color Cylindrical-coordinate representation of color #B3A73D: hue angle of 53.9º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3A73D is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 167 | 61 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.30 |
| HSL | 53.9º | 0.49% | 0.47% | - |
| HSV(B) | 53.9º | 0.66% | 0.7% | - |
| XYZ | 33.25 | 37.56 | 9.91 | - |
| YUV | 158.5 | 72.98 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 167 | 61 | 0 | 0.07 | 0.66 | 0.30 | 53.9 | 0.49 | 0.47 |
| Hex | B3 | A7 | 3D | 0 | 7 | 42 | 1E | 36 | 31 | 2F |
| Octal | 263 | 247 | 75 | 0 | 7 | 102 | 36 | 66 | 61 | 57 |
| Binary | 10110011 | 10100111 | 111101 | 0 | 111 | 1000010 | 11110 | 110110 | 110001 | 101111 |
Color Harmonies of #B3A73D
Complementary color
Monochromatic Colors of #B3A73D
Black with #B3A73D
Text Example
Text Example
White with #B3A73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A73D; }
p { color: rgb(179,167,61); }
H1.HeaderClassName
{
color: #B3A73D;
}
.AnyTagClassName
{
color: #B3A73D;
}
</style>
background-color css
<style>
a { background-color: #B3A73D; }
a { background-color: rgb(179,167,61); }
div.DivClassName
{
background-color: #B3A73D;
}
.BgClassName
{
background-color: #B3A73D;
}
</style>
border-color css
<style>
span { border-color: #B3A73D; }
span { border-color: rgb(179,167,61); }
td.TdClassName
{
border-color: #B3A73D;
}
.TagClassName
{
border-color: #B3A73D;
}
</style>