Shades of Brass #B3A43D
Tints of Brass #B3A43D
RGB
CMYK
RGB Variations
Color information
#B3A43D (or 0xB3A43D) is known color: Brass. HEX triplet: B3, A4 and 3D. RGB value is (179,164,61). Sum of RGB (Red+Green+Blue) = 179+164+61=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A43D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A43D is #4C5BC2. Grayscale: #9D9D9D. Windows color (decimal): -5004227 or 4039859. OLE color: 4039859.
HSL color Cylindrical-coordinate representation of color #B3A43D: hue angle of 52.37º degrees, saturation: 0.49, 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 #B3A43D is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 164 | 61 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.30 |
| HSL | 52.37º | 0.49% | 0.47% | - |
| HSV(B) | 52.37º | 0.66% | 0.7% | - |
| XYZ | 32.71 | 36.47 | 9.73 | - |
| YUV | 156.74 | 73.97 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 164 | 61 | 0 | 0.08 | 0.66 | 0.30 | 52.37 | 0.49 | 0.47 |
| Hex | B3 | A4 | 3D | 0 | 8 | 42 | 1E | 34 | 31 | 2F |
| Octal | 263 | 244 | 75 | 0 | 10 | 102 | 36 | 64 | 61 | 57 |
| Binary | 10110011 | 10100100 | 111101 | 0 | 1000 | 1000010 | 11110 | 110100 | 110001 | 101111 |
Color Harmonies of #B3A43D
Complementary color
Monochromatic Colors of #B3A43D
Black with #B3A43D
Text Example
Text Example
White with #B3A43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A43D; }
p { color: rgb(179,164,61); }
H1.HeaderClassName
{
color: #B3A43D;
}
.AnyTagClassName
{
color: #B3A43D;
}
</style>
background-color css
<style>
a { background-color: #B3A43D; }
a { background-color: rgb(179,164,61); }
div.DivClassName
{
background-color: #B3A43D;
}
.BgClassName
{
background-color: #B3A43D;
}
</style>
border-color css
<style>
span { border-color: #B3A43D; }
span { border-color: rgb(179,164,61); }
td.TdClassName
{
border-color: #B3A43D;
}
.TagClassName
{
border-color: #B3A43D;
}
</style>