Shades of Brass #B2AF46
Tints of Brass #B2AF46
RGB
CMYK
RGB Variations
Color information
#B2AF46 (or 0xB2AF46) is known color: Brass. HEX triplet: B2, AF and 46. RGB value is (178,175,70). Sum of RGB (Red+Green+Blue) = 178+175+70=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AF46 is #4D50B9. Grayscale: #A4A4A4. Windows color (decimal): -5066938 or 4632498. OLE color: 4632498.
HSL color Cylindrical-coordinate representation of color #B2AF46: hue angle of 58.33º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2AF46 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 70 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.30 |
| HSL | 58.33º | 0.44% | 0.49% | - |
| HSV(B) | 58.33º | 0.61% | 0.7% | - |
| XYZ | 34.8 | 40.57 | 11.79 | - |
| YUV | 163.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 70 | 0 | 0.02 | 0.61 | 0.30 | 58.33 | 0.44 | 0.49 |
| Hex | B2 | AF | 46 | 0 | 2 | 3D | 1E | 3A | 2C | 31 |
| Octal | 262 | 257 | 106 | 0 | 2 | 75 | 36 | 72 | 54 | 61 |
| Binary | 10110010 | 10101111 | 1000110 | 0 | 10 | 111101 | 11110 | 111010 | 101100 | 110001 |
Color Harmonies of #B2AF46
Complementary color
Monochromatic Colors of #B2AF46
Black with #B2AF46
Text Example
Text Example
White with #B2AF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF46; }
p { color: rgb(178,175,70); }
H1.HeaderClassName
{
color: #B2AF46;
}
.AnyTagClassName
{
color: #B2AF46;
}
</style>
background-color css
<style>
a { background-color: #B2AF46; }
a { background-color: rgb(178,175,70); }
div.DivClassName
{
background-color: #B2AF46;
}
.BgClassName
{
background-color: #B2AF46;
}
</style>
border-color css
<style>
span { border-color: #B2AF46; }
span { border-color: rgb(178,175,70); }
td.TdClassName
{
border-color: #B2AF46;
}
.TagClassName
{
border-color: #B2AF46;
}
</style>