Shades of Brass #B3A835
Tints of Brass #B3A835
RGB
CMYK
RGB Variations
Color information
#B3A835 (or 0xB3A835) is known color: Brass. HEX triplet: B3, A8 and 35. RGB value is (179,168,53). Sum of RGB (Red+Green+Blue) = 179+168+53=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A835 is #4C57CA. Grayscale: #9E9E9E. Windows color (decimal): -5003211 or 3516595. OLE color: 3516595.
HSL color Cylindrical-coordinate representation of color #B3A835: hue angle of 54.76º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3A835 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 168 | 53 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.30 |
| HSL | 54.76º | 0.54% | 0.45% | - |
| HSV(B) | 54.76º | 0.7% | 0.7% | - |
| XYZ | 33.24 | 37.85 | 8.92 | - |
| YUV | 158.18 | 68.64 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 53 | 0 | 0.06 | 0.70 | 0.30 | 54.76 | 0.54 | 0.45 |
| Hex | B3 | A8 | 35 | 0 | 6 | 46 | 1E | 37 | 36 | 2D |
| Octal | 263 | 250 | 65 | 0 | 6 | 106 | 36 | 67 | 66 | 55 |
| Binary | 10110011 | 10101000 | 110101 | 0 | 110 | 1000110 | 11110 | 110111 | 110110 | 101101 |
Color Harmonies of #B3A835
Complementary color
Monochromatic Colors of #B3A835
Black with #B3A835
Text Example
Text Example
White with #B3A835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A835; }
p { color: rgb(179,168,53); }
H1.HeaderClassName
{
color: #B3A835;
}
.AnyTagClassName
{
color: #B3A835;
}
</style>
background-color css
<style>
a { background-color: #B3A835; }
a { background-color: rgb(179,168,53); }
div.DivClassName
{
background-color: #B3A835;
}
.BgClassName
{
background-color: #B3A835;
}
</style>
border-color css
<style>
span { border-color: #B3A835; }
span { border-color: rgb(179,168,53); }
td.TdClassName
{
border-color: #B3A835;
}
.TagClassName
{
border-color: #B3A835;
}
</style>