Shades of Brass #B3A234
Tints of Brass #B3A234
RGB
CMYK
RGB Variations
Color information
#B3A234 (or 0xB3A234) is known color: Brass. HEX triplet: B3, A2 and 34. RGB value is (179,162,52). Sum of RGB (Red+Green+Blue) = 179+162+52=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A234 is #4C5DCB. Grayscale: #9B9B9B. Windows color (decimal): -5004748 or 3449523. OLE color: 3449523.
HSL color Cylindrical-coordinate representation of color #B3A234: hue angle of 51.97º 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 #B3A234 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 162 | 52 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.30 |
| HSL | 51.97º | 0.55% | 0.45% | - |
| HSV(B) | 51.97º | 0.71% | 0.7% | - |
| XYZ | 32.13 | 35.67 | 8.44 | - |
| YUV | 154.54 | 70.13 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 162 | 52 | 0 | 0.09 | 0.71 | 0.30 | 51.97 | 0.55 | 0.45 |
| Hex | B3 | A2 | 34 | 0 | 9 | 47 | 1E | 34 | 37 | 2D |
| Octal | 263 | 242 | 64 | 0 | 11 | 107 | 36 | 64 | 67 | 55 |
| Binary | 10110011 | 10100010 | 110100 | 0 | 1001 | 1000111 | 11110 | 110100 | 110111 | 101101 |
Color Harmonies of #B3A234
Complementary color
Monochromatic Colors of #B3A234
Black with #B3A234
Text Example
Text Example
White with #B3A234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A234; }
p { color: rgb(179,162,52); }
H1.HeaderClassName
{
color: #B3A234;
}
.AnyTagClassName
{
color: #B3A234;
}
</style>
background-color css
<style>
a { background-color: #B3A234; }
a { background-color: rgb(179,162,52); }
div.DivClassName
{
background-color: #B3A234;
}
.BgClassName
{
background-color: #B3A234;
}
</style>
border-color css
<style>
span { border-color: #B3A234; }
span { border-color: rgb(179,162,52); }
td.TdClassName
{
border-color: #B3A234;
}
.TagClassName
{
border-color: #B3A234;
}
</style>