Shades of Brass #B3AA3C
Tints of Brass #B3AA3C
RGB
CMYK
RGB Variations
Color information
#B3AA3C (or 0xB3AA3C) is known color: Brass. HEX triplet: B3, AA and 3C. RGB value is (179,170,60). Sum of RGB (Red+Green+Blue) = 179+170+60=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AA3C is #4C55C3. Grayscale: #A0A0A0. Windows color (decimal): -5002692 or 3975859. OLE color: 3975859.
HSL color Cylindrical-coordinate representation of color #B3AA3C: hue angle of 55.46º degrees, saturation: 0.5, 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 #B3AA3C is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 170 | 60 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.30 |
| HSL | 55.46º | 0.5% | 0.47% | - |
| HSV(B) | 55.46º | 0.66% | 0.7% | - |
| XYZ | 33.78 | 38.66 | 9.96 | - |
| YUV | 160.15 | 71.48 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 170 | 60 | 0 | 0.05 | 0.66 | 0.30 | 55.46 | 0.5 | 0.47 |
| Hex | B3 | AA | 3C | 0 | 5 | 42 | 1E | 37 | 32 | 2F |
| Octal | 263 | 252 | 74 | 0 | 5 | 102 | 36 | 67 | 62 | 57 |
| Binary | 10110011 | 10101010 | 111100 | 0 | 101 | 1000010 | 11110 | 110111 | 110010 | 101111 |
Color Harmonies of #B3AA3C
Complementary color
Monochromatic Colors of #B3AA3C
Black with #B3AA3C
Text Example
Text Example
White with #B3AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AA3C; }
p { color: rgb(179,170,60); }
H1.HeaderClassName
{
color: #B3AA3C;
}
.AnyTagClassName
{
color: #B3AA3C;
}
</style>
background-color css
<style>
a { background-color: #B3AA3C; }
a { background-color: rgb(179,170,60); }
div.DivClassName
{
background-color: #B3AA3C;
}
.BgClassName
{
background-color: #B3AA3C;
}
</style>
border-color css
<style>
span { border-color: #B3AA3C; }
span { border-color: rgb(179,170,60); }
td.TdClassName
{
border-color: #B3AA3C;
}
.TagClassName
{
border-color: #B3AA3C;
}
</style>