Shades of Brass #B3A34C
Tints of Brass #B3A34C
RGB
CMYK
RGB Variations
Color information
#B3A34C (or 0xB3A34C) is known color: Brass. HEX triplet: B3, A3 and 4C. RGB value is (179,163,76). Sum of RGB (Red+Green+Blue) = 179+163+76=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A34C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A34C is #4C5CB3. Grayscale: #9E9E9E. Windows color (decimal): -5004468 or 5022643. OLE color: 5022643.
HSL color Cylindrical-coordinate representation of color #B3A34C: hue angle of 50.68º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3A34C is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 163 | 76 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.30 |
| HSL | 50.68º | 0.4% | 0.5% | - |
| HSV(B) | 50.68º | 0.58% | 0.7% | - |
| XYZ | 32.99 | 36.3 | 12.11 | - |
| YUV | 157.87 | 81.8 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 76 | 0 | 0.09 | 0.58 | 0.30 | 50.68 | 0.4 | 0.5 |
| Hex | B3 | A3 | 4C | 0 | 9 | 3A | 1E | 33 | 28 | 32 |
| Octal | 263 | 243 | 114 | 0 | 11 | 72 | 36 | 63 | 50 | 62 |
| Binary | 10110011 | 10100011 | 1001100 | 0 | 1001 | 111010 | 11110 | 110011 | 101000 | 110010 |
Color Harmonies of #B3A34C
Complementary color
Monochromatic Colors of #B3A34C
Black with #B3A34C
Text Example
Text Example
White with #B3A34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A34C; }
p { color: rgb(179,163,76); }
H1.HeaderClassName
{
color: #B3A34C;
}
.AnyTagClassName
{
color: #B3A34C;
}
</style>
background-color css
<style>
a { background-color: #B3A34C; }
a { background-color: rgb(179,163,76); }
div.DivClassName
{
background-color: #B3A34C;
}
.BgClassName
{
background-color: #B3A34C;
}
</style>
border-color css
<style>
span { border-color: #B3A34C; }
span { border-color: rgb(179,163,76); }
td.TdClassName
{
border-color: #B3A34C;
}
.TagClassName
{
border-color: #B3A34C;
}
</style>