Shades of Brass #B1AF47
Tints of Brass #B1AF47
RGB
CMYK
RGB Variations
Color information
#B1AF47 (or 0xB1AF47) is known color: Brass. HEX triplet: B1, AF and 47. RGB value is (177,175,71). Sum of RGB (Red+Green+Blue) = 177+175+71=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AF47 is #4E50B8. Grayscale: #A4A4A4. Windows color (decimal): -5132473 or 4698033. OLE color: 4698033.
HSL color Cylindrical-coordinate representation of color #B1AF47: hue angle of 58.87º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1AF47 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 175 | 71 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.31 |
| HSL | 58.87º | 0.43% | 0.49% | - |
| HSV(B) | 58.87º | 0.6% | 0.69% | - |
| XYZ | 34.6 | 40.46 | 11.95 | - |
| YUV | 163.74 | 75.66 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 71 | 0 | 0.01 | 0.60 | 0.31 | 58.87 | 0.43 | 0.49 |
| Hex | B1 | AF | 47 | 0 | 1 | 3C | 1F | 3B | 2B | 31 |
| Octal | 261 | 257 | 107 | 0 | 1 | 74 | 37 | 73 | 53 | 61 |
| Binary | 10110001 | 10101111 | 1000111 | 0 | 1 | 111100 | 11111 | 111011 | 101011 | 110001 |
Color Harmonies of #B1AF47
Complementary color
Monochromatic Colors of #B1AF47
Black with #B1AF47
Text Example
Text Example
White with #B1AF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AF47; }
p { color: rgb(177,175,71); }
H1.HeaderClassName
{
color: #B1AF47;
}
.AnyTagClassName
{
color: #B1AF47;
}
</style>
background-color css
<style>
a { background-color: #B1AF47; }
a { background-color: rgb(177,175,71); }
div.DivClassName
{
background-color: #B1AF47;
}
.BgClassName
{
background-color: #B1AF47;
}
</style>
border-color css
<style>
span { border-color: #B1AF47; }
span { border-color: rgb(177,175,71); }
td.TdClassName
{
border-color: #B1AF47;
}
.TagClassName
{
border-color: #B1AF47;
}
</style>