Shades of Brass #B3AD4A
Tints of Brass #B3AD4A
RGB
CMYK
RGB Variations
Color information
#B3AD4A (or 0xB3AD4A) is known color: Brass. HEX triplet: B3, AD and 4A. RGB value is (179,173,74). Sum of RGB (Red+Green+Blue) = 179+173+74=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AD4A is #4C52B5. Grayscale: #A3A3A3. Windows color (decimal): -5001910 or 4894131. OLE color: 4894131.
HSL color Cylindrical-coordinate representation of color #B3AD4A: hue angle of 56.57º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3AD4A is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 173 | 74 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.30 |
| HSL | 56.57º | 0.42% | 0.5% | - |
| HSV(B) | 56.57º | 0.59% | 0.7% | - |
| XYZ | 34.77 | 39.97 | 12.36 | - |
| YUV | 163.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 74 | 0 | 0.03 | 0.59 | 0.30 | 56.57 | 0.42 | 0.5 |
| Hex | B3 | AD | 4A | 0 | 3 | 3B | 1E | 39 | 2A | 32 |
| Octal | 263 | 255 | 112 | 0 | 3 | 73 | 36 | 71 | 52 | 62 |
| Binary | 10110011 | 10101101 | 1001010 | 0 | 11 | 111011 | 11110 | 111001 | 101010 | 110010 |
Color Harmonies of #B3AD4A
Complementary color
Monochromatic Colors of #B3AD4A
Black with #B3AD4A
Text Example
Text Example
White with #B3AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AD4A; }
p { color: rgb(179,173,74); }
H1.HeaderClassName
{
color: #B3AD4A;
}
.AnyTagClassName
{
color: #B3AD4A;
}
</style>
background-color css
<style>
a { background-color: #B3AD4A; }
a { background-color: rgb(179,173,74); }
div.DivClassName
{
background-color: #B3AD4A;
}
.BgClassName
{
background-color: #B3AD4A;
}
</style>
border-color css
<style>
span { border-color: #B3AD4A; }
span { border-color: rgb(179,173,74); }
td.TdClassName
{
border-color: #B3AD4A;
}
.TagClassName
{
border-color: #B3AD4A;
}
</style>