Shades of Brass #B7AA4E
Tints of Brass #B7AA4E
RGB
CMYK
RGB Variations
Color information
#B7AA4E (or 0xB7AA4E) is known color: Brass. HEX triplet: B7, AA and 4E. RGB value is (183,170,78). Sum of RGB (Red+Green+Blue) = 183+170+78=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AA4E is #4855B1. Grayscale: #A3A3A3. Windows color (decimal): -4740530 or 5155511. OLE color: 5155511.
HSL color Cylindrical-coordinate representation of color #B7AA4E: hue angle of 52.57º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7AA4E is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 78 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.28 |
| HSL | 52.57º | 0.42% | 0.51% | - |
| HSV(B) | 52.57º | 0.57% | 0.72% | - |
| XYZ | 35.28 | 39.37 | 12.95 | - |
| YUV | 163.4 | 79.81 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 78 | 0 | 0.07 | 0.57 | 0.28 | 52.57 | 0.42 | 0.51 |
| Hex | B7 | AA | 4E | 0 | 7 | 39 | 1C | 35 | 2A | 33 |
| Octal | 267 | 252 | 116 | 0 | 7 | 71 | 34 | 65 | 52 | 63 |
| Binary | 10110111 | 10101010 | 1001110 | 0 | 111 | 111001 | 11100 | 110101 | 101010 | 110011 |
Color Harmonies of #B7AA4E
Complementary color
Monochromatic Colors of #B7AA4E
Black with #B7AA4E
Text Example
Text Example
White with #B7AA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AA4E; }
p { color: rgb(183,170,78); }
H1.HeaderClassName
{
color: #B7AA4E;
}
.AnyTagClassName
{
color: #B7AA4E;
}
</style>
background-color css
<style>
a { background-color: #B7AA4E; }
a { background-color: rgb(183,170,78); }
div.DivClassName
{
background-color: #B7AA4E;
}
.BgClassName
{
background-color: #B7AA4E;
}
</style>
border-color css
<style>
span { border-color: #B7AA4E; }
span { border-color: rgb(183,170,78); }
td.TdClassName
{
border-color: #B7AA4E;
}
.TagClassName
{
border-color: #B7AA4E;
}
</style>