Shades of Brass #B9A33D
Tints of Brass #B9A33D
RGB
CMYK
RGB Variations
Color information
#B9A33D (or 0xB9A33D) is known color: Brass. HEX triplet: B9, A3 and 3D. RGB value is (185,163,61). Sum of RGB (Red+Green+Blue) = 185+163+61=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A33D is #465CC2. Grayscale: #9E9E9E. Windows color (decimal): -4611267 or 4039609. OLE color: 4039609.
HSL color Cylindrical-coordinate representation of color #B9A33D: hue angle of 49.35º 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 #B9A33D is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 61 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.27 |
| HSL | 49.35º | 0.5% | 0.48% | - |
| HSV(B) | 49.35º | 0.67% | 0.73% | - |
| XYZ | 33.95 | 36.85 | 9.74 | - |
| YUV | 157.95 | 73.29 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 61 | 0 | 0.12 | 0.67 | 0.27 | 49.35 | 0.5 | 0.48 |
| Hex | B9 | A3 | 3D | 0 | C | 43 | 1B | 31 | 32 | 30 |
| Octal | 271 | 243 | 75 | 0 | 14 | 103 | 33 | 61 | 62 | 60 |
| Binary | 10111001 | 10100011 | 111101 | 0 | 1100 | 1000011 | 11011 | 110001 | 110010 | 110000 |
Color Harmonies of #B9A33D
Complementary color
Monochromatic Colors of #B9A33D
Black with #B9A33D
Text Example
Text Example
White with #B9A33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A33D; }
p { color: rgb(185,163,61); }
H1.HeaderClassName
{
color: #B9A33D;
}
.AnyTagClassName
{
color: #B9A33D;
}
</style>
background-color css
<style>
a { background-color: #B9A33D; }
a { background-color: rgb(185,163,61); }
div.DivClassName
{
background-color: #B9A33D;
}
.BgClassName
{
background-color: #B9A33D;
}
</style>
border-color css
<style>
span { border-color: #B9A33D; }
span { border-color: rgb(185,163,61); }
td.TdClassName
{
border-color: #B9A33D;
}
.TagClassName
{
border-color: #B9A33D;
}
</style>