Shades of Brass #B2AF40
Tints of Brass #B2AF40
RGB
CMYK
RGB Variations
Color information
#B2AF40 (or 0xB2AF40) is known color: Brass. HEX triplet: B2, AF and 40. RGB value is (178,175,64). Sum of RGB (Red+Green+Blue) = 178+175+64=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AF40 is #4D50BF. Grayscale: #A3A3A3. Windows color (decimal): -5066944 or 4239282. OLE color: 4239282.
HSL color Cylindrical-coordinate representation of color #B2AF40: hue angle of 58.42º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2AF40 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 64 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.30 |
| HSL | 58.42º | 0.47% | 0.47% | - |
| HSV(B) | 58.42º | 0.64% | 0.7% | - |
| XYZ | 34.62 | 40.5 | 10.84 | - |
| YUV | 163.24 | 71.99 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 64 | 0 | 0.02 | 0.64 | 0.30 | 58.42 | 0.47 | 0.47 |
| Hex | B2 | AF | 40 | 0 | 2 | 40 | 1E | 3A | 2F | 2F |
| Octal | 262 | 257 | 100 | 0 | 2 | 100 | 36 | 72 | 57 | 57 |
| Binary | 10110010 | 10101111 | 1000000 | 0 | 10 | 1000000 | 11110 | 111010 | 101111 | 101111 |
Color Harmonies of #B2AF40
Complementary color
Monochromatic Colors of #B2AF40
Black with #B2AF40
Text Example
Text Example
White with #B2AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF40; }
p { color: rgb(178,175,64); }
H1.HeaderClassName
{
color: #B2AF40;
}
.AnyTagClassName
{
color: #B2AF40;
}
</style>
background-color css
<style>
a { background-color: #B2AF40; }
a { background-color: rgb(178,175,64); }
div.DivClassName
{
background-color: #B2AF40;
}
.BgClassName
{
background-color: #B2AF40;
}
</style>
border-color css
<style>
span { border-color: #B2AF40; }
span { border-color: rgb(178,175,64); }
td.TdClassName
{
border-color: #B2AF40;
}
.TagClassName
{
border-color: #B2AF40;
}
</style>