Shades of Brass #B2A844
Tints of Brass #B2A844
RGB
CMYK
RGB Variations
Color information
#B2A844 (or 0xB2A844) is known color: Brass. HEX triplet: B2, A8 and 44. RGB value is (178,168,68). Sum of RGB (Red+Green+Blue) = 178+168+68=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A844 is #4D57BB. Grayscale: #9F9F9F. Windows color (decimal): -5068732 or 4499634. OLE color: 4499634.
HSL color Cylindrical-coordinate representation of color #B2A844: hue angle of 54.55º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2A844 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 168 | 68 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.30 |
| HSL | 54.55º | 0.45% | 0.48% | - |
| HSV(B) | 54.55º | 0.62% | 0.7% | - |
| XYZ | 33.41 | 37.89 | 11.02 | - |
| YUV | 159.59 | 76.31 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 68 | 0 | 0.06 | 0.62 | 0.30 | 54.55 | 0.45 | 0.48 |
| Hex | B2 | A8 | 44 | 0 | 6 | 3E | 1E | 37 | 2D | 30 |
| Octal | 262 | 250 | 104 | 0 | 6 | 76 | 36 | 67 | 55 | 60 |
| Binary | 10110010 | 10101000 | 1000100 | 0 | 110 | 111110 | 11110 | 110111 | 101101 | 110000 |
Color Harmonies of #B2A844
Complementary color
Monochromatic Colors of #B2A844
Black with #B2A844
Text Example
Text Example
White with #B2A844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A844; }
p { color: rgb(178,168,68); }
H1.HeaderClassName
{
color: #B2A844;
}
.AnyTagClassName
{
color: #B2A844;
}
</style>
background-color css
<style>
a { background-color: #B2A844; }
a { background-color: rgb(178,168,68); }
div.DivClassName
{
background-color: #B2A844;
}
.BgClassName
{
background-color: #B2A844;
}
</style>
border-color css
<style>
span { border-color: #B2A844; }
span { border-color: rgb(178,168,68); }
td.TdClassName
{
border-color: #B2A844;
}
.TagClassName
{
border-color: #B2A844;
}
</style>