Shades of Brass #B9A438
Tints of Brass #B9A438
RGB
CMYK
RGB Variations
Color information
#B9A438 (or 0xB9A438) is known color: Brass. HEX triplet: B9, A4 and 38. RGB value is (185,164,56). Sum of RGB (Red+Green+Blue) = 185+164+56=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 56 (22.27% from 255 or 13.83% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A438 is #465BC7. Grayscale: #9E9E9E. Windows color (decimal): -4611016 or 3712185. OLE color: 3712185.
HSL color Cylindrical-coordinate representation of color #B9A438: hue angle of 50.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9A438 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 164 | 56 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.27 |
| HSL | 50.23º | 0.54% | 0.47% | - |
| HSV(B) | 50.23º | 0.7% | 0.73% | - |
| XYZ | 34 | 37.15 | 9.12 | - |
| YUV | 157.97 | 70.46 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 164 | 56 | 0 | 0.11 | 0.70 | 0.27 | 50.23 | 0.54 | 0.47 |
| Hex | B9 | A4 | 38 | 0 | B | 46 | 1B | 32 | 36 | 2F |
| Octal | 271 | 244 | 70 | 0 | 13 | 106 | 33 | 62 | 66 | 57 |
| Binary | 10111001 | 10100100 | 111000 | 0 | 1011 | 1000110 | 11011 | 110010 | 110110 | 101111 |
Color Harmonies of #B9A438
Complementary color
Monochromatic Colors of #B9A438
Black with #B9A438
Text Example
Text Example
White with #B9A438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A438; }
p { color: rgb(185,164,56); }
H1.HeaderClassName
{
color: #B9A438;
}
.AnyTagClassName
{
color: #B9A438;
}
</style>
background-color css
<style>
a { background-color: #B9A438; }
a { background-color: rgb(185,164,56); }
div.DivClassName
{
background-color: #B9A438;
}
.BgClassName
{
background-color: #B9A438;
}
</style>
border-color css
<style>
span { border-color: #B9A438; }
span { border-color: rgb(185,164,56); }
td.TdClassName
{
border-color: #B9A438;
}
.TagClassName
{
border-color: #B9A438;
}
</style>