Shades of Brass #B0AF37
Tints of Brass #B0AF37
RGB
CMYK
RGB Variations
Color information
#B0AF37 (or 0xB0AF37) is known color: Brass. HEX triplet: B0, AF and 37. RGB value is (176,175,55). Sum of RGB (Red+Green+Blue) = 176+175+55=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AF37 is #4F50C8. Grayscale: #A2A2A2. Windows color (decimal): -5198025 or 3649456. OLE color: 3649456.
HSL color Cylindrical-coordinate representation of color #B0AF37: hue angle of 59.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0AF37 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 55 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.31 |
| HSL | 59.5º | 0.52% | 0.45% | - |
| HSV(B) | 59.5º | 0.69% | 0.69% | - |
| XYZ | 33.92 | 40.17 | 9.58 | - |
| YUV | 161.62 | 67.83 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 55 | 0 | 0.01 | 0.69 | 0.31 | 59.5 | 0.52 | 0.45 |
| Hex | B0 | AF | 37 | 0 | 1 | 45 | 1F | 3C | 34 | 2D |
| Octal | 260 | 257 | 67 | 0 | 1 | 105 | 37 | 74 | 64 | 55 |
| Binary | 10110000 | 10101111 | 110111 | 0 | 1 | 1000101 | 11111 | 111100 | 110100 | 101101 |
Color Harmonies of #B0AF37
Complementary color
Monochromatic Colors of #B0AF37
Black with #B0AF37
Text Example
Text Example
White with #B0AF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF37; }
p { color: rgb(176,175,55); }
H1.HeaderClassName
{
color: #B0AF37;
}
.AnyTagClassName
{
color: #B0AF37;
}
</style>
background-color css
<style>
a { background-color: #B0AF37; }
a { background-color: rgb(176,175,55); }
div.DivClassName
{
background-color: #B0AF37;
}
.BgClassName
{
background-color: #B0AF37;
}
</style>
border-color css
<style>
span { border-color: #B0AF37; }
span { border-color: rgb(176,175,55); }
td.TdClassName
{
border-color: #B0AF37;
}
.TagClassName
{
border-color: #B0AF37;
}
</style>