Shades of Brass #B9A43D
Tints of Brass #B9A43D
RGB
CMYK
RGB Variations
Color information
#B9A43D (or 0xB9A43D) is known color: Brass. HEX triplet: B9, A4 and 3D. RGB value is (185,164,61). Sum of RGB (Red+Green+Blue) = 185+164+61=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A43D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A43D is #465BC2. Grayscale: #9E9E9E. Windows color (decimal): -4611011 or 4039865. OLE color: 4039865.
HSL color Cylindrical-coordinate representation of color #B9A43D: hue angle of 49.84º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9A43D is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 164 | 61 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.27 |
| HSL | 49.84º | 0.5% | 0.48% | - |
| HSV(B) | 49.84º | 0.67% | 0.73% | - |
| XYZ | 34.13 | 37.2 | 9.8 | - |
| YUV | 158.54 | 72.96 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 164 | 61 | 0 | 0.11 | 0.67 | 0.27 | 49.84 | 0.5 | 0.48 |
| Hex | B9 | A4 | 3D | 0 | B | 43 | 1B | 32 | 32 | 30 |
| Octal | 271 | 244 | 75 | 0 | 13 | 103 | 33 | 62 | 62 | 60 |
| Binary | 10111001 | 10100100 | 111101 | 0 | 1011 | 1000011 | 11011 | 110010 | 110010 | 110000 |
Color Harmonies of #B9A43D
Complementary color
Monochromatic Colors of #B9A43D
Black with #B9A43D
Text Example
Text Example
White with #B9A43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A43D; }
p { color: rgb(185,164,61); }
H1.HeaderClassName
{
color: #B9A43D;
}
.AnyTagClassName
{
color: #B9A43D;
}
</style>
background-color css
<style>
a { background-color: #B9A43D; }
a { background-color: rgb(185,164,61); }
div.DivClassName
{
background-color: #B9A43D;
}
.BgClassName
{
background-color: #B9A43D;
}
</style>
border-color css
<style>
span { border-color: #B9A43D; }
span { border-color: rgb(185,164,61); }
td.TdClassName
{
border-color: #B9A43D;
}
.TagClassName
{
border-color: #B9A43D;
}
</style>