Shades of Brass #B0AD48
Tints of Brass #B0AD48
RGB
CMYK
RGB Variations
Color information
#B0AD48 (or 0xB0AD48) is known color: Brass. HEX triplet: B0, AD and 48. RGB value is (176,173,72). Sum of RGB (Red+Green+Blue) = 176+173+72=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD48 is #4F52B7. Grayscale: #A2A2A2. Windows color (decimal): -5198520 or 4763056. OLE color: 4763056.
HSL color Cylindrical-coordinate representation of color #B0AD48: hue angle of 58.27º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0AD48 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 72 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.31 |
| HSL | 58.27º | 0.42% | 0.49% | - |
| HSV(B) | 58.27º | 0.59% | 0.69% | - |
| XYZ | 34.02 | 39.59 | 11.98 | - |
| YUV | 162.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 72 | 0 | 0.02 | 0.59 | 0.31 | 58.27 | 0.42 | 0.49 |
| Hex | B0 | AD | 48 | 0 | 2 | 3B | 1F | 3A | 2A | 31 |
| Octal | 260 | 255 | 110 | 0 | 2 | 73 | 37 | 72 | 52 | 61 |
| Binary | 10110000 | 10101101 | 1001000 | 0 | 10 | 111011 | 11111 | 111010 | 101010 | 110001 |
Color Harmonies of #B0AD48
Complementary color
Monochromatic Colors of #B0AD48
Black with #B0AD48
Text Example
Text Example
White with #B0AD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD48; }
p { color: rgb(176,173,72); }
H1.HeaderClassName
{
color: #B0AD48;
}
.AnyTagClassName
{
color: #B0AD48;
}
</style>
background-color css
<style>
a { background-color: #B0AD48; }
a { background-color: rgb(176,173,72); }
div.DivClassName
{
background-color: #B0AD48;
}
.BgClassName
{
background-color: #B0AD48;
}
</style>
border-color css
<style>
span { border-color: #B0AD48; }
span { border-color: rgb(176,173,72); }
td.TdClassName
{
border-color: #B0AD48;
}
.TagClassName
{
border-color: #B0AD48;
}
</style>