Shades of Brass #B7AF4D
Tints of Brass #B7AF4D
RGB
CMYK
RGB Variations
Color information
#B7AF4D (or 0xB7AF4D) is known color: Brass. HEX triplet: B7, AF and 4D. RGB value is (183,175,77). Sum of RGB (Red+Green+Blue) = 183+175+77=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF4D is #4850B2. Grayscale: #A6A6A6. Windows color (decimal): -4739251 or 5091255. OLE color: 5091255.
HSL color Cylindrical-coordinate representation of color #B7AF4D: hue angle of 55.47º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7AF4D is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 175 | 77 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.28 |
| HSL | 55.47º | 0.42% | 0.51% | - |
| HSV(B) | 55.47º | 0.58% | 0.72% | - |
| XYZ | 36.2 | 41.26 | 13.08 | - |
| YUV | 166.22 | 77.65 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 77 | 0 | 0.04 | 0.58 | 0.28 | 55.47 | 0.42 | 0.51 |
| Hex | B7 | AF | 4D | 0 | 4 | 3A | 1C | 37 | 2A | 33 |
| Octal | 267 | 257 | 115 | 0 | 4 | 72 | 34 | 67 | 52 | 63 |
| Binary | 10110111 | 10101111 | 1001101 | 0 | 100 | 111010 | 11100 | 110111 | 101010 | 110011 |
Color Harmonies of #B7AF4D
Complementary color
Monochromatic Colors of #B7AF4D
Black with #B7AF4D
Text Example
Text Example
White with #B7AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AF4D; }
p { color: rgb(183,175,77); }
H1.HeaderClassName
{
color: #B7AF4D;
}
.AnyTagClassName
{
color: #B7AF4D;
}
</style>
background-color css
<style>
a { background-color: #B7AF4D; }
a { background-color: rgb(183,175,77); }
div.DivClassName
{
background-color: #B7AF4D;
}
.BgClassName
{
background-color: #B7AF4D;
}
</style>
border-color css
<style>
span { border-color: #B7AF4D; }
span { border-color: rgb(183,175,77); }
td.TdClassName
{
border-color: #B7AF4D;
}
.TagClassName
{
border-color: #B7AF4D;
}
</style>