Shades of Brass #B2A144
Tints of Brass #B2A144
RGB
CMYK
RGB Variations
Color information
#B2A144 (or 0xB2A144) is known color: Brass. HEX triplet: B2, A1 and 44. RGB value is (178,161,68). Sum of RGB (Red+Green+Blue) = 178+161+68=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A144 is #4D5EBB. Grayscale: #9B9B9B. Windows color (decimal): -5070524 or 4497842. OLE color: 4497842.
HSL color Cylindrical-coordinate representation of color #B2A144: hue angle of 50.73º 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 #B2A144 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 161 | 68 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.30 |
| HSL | 50.73º | 0.45% | 0.48% | - |
| HSV(B) | 50.73º | 0.62% | 0.7% | - |
| XYZ | 32.15 | 35.37 | 10.6 | - |
| YUV | 155.48 | 78.63 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 161 | 68 | 0 | 0.10 | 0.62 | 0.30 | 50.73 | 0.45 | 0.48 |
| Hex | B2 | A1 | 44 | 0 | A | 3E | 1E | 33 | 2D | 30 |
| Octal | 262 | 241 | 104 | 0 | 12 | 76 | 36 | 63 | 55 | 60 |
| Binary | 10110010 | 10100001 | 1000100 | 0 | 1010 | 111110 | 11110 | 110011 | 101101 | 110000 |
Color Harmonies of #B2A144
Complementary color
Monochromatic Colors of #B2A144
Black with #B2A144
Text Example
Text Example
White with #B2A144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A144; }
p { color: rgb(178,161,68); }
H1.HeaderClassName
{
color: #B2A144;
}
.AnyTagClassName
{
color: #B2A144;
}
</style>
background-color css
<style>
a { background-color: #B2A144; }
a { background-color: rgb(178,161,68); }
div.DivClassName
{
background-color: #B2A144;
}
.BgClassName
{
background-color: #B2A144;
}
</style>
border-color css
<style>
span { border-color: #B2A144; }
span { border-color: rgb(178,161,68); }
td.TdClassName
{
border-color: #B2A144;
}
.TagClassName
{
border-color: #B2A144;
}
</style>