Shades of Brass #B3A334
Tints of Brass #B3A334
RGB
CMYK
RGB Variations
Color information
#B3A334 (or 0xB3A334) is known color: Brass. HEX triplet: B3, A3 and 34. RGB value is (179,163,52). Sum of RGB (Red+Green+Blue) = 179+163+52=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A334 is #4C5CCB. Grayscale: #9B9B9B. Windows color (decimal): -5004492 or 3449779. OLE color: 3449779.
HSL color Cylindrical-coordinate representation of color #B3A334: hue angle of 52.44º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B3A334 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 163 | 52 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.30 |
| HSL | 52.44º | 0.55% | 0.45% | - |
| HSV(B) | 52.44º | 0.71% | 0.7% | - |
| XYZ | 32.31 | 36.03 | 8.5 | - |
| YUV | 155.13 | 69.8 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 52 | 0 | 0.09 | 0.71 | 0.30 | 52.44 | 0.55 | 0.45 |
| Hex | B3 | A3 | 34 | 0 | 9 | 47 | 1E | 34 | 37 | 2D |
| Octal | 263 | 243 | 64 | 0 | 11 | 107 | 36 | 64 | 67 | 55 |
| Binary | 10110011 | 10100011 | 110100 | 0 | 1001 | 1000111 | 11110 | 110100 | 110111 | 101101 |
Color Harmonies of #B3A334
Complementary color
Monochromatic Colors of #B3A334
Black with #B3A334
Text Example
Text Example
White with #B3A334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A334; }
p { color: rgb(179,163,52); }
H1.HeaderClassName
{
color: #B3A334;
}
.AnyTagClassName
{
color: #B3A334;
}
</style>
background-color css
<style>
a { background-color: #B3A334; }
a { background-color: rgb(179,163,52); }
div.DivClassName
{
background-color: #B3A334;
}
.BgClassName
{
background-color: #B3A334;
}
</style>
border-color css
<style>
span { border-color: #B3A334; }
span { border-color: rgb(179,163,52); }
td.TdClassName
{
border-color: #B3A334;
}
.TagClassName
{
border-color: #B3A334;
}
</style>