Shades of Brass #B0AD40
Tints of Brass #B0AD40
RGB
CMYK
RGB Variations
Color information
#B0AD40 (or 0xB0AD40) is known color: Brass. HEX triplet: B0, AD and 40. RGB value is (176,173,64). Sum of RGB (Red+Green+Blue) = 176+173+64=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD40 is #4F52BF. Grayscale: #A1A1A1. Windows color (decimal): -5198528 or 4238768. OLE color: 4238768.
HSL color Cylindrical-coordinate representation of color #B0AD40: hue angle of 58.39º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0AD40 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 64 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.31 |
| HSL | 58.39º | 0.47% | 0.47% | - |
| HSV(B) | 58.39º | 0.64% | 0.69% | - |
| XYZ | 33.77 | 39.49 | 10.69 | - |
| YUV | 161.47 | 72.99 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 64 | 0 | 0.02 | 0.64 | 0.31 | 58.39 | 0.47 | 0.47 |
| Hex | B0 | AD | 40 | 0 | 2 | 40 | 1F | 3A | 2F | 2F |
| Octal | 260 | 255 | 100 | 0 | 2 | 100 | 37 | 72 | 57 | 57 |
| Binary | 10110000 | 10101101 | 1000000 | 0 | 10 | 1000000 | 11111 | 111010 | 101111 | 101111 |
Color Harmonies of #B0AD40
Complementary color
Monochromatic Colors of #B0AD40
Black with #B0AD40
Text Example
Text Example
White with #B0AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD40; }
p { color: rgb(176,173,64); }
H1.HeaderClassName
{
color: #B0AD40;
}
.AnyTagClassName
{
color: #B0AD40;
}
</style>
background-color css
<style>
a { background-color: #B0AD40; }
a { background-color: rgb(176,173,64); }
div.DivClassName
{
background-color: #B0AD40;
}
.BgClassName
{
background-color: #B0AD40;
}
</style>
border-color css
<style>
span { border-color: #B0AD40; }
span { border-color: rgb(176,173,64); }
td.TdClassName
{
border-color: #B0AD40;
}
.TagClassName
{
border-color: #B0AD40;
}
</style>