Shades of Brass #B3A93D
Tints of Brass #B3A93D
RGB
CMYK
RGB Variations
Color information
#B3A93D (or 0xB3A93D) is known color: Brass. HEX triplet: B3, A9 and 3D. RGB value is (179,169,61). Sum of RGB (Red+Green+Blue) = 179+169+61=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A93D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A93D is #4C56C2. Grayscale: #A0A0A0. Windows color (decimal): -5002947 or 4041139. OLE color: 4041139.
HSL color Cylindrical-coordinate representation of color #B3A93D: hue angle of 54.92º 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 #B3A93D is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 169 | 61 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.30 |
| HSL | 54.92º | 0.49% | 0.47% | - |
| HSV(B) | 54.92º | 0.66% | 0.7% | - |
| XYZ | 33.62 | 38.3 | 10.03 | - |
| YUV | 159.68 | 72.31 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 169 | 61 | 0 | 0.06 | 0.66 | 0.30 | 54.92 | 0.49 | 0.47 |
| Hex | B3 | A9 | 3D | 0 | 6 | 42 | 1E | 37 | 31 | 2F |
| Octal | 263 | 251 | 75 | 0 | 6 | 102 | 36 | 67 | 61 | 57 |
| Binary | 10110011 | 10101001 | 111101 | 0 | 110 | 1000010 | 11110 | 110111 | 110001 | 101111 |
Color Harmonies of #B3A93D
Complementary color
Monochromatic Colors of #B3A93D
Black with #B3A93D
Text Example
Text Example
White with #B3A93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A93D; }
p { color: rgb(179,169,61); }
H1.HeaderClassName
{
color: #B3A93D;
}
.AnyTagClassName
{
color: #B3A93D;
}
</style>
background-color css
<style>
a { background-color: #B3A93D; }
a { background-color: rgb(179,169,61); }
div.DivClassName
{
background-color: #B3A93D;
}
.BgClassName
{
background-color: #B3A93D;
}
</style>
border-color css
<style>
span { border-color: #B3A93D; }
span { border-color: rgb(179,169,61); }
td.TdClassName
{
border-color: #B3A93D;
}
.TagClassName
{
border-color: #B3A93D;
}
</style>