Shades of Brass #B3AA4D
Tints of Brass #B3AA4D
RGB
CMYK
RGB Variations
Color information
#B3AA4D (or 0xB3AA4D) is known color: Brass. HEX triplet: B3, AA and 4D. RGB value is (179,170,77). Sum of RGB (Red+Green+Blue) = 179+170+77=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AA4D is #4C55B2. Grayscale: #A2A2A2. Windows color (decimal): -5002675 or 5089971. OLE color: 5089971.
HSL color Cylindrical-coordinate representation of color #B3AA4D: hue angle of 54.71º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B3AA4D is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 170 | 77 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.30 |
| HSL | 54.71º | 0.4% | 0.5% | - |
| HSV(B) | 54.71º | 0.57% | 0.7% | - |
| XYZ | 34.3 | 38.87 | 12.72 | - |
| YUV | 162.09 | 79.98 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 170 | 77 | 0 | 0.05 | 0.57 | 0.30 | 54.71 | 0.4 | 0.5 |
| Hex | B3 | AA | 4D | 0 | 5 | 39 | 1E | 37 | 28 | 32 |
| Octal | 263 | 252 | 115 | 0 | 5 | 71 | 36 | 67 | 50 | 62 |
| Binary | 10110011 | 10101010 | 1001101 | 0 | 101 | 111001 | 11110 | 110111 | 101000 | 110010 |
Color Harmonies of #B3AA4D
Complementary color
Monochromatic Colors of #B3AA4D
Black with #B3AA4D
Text Example
Text Example
White with #B3AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AA4D; }
p { color: rgb(179,170,77); }
H1.HeaderClassName
{
color: #B3AA4D;
}
.AnyTagClassName
{
color: #B3AA4D;
}
</style>
background-color css
<style>
a { background-color: #B3AA4D; }
a { background-color: rgb(179,170,77); }
div.DivClassName
{
background-color: #B3AA4D;
}
.BgClassName
{
background-color: #B3AA4D;
}
</style>
border-color css
<style>
span { border-color: #B3AA4D; }
span { border-color: rgb(179,170,77); }
td.TdClassName
{
border-color: #B3AA4D;
}
.TagClassName
{
border-color: #B3AA4D;
}
</style>