Shades of Brass #B3A042
Tints of Brass #B3A042
RGB
CMYK
RGB Variations
Color information
#B3A042 (or 0xB3A042) is known color: Brass. HEX triplet: B3, A0 and 42. RGB value is (179,160,66). Sum of RGB (Red+Green+Blue) = 179+160+66=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A042 is #4C5FBD. Grayscale: #9B9B9B. Windows color (decimal): -5005246 or 4366515. OLE color: 4366515.
HSL color Cylindrical-coordinate representation of color #B3A042: hue angle of 49.91º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B3A042 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 160 | 66 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.30 |
| HSL | 49.91º | 0.46% | 0.48% | - |
| HSV(B) | 49.91º | 0.63% | 0.7% | - |
| XYZ | 32.14 | 35.12 | 10.24 | - |
| YUV | 154.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 66 | 0 | 0.11 | 0.63 | 0.30 | 49.91 | 0.46 | 0.48 |
| Hex | B3 | A0 | 42 | 0 | B | 3F | 1E | 32 | 2E | 30 |
| Octal | 263 | 240 | 102 | 0 | 13 | 77 | 36 | 62 | 56 | 60 |
| Binary | 10110011 | 10100000 | 1000010 | 0 | 1011 | 111111 | 11110 | 110010 | 101110 | 110000 |
Color Harmonies of #B3A042
Complementary color
Monochromatic Colors of #B3A042
Black with #B3A042
Text Example
Text Example
White with #B3A042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A042; }
p { color: rgb(179,160,66); }
H1.HeaderClassName
{
color: #B3A042;
}
.AnyTagClassName
{
color: #B3A042;
}
</style>
background-color css
<style>
a { background-color: #B3A042; }
a { background-color: rgb(179,160,66); }
div.DivClassName
{
background-color: #B3A042;
}
.BgClassName
{
background-color: #B3A042;
}
</style>
border-color css
<style>
span { border-color: #B3A042; }
span { border-color: rgb(179,160,66); }
td.TdClassName
{
border-color: #B3A042;
}
.TagClassName
{
border-color: #B3A042;
}
</style>