Shades of Brass #B3A33D
Tints of Brass #B3A33D
RGB
CMYK
RGB Variations
Color information
#B3A33D (or 0xB3A33D) is known color: Brass. HEX triplet: B3, A3 and 3D. RGB value is (179,163,61). Sum of RGB (Red+Green+Blue) = 179+163+61=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A33D is #4C5CC2. Grayscale: #9C9C9C. Windows color (decimal): -5004483 or 4039603. OLE color: 4039603.
HSL color Cylindrical-coordinate representation of color #B3A33D: hue angle of 51.86º 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 #B3A33D is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 163 | 61 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.30 |
| HSL | 51.86º | 0.49% | 0.47% | - |
| HSV(B) | 51.86º | 0.66% | 0.7% | - |
| XYZ | 32.53 | 36.12 | 9.67 | - |
| YUV | 156.16 | 74.3 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 61 | 0 | 0.09 | 0.66 | 0.30 | 51.86 | 0.49 | 0.47 |
| Hex | B3 | A3 | 3D | 0 | 9 | 42 | 1E | 34 | 31 | 2F |
| Octal | 263 | 243 | 75 | 0 | 11 | 102 | 36 | 64 | 61 | 57 |
| Binary | 10110011 | 10100011 | 111101 | 0 | 1001 | 1000010 | 11110 | 110100 | 110001 | 101111 |
Color Harmonies of #B3A33D
Complementary color
Monochromatic Colors of #B3A33D
Black with #B3A33D
Text Example
Text Example
White with #B3A33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A33D; }
p { color: rgb(179,163,61); }
H1.HeaderClassName
{
color: #B3A33D;
}
.AnyTagClassName
{
color: #B3A33D;
}
</style>
background-color css
<style>
a { background-color: #B3A33D; }
a { background-color: rgb(179,163,61); }
div.DivClassName
{
background-color: #B3A33D;
}
.BgClassName
{
background-color: #B3A33D;
}
</style>
border-color css
<style>
span { border-color: #B3A33D; }
span { border-color: rgb(179,163,61); }
td.TdClassName
{
border-color: #B3A33D;
}
.TagClassName
{
border-color: #B3A33D;
}
</style>