Shades of Brass #B7AA3C
Tints of Brass #B7AA3C
RGB
CMYK
RGB Variations
Color information
#B7AA3C (or 0xB7AA3C) is known color: Brass. HEX triplet: B7, AA and 3C. RGB value is (183,170,60). Sum of RGB (Red+Green+Blue) = 183+170+60=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AA3C is #4855C3. Grayscale: #A1A1A1. Windows color (decimal): -4740548 or 3975863. OLE color: 3975863.
HSL color Cylindrical-coordinate representation of color #B7AA3C: hue angle of 53.66º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7AA3C is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 60 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.28 |
| HSL | 53.66º | 0.51% | 0.48% | - |
| HSV(B) | 53.66º | 0.67% | 0.72% | - |
| XYZ | 34.72 | 39.14 | 10 | - |
| YUV | 161.35 | 70.81 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 60 | 0 | 0.07 | 0.67 | 0.28 | 53.66 | 0.51 | 0.48 |
| Hex | B7 | AA | 3C | 0 | 7 | 43 | 1C | 36 | 33 | 30 |
| Octal | 267 | 252 | 74 | 0 | 7 | 103 | 34 | 66 | 63 | 60 |
| Binary | 10110111 | 10101010 | 111100 | 0 | 111 | 1000011 | 11100 | 110110 | 110011 | 110000 |
Color Harmonies of #B7AA3C
Complementary color
Monochromatic Colors of #B7AA3C
Black with #B7AA3C
Text Example
Text Example
White with #B7AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AA3C; }
p { color: rgb(183,170,60); }
H1.HeaderClassName
{
color: #B7AA3C;
}
.AnyTagClassName
{
color: #B7AA3C;
}
</style>
background-color css
<style>
a { background-color: #B7AA3C; }
a { background-color: rgb(183,170,60); }
div.DivClassName
{
background-color: #B7AA3C;
}
.BgClassName
{
background-color: #B7AA3C;
}
</style>
border-color css
<style>
span { border-color: #B7AA3C; }
span { border-color: rgb(183,170,60); }
td.TdClassName
{
border-color: #B7AA3C;
}
.TagClassName
{
border-color: #B7AA3C;
}
</style>