Shades of Brass #B3AA40
Tints of Brass #B3AA40
RGB
CMYK
RGB Variations
Color information
#B3AA40 (or 0xB3AA40) is known color: Brass. HEX triplet: B3, AA and 40. RGB value is (179,170,64). Sum of RGB (Red+Green+Blue) = 179+170+64=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AA40 is #4C55BF. Grayscale: #A1A1A1. Windows color (decimal): -5002688 or 4238003. OLE color: 4238003.
HSL color Cylindrical-coordinate representation of color #B3AA40: hue angle of 55.3º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3AA40 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 170 | 64 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.30 |
| HSL | 55.3º | 0.47% | 0.48% | - |
| HSV(B) | 55.3º | 0.64% | 0.7% | - |
| XYZ | 33.89 | 38.7 | 10.53 | - |
| YUV | 160.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 170 | 64 | 0 | 0.05 | 0.64 | 0.30 | 55.3 | 0.47 | 0.48 |
| Hex | B3 | AA | 40 | 0 | 5 | 40 | 1E | 37 | 2F | 30 |
| Octal | 263 | 252 | 100 | 0 | 5 | 100 | 36 | 67 | 57 | 60 |
| Binary | 10110011 | 10101010 | 1000000 | 0 | 101 | 1000000 | 11110 | 110111 | 101111 | 110000 |
Color Harmonies of #B3AA40
Complementary color
Monochromatic Colors of #B3AA40
Black with #B3AA40
Text Example
Text Example
White with #B3AA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AA40; }
p { color: rgb(179,170,64); }
H1.HeaderClassName
{
color: #B3AA40;
}
.AnyTagClassName
{
color: #B3AA40;
}
</style>
background-color css
<style>
a { background-color: #B3AA40; }
a { background-color: rgb(179,170,64); }
div.DivClassName
{
background-color: #B3AA40;
}
.BgClassName
{
background-color: #B3AA40;
}
</style>
border-color css
<style>
span { border-color: #B3AA40; }
span { border-color: rgb(179,170,64); }
td.TdClassName
{
border-color: #B3AA40;
}
.TagClassName
{
border-color: #B3AA40;
}
</style>