Shades of Brass #B2A038
Tints of Brass #B2A038
RGB
CMYK
RGB Variations
Color information
#B2A038 (or 0xB2A038) is known color: Brass. HEX triplet: B2, A0 and 38. RGB value is (178,160,56). Sum of RGB (Red+Green+Blue) = 178+160+56=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 56 (22.27% from 255 or 14.21% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A038 is #4D5FC7. Grayscale: #999999. Windows color (decimal): -5070792 or 3711154. OLE color: 3711154.
HSL color Cylindrical-coordinate representation of color #B2A038: hue angle of 51.15º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2A038 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 56 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.30 |
| HSL | 51.15º | 0.52% | 0.46% | - |
| HSV(B) | 51.15º | 0.69% | 0.7% | - |
| XYZ | 31.64 | 34.89 | 8.81 | - |
| YUV | 153.53 | 72.96 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 56 | 0 | 0.10 | 0.69 | 0.30 | 51.15 | 0.52 | 0.46 |
| Hex | B2 | A0 | 38 | 0 | A | 45 | 1E | 33 | 34 | 2E |
| Octal | 262 | 240 | 70 | 0 | 12 | 105 | 36 | 63 | 64 | 56 |
| Binary | 10110010 | 10100000 | 111000 | 0 | 1010 | 1000101 | 11110 | 110011 | 110100 | 101110 |
Color Harmonies of #B2A038
Complementary color
Monochromatic Colors of #B2A038
Black with #B2A038
Text Example
Text Example
White with #B2A038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A038; }
p { color: rgb(178,160,56); }
H1.HeaderClassName
{
color: #B2A038;
}
.AnyTagClassName
{
color: #B2A038;
}
</style>
background-color css
<style>
a { background-color: #B2A038; }
a { background-color: rgb(178,160,56); }
div.DivClassName
{
background-color: #B2A038;
}
.BgClassName
{
background-color: #B2A038;
}
</style>
border-color css
<style>
span { border-color: #B2A038; }
span { border-color: rgb(178,160,56); }
td.TdClassName
{
border-color: #B2A038;
}
.TagClassName
{
border-color: #B2A038;
}
</style>