Shades of Brass #B7A949
Tints of Brass #B7A949
RGB
CMYK
RGB Variations
Color information
#B7A949 (or 0xB7A949) is known color: Brass. HEX triplet: B7, A9 and 49. RGB value is (183,169,73). Sum of RGB (Red+Green+Blue) = 183+169+73=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A949 is #4856B6. Grayscale: #A2A2A2. Windows color (decimal): -4740791 or 4827575. OLE color: 4827575.
HSL color Cylindrical-coordinate representation of color #B7A949: hue angle of 52.36º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7A949 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 169 | 73 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.28 |
| HSL | 52.36º | 0.43% | 0.5% | - |
| HSV(B) | 52.36º | 0.6% | 0.72% | - |
| XYZ | 34.92 | 38.92 | 11.98 | - |
| YUV | 162.24 | 77.64 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 73 | 0 | 0.08 | 0.60 | 0.28 | 52.36 | 0.43 | 0.5 |
| Hex | B7 | A9 | 49 | 0 | 8 | 3C | 1C | 34 | 2B | 32 |
| Octal | 267 | 251 | 111 | 0 | 10 | 74 | 34 | 64 | 53 | 62 |
| Binary | 10110111 | 10101001 | 1001001 | 0 | 1000 | 111100 | 11100 | 110100 | 101011 | 110010 |
Color Harmonies of #B7A949
Complementary color
Monochromatic Colors of #B7A949
Black with #B7A949
Text Example
Text Example
White with #B7A949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A949; }
p { color: rgb(183,169,73); }
H1.HeaderClassName
{
color: #B7A949;
}
.AnyTagClassName
{
color: #B7A949;
}
</style>
background-color css
<style>
a { background-color: #B7A949; }
a { background-color: rgb(183,169,73); }
div.DivClassName
{
background-color: #B7A949;
}
.BgClassName
{
background-color: #B7A949;
}
</style>
border-color css
<style>
span { border-color: #B7A949; }
span { border-color: rgb(183,169,73); }
td.TdClassName
{
border-color: #B7A949;
}
.TagClassName
{
border-color: #B7A949;
}
</style>