Shades of Brass #B3A84D
Tints of Brass #B3A84D
RGB
CMYK
RGB Variations
Color information
#B3A84D (or 0xB3A84D) is known color: Brass. HEX triplet: B3, A8 and 4D. RGB value is (179,168,77). Sum of RGB (Red+Green+Blue) = 179+168+77=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A84D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A84D is #4C57B2. Grayscale: #A1A1A1. Windows color (decimal): -5003187 or 5089459. OLE color: 5089459.
HSL color Cylindrical-coordinate representation of color #B3A84D: hue angle of 53.53º 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 #B3A84D is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 168 | 77 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.30 |
| HSL | 53.53º | 0.4% | 0.5% | - |
| HSV(B) | 53.53º | 0.57% | 0.7% | - |
| XYZ | 33.93 | 38.12 | 12.59 | - |
| YUV | 160.92 | 80.64 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 77 | 0 | 0.06 | 0.57 | 0.30 | 53.53 | 0.4 | 0.5 |
| Hex | B3 | A8 | 4D | 0 | 6 | 39 | 1E | 36 | 28 | 32 |
| Octal | 263 | 250 | 115 | 0 | 6 | 71 | 36 | 66 | 50 | 62 |
| Binary | 10110011 | 10101000 | 1001101 | 0 | 110 | 111001 | 11110 | 110110 | 101000 | 110010 |
Color Harmonies of #B3A84D
Complementary color
Monochromatic Colors of #B3A84D
Black with #B3A84D
Text Example
Text Example
White with #B3A84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A84D; }
p { color: rgb(179,168,77); }
H1.HeaderClassName
{
color: #B3A84D;
}
.AnyTagClassName
{
color: #B3A84D;
}
</style>
background-color css
<style>
a { background-color: #B3A84D; }
a { background-color: rgb(179,168,77); }
div.DivClassName
{
background-color: #B3A84D;
}
.BgClassName
{
background-color: #B3A84D;
}
</style>
border-color css
<style>
span { border-color: #B3A84D; }
span { border-color: rgb(179,168,77); }
td.TdClassName
{
border-color: #B3A84D;
}
.TagClassName
{
border-color: #B3A84D;
}
</style>