Shades of Brass #B3A849
Tints of Brass #B3A849
RGB
CMYK
RGB Variations
Color information
#B3A849 (or 0xB3A849) is known color: Brass. HEX triplet: B3, A8 and 49. RGB value is (179,168,73). Sum of RGB (Red+Green+Blue) = 179+168+73=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A849 is #4C57B6. Grayscale: #A0A0A0. Windows color (decimal): -5003191 or 4827315. OLE color: 4827315.
HSL color Cylindrical-coordinate representation of color #B3A849: hue angle of 53.77º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3A849 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 168 | 73 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.30 |
| HSL | 53.77º | 0.42% | 0.49% | - |
| HSV(B) | 53.77º | 0.59% | 0.7% | - |
| XYZ | 33.8 | 38.07 | 11.87 | - |
| YUV | 160.46 | 78.64 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 73 | 0 | 0.06 | 0.59 | 0.30 | 53.77 | 0.42 | 0.49 |
| Hex | B3 | A8 | 49 | 0 | 6 | 3B | 1E | 36 | 2A | 31 |
| Octal | 263 | 250 | 111 | 0 | 6 | 73 | 36 | 66 | 52 | 61 |
| Binary | 10110011 | 10101000 | 1001001 | 0 | 110 | 111011 | 11110 | 110110 | 101010 | 110001 |
Color Harmonies of #B3A849
Complementary color
Monochromatic Colors of #B3A849
Black with #B3A849
Text Example
Text Example
White with #B3A849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A849; }
p { color: rgb(179,168,73); }
H1.HeaderClassName
{
color: #B3A849;
}
.AnyTagClassName
{
color: #B3A849;
}
</style>
background-color css
<style>
a { background-color: #B3A849; }
a { background-color: rgb(179,168,73); }
div.DivClassName
{
background-color: #B3A849;
}
.BgClassName
{
background-color: #B3A849;
}
</style>
border-color css
<style>
span { border-color: #B3A849; }
span { border-color: rgb(179,168,73); }
td.TdClassName
{
border-color: #B3A849;
}
.TagClassName
{
border-color: #B3A849;
}
</style>