Shades of Brass #B2A043
Tints of Brass #B2A043
RGB
CMYK
RGB Variations
Color information
#B2A043 (or 0xB2A043) is known color: Brass. HEX triplet: B2, A0 and 43. RGB value is (178,160,67). Sum of RGB (Red+Green+Blue) = 178+160+67=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 67 (26.56% from 255 or 16.54% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A043 is #4D5FBC. Grayscale: #9B9B9B. Windows color (decimal): -5070781 or 4432050. OLE color: 4432050.
HSL color Cylindrical-coordinate representation of color #B2A043: hue angle of 50.27º 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 #B2A043 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 67 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.30 |
| HSL | 50.27º | 0.45% | 0.48% | - |
| HSV(B) | 50.27º | 0.62% | 0.7% | - |
| XYZ | 31.94 | 35.01 | 10.38 | - |
| YUV | 154.78 | 78.46 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 67 | 0 | 0.10 | 0.62 | 0.30 | 50.27 | 0.45 | 0.48 |
| Hex | B2 | A0 | 43 | 0 | A | 3E | 1E | 32 | 2D | 30 |
| Octal | 262 | 240 | 103 | 0 | 12 | 76 | 36 | 62 | 55 | 60 |
| Binary | 10110010 | 10100000 | 1000011 | 0 | 1010 | 111110 | 11110 | 110010 | 101101 | 110000 |
Color Harmonies of #B2A043
Complementary color
Monochromatic Colors of #B2A043
Black with #B2A043
Text Example
Text Example
White with #B2A043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A043; }
p { color: rgb(178,160,67); }
H1.HeaderClassName
{
color: #B2A043;
}
.AnyTagClassName
{
color: #B2A043;
}
</style>
background-color css
<style>
a { background-color: #B2A043; }
a { background-color: rgb(178,160,67); }
div.DivClassName
{
background-color: #B2A043;
}
.BgClassName
{
background-color: #B2A043;
}
</style>
border-color css
<style>
span { border-color: #B2A043; }
span { border-color: rgb(178,160,67); }
td.TdClassName
{
border-color: #B2A043;
}
.TagClassName
{
border-color: #B2A043;
}
</style>