Shades of Brass #B2AF49
Tints of Brass #B2AF49
RGB
CMYK
RGB Variations
Color information
#B2AF49 (or 0xB2AF49) is known color: Brass. HEX triplet: B2, AF and 49. RGB value is (178,175,73). Sum of RGB (Red+Green+Blue) = 178+175+73=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AF49 is #4D50B6. Grayscale: #A4A4A4. Windows color (decimal): -5066935 or 4829106. OLE color: 4829106.
HSL color Cylindrical-coordinate representation of color #B2AF49: hue angle of 58.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2AF49 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 73 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.30 |
| HSL | 58.29º | 0.42% | 0.49% | - |
| HSV(B) | 58.29º | 0.59% | 0.7% | - |
| XYZ | 34.89 | 40.61 | 12.3 | - |
| YUV | 164.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 73 | 0 | 0.02 | 0.59 | 0.30 | 58.29 | 0.42 | 0.49 |
| Hex | B2 | AF | 49 | 0 | 2 | 3B | 1E | 3A | 2A | 31 |
| Octal | 262 | 257 | 111 | 0 | 2 | 73 | 36 | 72 | 52 | 61 |
| Binary | 10110010 | 10101111 | 1001001 | 0 | 10 | 111011 | 11110 | 111010 | 101010 | 110001 |
Color Harmonies of #B2AF49
Complementary color
Monochromatic Colors of #B2AF49
Black with #B2AF49
Text Example
Text Example
White with #B2AF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF49; }
p { color: rgb(178,175,73); }
H1.HeaderClassName
{
color: #B2AF49;
}
.AnyTagClassName
{
color: #B2AF49;
}
</style>
background-color css
<style>
a { background-color: #B2AF49; }
a { background-color: rgb(178,175,73); }
div.DivClassName
{
background-color: #B2AF49;
}
.BgClassName
{
background-color: #B2AF49;
}
</style>
border-color css
<style>
span { border-color: #B2AF49; }
span { border-color: rgb(178,175,73); }
td.TdClassName
{
border-color: #B2AF49;
}
.TagClassName
{
border-color: #B2AF49;
}
</style>