Shades of Brass #B2B046
Tints of Brass #B2B046
RGB
CMYK
RGB Variations
Color information
#B2B046 (or 0xB2B046) is known color: Brass. HEX triplet: B2, B0 and 46. RGB value is (178,176,70). Sum of RGB (Red+Green+Blue) = 178+176+70=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B046 is #4D4FB9. Grayscale: #A4A4A4. Windows color (decimal): -5066682 or 4632754. OLE color: 4632754.
HSL color Cylindrical-coordinate representation of color #B2B046: hue angle of 58.89º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2B046 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 70 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.30 |
| HSL | 58.89º | 0.44% | 0.49% | - |
| HSV(B) | 58.89º | 0.61% | 0.7% | - |
| XYZ | 34.99 | 40.96 | 11.86 | - |
| YUV | 164.51 | 74.66 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 70 | 0 | 0.01 | 0.61 | 0.30 | 58.89 | 0.44 | 0.49 |
| Hex | B2 | B0 | 46 | 0 | 1 | 3D | 1E | 3B | 2C | 31 |
| Octal | 262 | 260 | 106 | 0 | 1 | 75 | 36 | 73 | 54 | 61 |
| Binary | 10110010 | 10110000 | 1000110 | 0 | 1 | 111101 | 11110 | 111011 | 101100 | 110001 |
Color Harmonies of #B2B046
Complementary color
Monochromatic Colors of #B2B046
Black with #B2B046
Text Example
Text Example
White with #B2B046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B046; }
p { color: rgb(178,176,70); }
H1.HeaderClassName
{
color: #B2B046;
}
.AnyTagClassName
{
color: #B2B046;
}
</style>
background-color css
<style>
a { background-color: #B2B046; }
a { background-color: rgb(178,176,70); }
div.DivClassName
{
background-color: #B2B046;
}
.BgClassName
{
background-color: #B2B046;
}
</style>
border-color css
<style>
span { border-color: #B2B046; }
span { border-color: rgb(178,176,70); }
td.TdClassName
{
border-color: #B2B046;
}
.TagClassName
{
border-color: #B2B046;
}
</style>