Shades of Brass #B9A34A
Tints of Brass #B9A34A
RGB
CMYK
RGB Variations
Color information
#B9A34A (or 0xB9A34A) is known color: Brass. HEX triplet: B9, A3 and 4A. RGB value is (185,163,74). Sum of RGB (Red+Green+Blue) = 185+163+74=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A34A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A34A is #465CB5. Grayscale: #9F9F9F. Windows color (decimal): -4611254 or 4891577. OLE color: 4891577.
HSL color Cylindrical-coordinate representation of color #B9A34A: hue angle of 48.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9A34A is Cyan = 0, Magento = 0.12, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 74 | - |
| CMYK | 0 | 0.12 | 0.6 | 0.27 |
| HSL | 48.11º | 0.44% | 0.51% | - |
| HSV(B) | 48.11º | 0.6% | 0.73% | - |
| XYZ | 34.34 | 37 | 11.81 | - |
| YUV | 159.43 | 79.79 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 74 | 0 | 0.12 | 0.6 | 0.27 | 48.11 | 0.44 | 0.51 |
| Hex | B9 | A3 | 4A | 0 | C | 3C | 1B | 30 | 2C | 33 |
| Octal | 271 | 243 | 112 | 0 | 14 | 74 | 33 | 60 | 54 | 63 |
| Binary | 10111001 | 10100011 | 1001010 | 0 | 1100 | 111100 | 11011 | 110000 | 101100 | 110011 |
Color Harmonies of #B9A34A
Complementary color
Monochromatic Colors of #B9A34A
Black with #B9A34A
Text Example
Text Example
White with #B9A34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A34A; }
p { color: rgb(185,163,74); }
H1.HeaderClassName
{
color: #B9A34A;
}
.AnyTagClassName
{
color: #B9A34A;
}
</style>
background-color css
<style>
a { background-color: #B9A34A; }
a { background-color: rgb(185,163,74); }
div.DivClassName
{
background-color: #B9A34A;
}
.BgClassName
{
background-color: #B9A34A;
}
</style>
border-color css
<style>
span { border-color: #B9A34A; }
span { border-color: rgb(185,163,74); }
td.TdClassName
{
border-color: #B9A34A;
}
.TagClassName
{
border-color: #B9A34A;
}
</style>