Shades of Brass #B3A241
Tints of Brass #B3A241
RGB
CMYK
RGB Variations
Color information
#B3A241 (or 0xB3A241) is known color: Brass. HEX triplet: B3, A2 and 41. RGB value is (179,162,65). Sum of RGB (Red+Green+Blue) = 179+162+65=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A241 is #4C5DBE. Grayscale: #9C9C9C. Windows color (decimal): -5004735 or 4301491. OLE color: 4301491.
HSL color Cylindrical-coordinate representation of color #B3A241: hue angle of 51.05º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3A241 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 162 | 65 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.30 |
| HSL | 51.05º | 0.47% | 0.48% | - |
| HSV(B) | 51.05º | 0.64% | 0.7% | - |
| XYZ | 32.46 | 35.81 | 10.2 | - |
| YUV | 156.03 | 76.63 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 162 | 65 | 0 | 0.09 | 0.64 | 0.30 | 51.05 | 0.47 | 0.48 |
| Hex | B3 | A2 | 41 | 0 | 9 | 40 | 1E | 33 | 2F | 30 |
| Octal | 263 | 242 | 101 | 0 | 11 | 100 | 36 | 63 | 57 | 60 |
| Binary | 10110011 | 10100010 | 1000001 | 0 | 1001 | 1000000 | 11110 | 110011 | 101111 | 110000 |
Color Harmonies of #B3A241
Complementary color
Monochromatic Colors of #B3A241
Black with #B3A241
Text Example
Text Example
White with #B3A241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A241; }
p { color: rgb(179,162,65); }
H1.HeaderClassName
{
color: #B3A241;
}
.AnyTagClassName
{
color: #B3A241;
}
</style>
background-color css
<style>
a { background-color: #B3A241; }
a { background-color: rgb(179,162,65); }
div.DivClassName
{
background-color: #B3A241;
}
.BgClassName
{
background-color: #B3A241;
}
</style>
border-color css
<style>
span { border-color: #B3A241; }
span { border-color: rgb(179,162,65); }
td.TdClassName
{
border-color: #B3A241;
}
.TagClassName
{
border-color: #B3A241;
}
</style>