Shades of Brass #B3AC4A
Tints of Brass #B3AC4A
RGB
CMYK
RGB Variations
Color information
#B3AC4A (or 0xB3AC4A) is known color: Brass. HEX triplet: B3, AC and 4A. RGB value is (179,172,74). Sum of RGB (Red+Green+Blue) = 179+172+74=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AC4A is #4C53B5. Grayscale: #A3A3A3. Windows color (decimal): -5002166 or 4893875. OLE color: 4893875.
HSL color Cylindrical-coordinate representation of color #B3AC4A: hue angle of 56º 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 #B3AC4A is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 172 | 74 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.30 |
| HSL | 56º | 0.42% | 0.5% | - |
| HSV(B) | 56º | 0.59% | 0.7% | - |
| XYZ | 34.58 | 39.58 | 12.3 | - |
| YUV | 162.92 | 77.82 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 172 | 74 | 0 | 0.04 | 0.59 | 0.30 | 56 | 0.42 | 0.5 |
| Hex | B3 | AC | 4A | 0 | 4 | 3B | 1E | 38 | 2A | 32 |
| Octal | 263 | 254 | 112 | 0 | 4 | 73 | 36 | 70 | 52 | 62 |
| Binary | 10110011 | 10101100 | 1001010 | 0 | 100 | 111011 | 11110 | 111000 | 101010 | 110010 |
Color Harmonies of #B3AC4A
Complementary color
Monochromatic Colors of #B3AC4A
Black with #B3AC4A
Text Example
Text Example
White with #B3AC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AC4A; }
p { color: rgb(179,172,74); }
H1.HeaderClassName
{
color: #B3AC4A;
}
.AnyTagClassName
{
color: #B3AC4A;
}
</style>
background-color css
<style>
a { background-color: #B3AC4A; }
a { background-color: rgb(179,172,74); }
div.DivClassName
{
background-color: #B3AC4A;
}
.BgClassName
{
background-color: #B3AC4A;
}
</style>
border-color css
<style>
span { border-color: #B3AC4A; }
span { border-color: rgb(179,172,74); }
td.TdClassName
{
border-color: #B3AC4A;
}
.TagClassName
{
border-color: #B3AC4A;
}
</style>