Shades of Brass #B7AA46
Tints of Brass #B7AA46
RGB
CMYK
RGB Variations
Color information
#B7AA46 (or 0xB7AA46) is known color: Brass. HEX triplet: B7, AA and 46. RGB value is (183,170,70). Sum of RGB (Red+Green+Blue) = 183+170+70=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AA46 is #4855B9. Grayscale: #A2A2A2. Windows color (decimal): -4740538 or 4631223. OLE color: 4631223.
HSL color Cylindrical-coordinate representation of color #B7AA46: hue angle of 53.1º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7AA46 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 70 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.28 |
| HSL | 53.1º | 0.45% | 0.5% | - |
| HSV(B) | 53.1º | 0.62% | 0.72% | - |
| XYZ | 35.01 | 39.26 | 11.53 | - |
| YUV | 162.49 | 75.81 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 70 | 0 | 0.07 | 0.62 | 0.28 | 53.1 | 0.45 | 0.5 |
| Hex | B7 | AA | 46 | 0 | 7 | 3E | 1C | 35 | 2D | 32 |
| Octal | 267 | 252 | 106 | 0 | 7 | 76 | 34 | 65 | 55 | 62 |
| Binary | 10110111 | 10101010 | 1000110 | 0 | 111 | 111110 | 11100 | 110101 | 101101 | 110010 |
Color Harmonies of #B7AA46
Complementary color
Monochromatic Colors of #B7AA46
Black with #B7AA46
Text Example
Text Example
White with #B7AA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AA46; }
p { color: rgb(183,170,70); }
H1.HeaderClassName
{
color: #B7AA46;
}
.AnyTagClassName
{
color: #B7AA46;
}
</style>
background-color css
<style>
a { background-color: #B7AA46; }
a { background-color: rgb(183,170,70); }
div.DivClassName
{
background-color: #B7AA46;
}
.BgClassName
{
background-color: #B7AA46;
}
</style>
border-color css
<style>
span { border-color: #B7AA46; }
span { border-color: rgb(183,170,70); }
td.TdClassName
{
border-color: #B7AA46;
}
.TagClassName
{
border-color: #B7AA46;
}
</style>