Shades of Brass #B9A74D
Tints of Brass #B9A74D
RGB
CMYK
RGB Variations
Color information
#B9A74D (or 0xB9A74D) is known color: Brass. HEX triplet: B9, A7 and 4D. RGB value is (185,167,77). Sum of RGB (Red+Green+Blue) = 185+167+77=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A74D is #4658B2. Grayscale: #A2A2A2. Windows color (decimal): -4610227 or 5089209. OLE color: 5089209.
HSL color Cylindrical-coordinate representation of color #B9A74D: hue angle of 50º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9A74D is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 167 | 77 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.27 |
| HSL | 50º | 0.44% | 0.51% | - |
| HSV(B) | 50º | 0.58% | 0.73% | - |
| XYZ | 35.17 | 38.49 | 12.6 | - |
| YUV | 162.12 | 79.96 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 167 | 77 | 0 | 0.10 | 0.58 | 0.27 | 50 | 0.44 | 0.51 |
| Hex | B9 | A7 | 4D | 0 | A | 3A | 1B | 32 | 2C | 33 |
| Octal | 271 | 247 | 115 | 0 | 12 | 72 | 33 | 62 | 54 | 63 |
| Binary | 10111001 | 10100111 | 1001101 | 0 | 1010 | 111010 | 11011 | 110010 | 101100 | 110011 |
Color Harmonies of #B9A74D
Complementary color
Monochromatic Colors of #B9A74D
Black with #B9A74D
Text Example
Text Example
White with #B9A74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A74D; }
p { color: rgb(185,167,77); }
H1.HeaderClassName
{
color: #B9A74D;
}
.AnyTagClassName
{
color: #B9A74D;
}
</style>
background-color css
<style>
a { background-color: #B9A74D; }
a { background-color: rgb(185,167,77); }
div.DivClassName
{
background-color: #B9A74D;
}
.BgClassName
{
background-color: #B9A74D;
}
</style>
border-color css
<style>
span { border-color: #B9A74D; }
span { border-color: rgb(185,167,77); }
td.TdClassName
{
border-color: #B9A74D;
}
.TagClassName
{
border-color: #B9A74D;
}
</style>