Shades of Brass #B7AF49
Tints of Brass #B7AF49
RGB
CMYK
RGB Variations
Color information
#B7AF49 (or 0xB7AF49) is known color: Brass. HEX triplet: B7, AF and 49. RGB value is (183,175,73). Sum of RGB (Red+Green+Blue) = 183+175+73=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AF49 is #4850B6. Grayscale: #A6A6A6. Windows color (decimal): -4739255 or 4829111. OLE color: 4829111.
HSL color Cylindrical-coordinate representation of color #B7AF49: hue angle of 55.64º 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 #B7AF49 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 175 | 73 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.28 |
| HSL | 55.64º | 0.43% | 0.5% | - |
| HSV(B) | 55.64º | 0.6% | 0.72% | - |
| XYZ | 36.06 | 41.21 | 12.36 | - |
| YUV | 165.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 73 | 0 | 0.04 | 0.60 | 0.28 | 55.64 | 0.43 | 0.5 |
| Hex | B7 | AF | 49 | 0 | 4 | 3C | 1C | 38 | 2B | 32 |
| Octal | 267 | 257 | 111 | 0 | 4 | 74 | 34 | 70 | 53 | 62 |
| Binary | 10110111 | 10101111 | 1001001 | 0 | 100 | 111100 | 11100 | 111000 | 101011 | 110010 |
Color Harmonies of #B7AF49
Complementary color
Monochromatic Colors of #B7AF49
Black with #B7AF49
Text Example
Text Example
White with #B7AF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AF49; }
p { color: rgb(183,175,73); }
H1.HeaderClassName
{
color: #B7AF49;
}
.AnyTagClassName
{
color: #B7AF49;
}
</style>
background-color css
<style>
a { background-color: #B7AF49; }
a { background-color: rgb(183,175,73); }
div.DivClassName
{
background-color: #B7AF49;
}
.BgClassName
{
background-color: #B7AF49;
}
</style>
border-color css
<style>
span { border-color: #B7AF49; }
span { border-color: rgb(183,175,73); }
td.TdClassName
{
border-color: #B7AF49;
}
.TagClassName
{
border-color: #B7AF49;
}
</style>