Shades of Brass #B7A549
Tints of Brass #B7A549
RGB
CMYK
RGB Variations
Color information
#B7A549 (or 0xB7A549) is known color: Brass. HEX triplet: B7, A5 and 49. RGB value is (183,165,73). Sum of RGB (Red+Green+Blue) = 183+165+73=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A549 is #485AB6. Grayscale: #A0A0A0. Windows color (decimal): -4741815 or 4826551. OLE color: 4826551.
HSL color Cylindrical-coordinate representation of color #B7A549: hue angle of 50.18º 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 #B7A549 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 73 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.28 |
| HSL | 50.18º | 0.43% | 0.5% | - |
| HSV(B) | 50.18º | 0.6% | 0.72% | - |
| XYZ | 34.19 | 37.46 | 11.73 | - |
| YUV | 159.89 | 78.96 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 73 | 0 | 0.10 | 0.60 | 0.28 | 50.18 | 0.43 | 0.5 |
| Hex | B7 | A5 | 49 | 0 | A | 3C | 1C | 32 | 2B | 32 |
| Octal | 267 | 245 | 111 | 0 | 12 | 74 | 34 | 62 | 53 | 62 |
| Binary | 10110111 | 10100101 | 1001001 | 0 | 1010 | 111100 | 11100 | 110010 | 101011 | 110010 |
Color Harmonies of #B7A549
Complementary color
Monochromatic Colors of #B7A549
Black with #B7A549
Text Example
Text Example
White with #B7A549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A549; }
p { color: rgb(183,165,73); }
H1.HeaderClassName
{
color: #B7A549;
}
.AnyTagClassName
{
color: #B7A549;
}
</style>
background-color css
<style>
a { background-color: #B7A549; }
a { background-color: rgb(183,165,73); }
div.DivClassName
{
background-color: #B7A549;
}
.BgClassName
{
background-color: #B7A549;
}
</style>
border-color css
<style>
span { border-color: #B7A549; }
span { border-color: rgb(183,165,73); }
td.TdClassName
{
border-color: #B7A549;
}
.TagClassName
{
border-color: #B7A549;
}
</style>