Shades of Brass #B0A84E
Tints of Brass #B0A84E
RGB
CMYK
RGB Variations
Color information
#B0A84E (or 0xB0A84E) is known color: Brass. HEX triplet: B0, A8 and 4E. RGB value is (176,168,78). Sum of RGB (Red+Green+Blue) = 176+168+78=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A84E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A84E is #4F57B1. Grayscale: #A0A0A0. Windows color (decimal): -5199794 or 5154992. OLE color: 5154992.
HSL color Cylindrical-coordinate representation of color #B0A84E: hue angle of 55.1º 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 #B0A84E is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 78 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.31 |
| HSL | 55.1º | 0.39% | 0.5% | - |
| HSV(B) | 55.1º | 0.56% | 0.69% | - |
| XYZ | 33.28 | 37.79 | 12.75 | - |
| YUV | 160.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 78 | 0 | 0.05 | 0.56 | 0.31 | 55.1 | 0.39 | 0.5 |
| Hex | B0 | A8 | 4E | 0 | 5 | 38 | 1F | 37 | 27 | 32 |
| Octal | 260 | 250 | 116 | 0 | 5 | 70 | 37 | 67 | 47 | 62 |
| Binary | 10110000 | 10101000 | 1001110 | 0 | 101 | 111000 | 11111 | 110111 | 100111 | 110010 |
Color Harmonies of #B0A84E
Complementary color
Monochromatic Colors of #B0A84E
Black with #B0A84E
Text Example
Text Example
White with #B0A84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A84E; }
p { color: rgb(176,168,78); }
H1.HeaderClassName
{
color: #B0A84E;
}
.AnyTagClassName
{
color: #B0A84E;
}
</style>
background-color css
<style>
a { background-color: #B0A84E; }
a { background-color: rgb(176,168,78); }
div.DivClassName
{
background-color: #B0A84E;
}
.BgClassName
{
background-color: #B0A84E;
}
</style>
border-color css
<style>
span { border-color: #B0A84E; }
span { border-color: rgb(176,168,78); }
td.TdClassName
{
border-color: #B0A84E;
}
.TagClassName
{
border-color: #B0A84E;
}
</style>