Shades of Brass #B1AF42
Tints of Brass #B1AF42
RGB
CMYK
RGB Variations
Color information
#B1AF42 (or 0xB1AF42) is known color: Brass. HEX triplet: B1, AF and 42. RGB value is (177,175,66). Sum of RGB (Red+Green+Blue) = 177+175+66=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AF42 is #4E50BD. Grayscale: #A3A3A3. Windows color (decimal): -5132478 or 4370353. OLE color: 4370353.
HSL color Cylindrical-coordinate representation of color #B1AF42: hue angle of 58.92º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B1AF42 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 175 | 66 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.31 |
| HSL | 58.92º | 0.46% | 0.48% | - |
| HSV(B) | 58.92º | 0.63% | 0.69% | - |
| XYZ | 34.44 | 40.4 | 11.14 | - |
| YUV | 163.17 | 73.16 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 66 | 0 | 0.01 | 0.63 | 0.31 | 58.92 | 0.46 | 0.48 |
| Hex | B1 | AF | 42 | 0 | 1 | 3F | 1F | 3B | 2E | 30 |
| Octal | 261 | 257 | 102 | 0 | 1 | 77 | 37 | 73 | 56 | 60 |
| Binary | 10110001 | 10101111 | 1000010 | 0 | 1 | 111111 | 11111 | 111011 | 101110 | 110000 |
Color Harmonies of #B1AF42
Complementary color
Monochromatic Colors of #B1AF42
Black with #B1AF42
Text Example
Text Example
White with #B1AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AF42; }
p { color: rgb(177,175,66); }
H1.HeaderClassName
{
color: #B1AF42;
}
.AnyTagClassName
{
color: #B1AF42;
}
</style>
background-color css
<style>
a { background-color: #B1AF42; }
a { background-color: rgb(177,175,66); }
div.DivClassName
{
background-color: #B1AF42;
}
.BgClassName
{
background-color: #B1AF42;
}
</style>
border-color css
<style>
span { border-color: #B1AF42; }
span { border-color: rgb(177,175,66); }
td.TdClassName
{
border-color: #B1AF42;
}
.TagClassName
{
border-color: #B1AF42;
}
</style>