Shades of Brass #B9A44C
Tints of Brass #B9A44C
RGB
CMYK
RGB Variations
Color information
#B9A44C (or 0xB9A44C) is known color: Brass. HEX triplet: B9, A4 and 4C. RGB value is (185,164,76). Sum of RGB (Red+Green+Blue) = 185+164+76=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A44C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A44C is #465BB3. Grayscale: #A0A0A0. Windows color (decimal): -4610996 or 5022905. OLE color: 5022905.
HSL color Cylindrical-coordinate representation of color #B9A44C: hue angle of 48.44º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9A44C is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 164 | 76 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.27 |
| HSL | 48.44º | 0.44% | 0.51% | - |
| HSV(B) | 48.44º | 0.59% | 0.73% | - |
| XYZ | 34.59 | 37.39 | 12.23 | - |
| YUV | 160.25 | 80.46 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 164 | 76 | 0 | 0.11 | 0.59 | 0.27 | 48.44 | 0.44 | 0.51 |
| Hex | B9 | A4 | 4C | 0 | B | 3B | 1B | 30 | 2C | 33 |
| Octal | 271 | 244 | 114 | 0 | 13 | 73 | 33 | 60 | 54 | 63 |
| Binary | 10111001 | 10100100 | 1001100 | 0 | 1011 | 111011 | 11011 | 110000 | 101100 | 110011 |
Color Harmonies of #B9A44C
Complementary color
Monochromatic Colors of #B9A44C
Black with #B9A44C
Text Example
Text Example
White with #B9A44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A44C; }
p { color: rgb(185,164,76); }
H1.HeaderClassName
{
color: #B9A44C;
}
.AnyTagClassName
{
color: #B9A44C;
}
</style>
background-color css
<style>
a { background-color: #B9A44C; }
a { background-color: rgb(185,164,76); }
div.DivClassName
{
background-color: #B9A44C;
}
.BgClassName
{
background-color: #B9A44C;
}
</style>
border-color css
<style>
span { border-color: #B9A44C; }
span { border-color: rgb(185,164,76); }
td.TdClassName
{
border-color: #B9A44C;
}
.TagClassName
{
border-color: #B9A44C;
}
</style>