Shades of Brass #B0A44D
Tints of Brass #B0A44D
RGB
CMYK
RGB Variations
Color information
#B0A44D (or 0xB0A44D) is known color: Brass. HEX triplet: B0, A4 and 4D. RGB value is (176,164,77). Sum of RGB (Red+Green+Blue) = 176+164+77=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A44D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A44D is #4F5BB2. Grayscale: #9E9E9E. Windows color (decimal): -5200819 or 5088432. OLE color: 5088432.
HSL color Cylindrical-coordinate representation of color #B0A44D: hue angle of 52.73º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0A44D is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 164 | 77 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.31 |
| HSL | 52.73º | 0.39% | 0.5% | - |
| HSV(B) | 52.73º | 0.56% | 0.69% | - |
| XYZ | 32.52 | 36.32 | 12.32 | - |
| YUV | 157.67 | 82.48 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 164 | 77 | 0 | 0.07 | 0.56 | 0.31 | 52.73 | 0.39 | 0.5 |
| Hex | B0 | A4 | 4D | 0 | 7 | 38 | 1F | 35 | 27 | 32 |
| Octal | 260 | 244 | 115 | 0 | 7 | 70 | 37 | 65 | 47 | 62 |
| Binary | 10110000 | 10100100 | 1001101 | 0 | 111 | 111000 | 11111 | 110101 | 100111 | 110010 |
Color Harmonies of #B0A44D
Complementary color
Monochromatic Colors of #B0A44D
Black with #B0A44D
Text Example
Text Example
White with #B0A44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A44D; }
p { color: rgb(176,164,77); }
H1.HeaderClassName
{
color: #B0A44D;
}
.AnyTagClassName
{
color: #B0A44D;
}
</style>
background-color css
<style>
a { background-color: #B0A44D; }
a { background-color: rgb(176,164,77); }
div.DivClassName
{
background-color: #B0A44D;
}
.BgClassName
{
background-color: #B0A44D;
}
</style>
border-color css
<style>
span { border-color: #B0A44D; }
span { border-color: rgb(176,164,77); }
td.TdClassName
{
border-color: #B0A44D;
}
.TagClassName
{
border-color: #B0A44D;
}
</style>