Shades of Brass #B9A63D
Tints of Brass #B9A63D
RGB
CMYK
RGB Variations
Color information
#B9A63D (or 0xB9A63D) is known color: Brass. HEX triplet: B9, A6 and 3D. RGB value is (185,166,61). Sum of RGB (Red+Green+Blue) = 185+166+61=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A63D is #4659C2. Grayscale: #A0A0A0. Windows color (decimal): -4610499 or 4040377. OLE color: 4040377.
HSL color Cylindrical-coordinate representation of color #B9A63D: hue angle of 50.81º 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 #B9A63D is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 166 | 61 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.27 |
| HSL | 50.81º | 0.5% | 0.48% | - |
| HSV(B) | 50.81º | 0.67% | 0.73% | - |
| XYZ | 34.49 | 37.92 | 9.92 | - |
| YUV | 159.71 | 72.29 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 61 | 0 | 0.10 | 0.67 | 0.27 | 50.81 | 0.5 | 0.48 |
| Hex | B9 | A6 | 3D | 0 | A | 43 | 1B | 33 | 32 | 30 |
| Octal | 271 | 246 | 75 | 0 | 12 | 103 | 33 | 63 | 62 | 60 |
| Binary | 10111001 | 10100110 | 111101 | 0 | 1010 | 1000011 | 11011 | 110011 | 110010 | 110000 |
Color Harmonies of #B9A63D
Complementary color
Monochromatic Colors of #B9A63D
Black with #B9A63D
Text Example
Text Example
White with #B9A63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A63D; }
p { color: rgb(185,166,61); }
H1.HeaderClassName
{
color: #B9A63D;
}
.AnyTagClassName
{
color: #B9A63D;
}
</style>
background-color css
<style>
a { background-color: #B9A63D; }
a { background-color: rgb(185,166,61); }
div.DivClassName
{
background-color: #B9A63D;
}
.BgClassName
{
background-color: #B9A63D;
}
</style>
border-color css
<style>
span { border-color: #B9A63D; }
span { border-color: rgb(185,166,61); }
td.TdClassName
{
border-color: #B9A63D;
}
.TagClassName
{
border-color: #B9A63D;
}
</style>