Shades of Brass #B9A83A
Tints of Brass #B9A83A
RGB
CMYK
RGB Variations
Color information
#B9A83A (or 0xB9A83A) is known color: Brass. HEX triplet: B9, A8 and 3A. RGB value is (185,168,58). Sum of RGB (Red+Green+Blue) = 185+168+58=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A83A is #4657C5. Grayscale: #A1A1A1. Windows color (decimal): -4609990 or 3844281. OLE color: 3844281.
HSL color Cylindrical-coordinate representation of color #B9A83A: hue angle of 51.97º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9A83A is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 58 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.27 |
| HSL | 51.97º | 0.52% | 0.48% | - |
| HSV(B) | 51.97º | 0.69% | 0.73% | - |
| XYZ | 34.77 | 38.63 | 9.63 | - |
| YUV | 160.54 | 70.13 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 58 | 0 | 0.09 | 0.69 | 0.27 | 51.97 | 0.52 | 0.48 |
| Hex | B9 | A8 | 3A | 0 | 9 | 45 | 1B | 34 | 34 | 30 |
| Octal | 271 | 250 | 72 | 0 | 11 | 105 | 33 | 64 | 64 | 60 |
| Binary | 10111001 | 10101000 | 111010 | 0 | 1001 | 1000101 | 11011 | 110100 | 110100 | 110000 |
Color Harmonies of #B9A83A
Complementary color
Monochromatic Colors of #B9A83A
Black with #B9A83A
Text Example
Text Example
White with #B9A83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A83A; }
p { color: rgb(185,168,58); }
H1.HeaderClassName
{
color: #B9A83A;
}
.AnyTagClassName
{
color: #B9A83A;
}
</style>
background-color css
<style>
a { background-color: #B9A83A; }
a { background-color: rgb(185,168,58); }
div.DivClassName
{
background-color: #B9A83A;
}
.BgClassName
{
background-color: #B9A83A;
}
</style>
border-color css
<style>
span { border-color: #B9A83A; }
span { border-color: rgb(185,168,58); }
td.TdClassName
{
border-color: #B9A83A;
}
.TagClassName
{
border-color: #B9A83A;
}
</style>