Shades of Brass #B0AA40
Tints of Brass #B0AA40
RGB
CMYK
RGB Variations
Color information
#B0AA40 (or 0xB0AA40) is known color: Brass. HEX triplet: B0, AA and 40. RGB value is (176,170,64). Sum of RGB (Red+Green+Blue) = 176+170+64=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AA40 is #4F55BF. Grayscale: #A0A0A0. Windows color (decimal): -5199296 or 4238000. OLE color: 4238000.
HSL color Cylindrical-coordinate representation of color #B0AA40: hue angle of 56.79º 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 #B0AA40 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 170 | 64 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.31 |
| HSL | 56.79º | 0.47% | 0.47% | - |
| HSV(B) | 56.79º | 0.64% | 0.69% | - |
| XYZ | 33.2 | 38.35 | 10.5 | - |
| YUV | 159.71 | 73.99 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 64 | 0 | 0.03 | 0.64 | 0.31 | 56.79 | 0.47 | 0.47 |
| Hex | B0 | AA | 40 | 0 | 3 | 40 | 1F | 39 | 2F | 2F |
| Octal | 260 | 252 | 100 | 0 | 3 | 100 | 37 | 71 | 57 | 57 |
| Binary | 10110000 | 10101010 | 1000000 | 0 | 11 | 1000000 | 11111 | 111001 | 101111 | 101111 |
Color Harmonies of #B0AA40
Complementary color
Monochromatic Colors of #B0AA40
Black with #B0AA40
Text Example
Text Example
White with #B0AA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AA40; }
p { color: rgb(176,170,64); }
H1.HeaderClassName
{
color: #B0AA40;
}
.AnyTagClassName
{
color: #B0AA40;
}
</style>
background-color css
<style>
a { background-color: #B0AA40; }
a { background-color: rgb(176,170,64); }
div.DivClassName
{
background-color: #B0AA40;
}
.BgClassName
{
background-color: #B0AA40;
}
</style>
border-color css
<style>
span { border-color: #B0AA40; }
span { border-color: rgb(176,170,64); }
td.TdClassName
{
border-color: #B0AA40;
}
.TagClassName
{
border-color: #B0AA40;
}
</style>