Shades of Brass #B0A84D
Tints of Brass #B0A84D
RGB
CMYK
RGB Variations
Color information
#B0A84D (or 0xB0A84D) is known color: Brass. HEX triplet: B0, A8 and 4D. RGB value is (176,168,77). Sum of RGB (Red+Green+Blue) = 176+168+77=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A84D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A84D is #4F57B2. Grayscale: #A0A0A0. Windows color (decimal): -5199795 or 5089456. OLE color: 5089456.
HSL color Cylindrical-coordinate representation of color #B0A84D: hue angle of 55.15º 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 #B0A84D is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 77 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.31 |
| HSL | 55.15º | 0.39% | 0.5% | - |
| HSV(B) | 55.15º | 0.56% | 0.69% | - |
| XYZ | 33.25 | 37.77 | 12.56 | - |
| YUV | 160.02 | 81.15 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 77 | 0 | 0.05 | 0.56 | 0.31 | 55.15 | 0.39 | 0.5 |
| Hex | B0 | A8 | 4D | 0 | 5 | 38 | 1F | 37 | 27 | 32 |
| Octal | 260 | 250 | 115 | 0 | 5 | 70 | 37 | 67 | 47 | 62 |
| Binary | 10110000 | 10101000 | 1001101 | 0 | 101 | 111000 | 11111 | 110111 | 100111 | 110010 |
Color Harmonies of #B0A84D
Complementary color
Monochromatic Colors of #B0A84D
Black with #B0A84D
Text Example
Text Example
White with #B0A84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A84D; }
p { color: rgb(176,168,77); }
H1.HeaderClassName
{
color: #B0A84D;
}
.AnyTagClassName
{
color: #B0A84D;
}
</style>
background-color css
<style>
a { background-color: #B0A84D; }
a { background-color: rgb(176,168,77); }
div.DivClassName
{
background-color: #B0A84D;
}
.BgClassName
{
background-color: #B0A84D;
}
</style>
border-color css
<style>
span { border-color: #B0A84D; }
span { border-color: rgb(176,168,77); }
td.TdClassName
{
border-color: #B0A84D;
}
.TagClassName
{
border-color: #B0A84D;
}
</style>