Shades of Brass #B8AF49
Tints of Brass #B8AF49
RGB
CMYK
RGB Variations
Color information
#B8AF49 (or 0xB8AF49) is known color: Brass. HEX triplet: B8, AF and 49. RGB value is (184,175,73). Sum of RGB (Red+Green+Blue) = 184+175+73=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF49 is #4750B6. Grayscale: #A6A6A6. Windows color (decimal): -4673719 or 4829112. OLE color: 4829112.
HSL color Cylindrical-coordinate representation of color #B8AF49: hue angle of 55.14º degrees, saturation: 0.44, 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 #B8AF49 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 73 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.28 |
| HSL | 55.14º | 0.44% | 0.5% | - |
| HSV(B) | 55.14º | 0.6% | 0.72% | - |
| XYZ | 36.3 | 41.33 | 12.37 | - |
| YUV | 166.06 | 75.48 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 73 | 0 | 0.05 | 0.60 | 0.28 | 55.14 | 0.44 | 0.5 |
| Hex | B8 | AF | 49 | 0 | 5 | 3C | 1C | 37 | 2C | 32 |
| Octal | 270 | 257 | 111 | 0 | 5 | 74 | 34 | 67 | 54 | 62 |
| Binary | 10111000 | 10101111 | 1001001 | 0 | 101 | 111100 | 11100 | 110111 | 101100 | 110010 |
Color Harmonies of #B8AF49
Complementary color
Monochromatic Colors of #B8AF49
Black with #B8AF49
Text Example
Text Example
White with #B8AF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF49; }
p { color: rgb(184,175,73); }
H1.HeaderClassName
{
color: #B8AF49;
}
.AnyTagClassName
{
color: #B8AF49;
}
</style>
background-color css
<style>
a { background-color: #B8AF49; }
a { background-color: rgb(184,175,73); }
div.DivClassName
{
background-color: #B8AF49;
}
.BgClassName
{
background-color: #B8AF49;
}
</style>
border-color css
<style>
span { border-color: #B8AF49; }
span { border-color: rgb(184,175,73); }
td.TdClassName
{
border-color: #B8AF49;
}
.TagClassName
{
border-color: #B8AF49;
}
</style>