Shades of Brass #B7AA4A
Tints of Brass #B7AA4A
RGB
CMYK
RGB Variations
Color information
#B7AA4A (or 0xB7AA4A) is known color: Brass. HEX triplet: B7, AA and 4A. RGB value is (183,170,74). Sum of RGB (Red+Green+Blue) = 183+170+74=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AA4A is #4855B5. Grayscale: #A3A3A3. Windows color (decimal): -4740534 or 4893367. OLE color: 4893367.
HSL color Cylindrical-coordinate representation of color #B7AA4A: hue angle of 52.84º 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 #B7AA4A is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 74 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.28 |
| HSL | 52.84º | 0.43% | 0.5% | - |
| HSV(B) | 52.84º | 0.6% | 0.72% | - |
| XYZ | 35.14 | 39.31 | 12.21 | - |
| YUV | 162.94 | 77.81 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 74 | 0 | 0.07 | 0.60 | 0.28 | 52.84 | 0.43 | 0.5 |
| Hex | B7 | AA | 4A | 0 | 7 | 3C | 1C | 35 | 2B | 32 |
| Octal | 267 | 252 | 112 | 0 | 7 | 74 | 34 | 65 | 53 | 62 |
| Binary | 10110111 | 10101010 | 1001010 | 0 | 111 | 111100 | 11100 | 110101 | 101011 | 110010 |
Color Harmonies of #B7AA4A
Complementary color
Monochromatic Colors of #B7AA4A
Black with #B7AA4A
Text Example
Text Example
White with #B7AA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AA4A; }
p { color: rgb(183,170,74); }
H1.HeaderClassName
{
color: #B7AA4A;
}
.AnyTagClassName
{
color: #B7AA4A;
}
</style>
background-color css
<style>
a { background-color: #B7AA4A; }
a { background-color: rgb(183,170,74); }
div.DivClassName
{
background-color: #B7AA4A;
}
.BgClassName
{
background-color: #B7AA4A;
}
</style>
border-color css
<style>
span { border-color: #B7AA4A; }
span { border-color: rgb(183,170,74); }
td.TdClassName
{
border-color: #B7AA4A;
}
.TagClassName
{
border-color: #B7AA4A;
}
</style>