Shades of Brass #B3A03D
Tints of Brass #B3A03D
RGB
CMYK
RGB Variations
Color information
#B3A03D (or 0xB3A03D) is known color: Brass. HEX triplet: B3, A0 and 3D. RGB value is (179,160,61). Sum of RGB (Red+Green+Blue) = 179+160+61=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A03D is #4C5FC2. Grayscale: #9A9A9A. Windows color (decimal): -5005251 or 4038835. OLE color: 4038835.
HSL color Cylindrical-coordinate representation of color #B3A03D: hue angle of 50.34º 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 #B3A03D is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 160 | 61 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.30 |
| HSL | 50.34º | 0.49% | 0.47% | - |
| HSV(B) | 50.34º | 0.66% | 0.7% | - |
| XYZ | 32 | 35.06 | 9.5 | - |
| YUV | 154.4 | 75.29 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 61 | 0 | 0.11 | 0.66 | 0.30 | 50.34 | 0.49 | 0.47 |
| Hex | B3 | A0 | 3D | 0 | B | 42 | 1E | 32 | 31 | 2F |
| Octal | 263 | 240 | 75 | 0 | 13 | 102 | 36 | 62 | 61 | 57 |
| Binary | 10110011 | 10100000 | 111101 | 0 | 1011 | 1000010 | 11110 | 110010 | 110001 | 101111 |
Color Harmonies of #B3A03D
Complementary color
Monochromatic Colors of #B3A03D
Black with #B3A03D
Text Example
Text Example
White with #B3A03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A03D; }
p { color: rgb(179,160,61); }
H1.HeaderClassName
{
color: #B3A03D;
}
.AnyTagClassName
{
color: #B3A03D;
}
</style>
background-color css
<style>
a { background-color: #B3A03D; }
a { background-color: rgb(179,160,61); }
div.DivClassName
{
background-color: #B3A03D;
}
.BgClassName
{
background-color: #B3A03D;
}
</style>
border-color css
<style>
span { border-color: #B3A03D; }
span { border-color: rgb(179,160,61); }
td.TdClassName
{
border-color: #B3A03D;
}
.TagClassName
{
border-color: #B3A03D;
}
</style>