Shades of Brass #B9A848
Tints of Brass #B9A848
RGB
CMYK
RGB Variations
Color information
#B9A848 (or 0xB9A848) is known color: Brass. HEX triplet: B9, A8 and 48. RGB value is (185,168,72). Sum of RGB (Red+Green+Blue) = 185+168+72=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A848 is #4657B7. Grayscale: #A2A2A2. Windows color (decimal): -4609976 or 4761785. OLE color: 4761785.
HSL color Cylindrical-coordinate representation of color #B9A848: hue angle of 50.97º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9A848 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 72 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.27 |
| HSL | 50.97º | 0.45% | 0.5% | - |
| HSV(B) | 50.97º | 0.61% | 0.73% | - |
| XYZ | 35.18 | 38.79 | 11.76 | - |
| YUV | 162.14 | 77.13 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 72 | 0 | 0.09 | 0.61 | 0.27 | 50.97 | 0.45 | 0.5 |
| Hex | B9 | A8 | 48 | 0 | 9 | 3D | 1B | 33 | 2D | 32 |
| Octal | 271 | 250 | 110 | 0 | 11 | 75 | 33 | 63 | 55 | 62 |
| Binary | 10111001 | 10101000 | 1001000 | 0 | 1001 | 111101 | 11011 | 110011 | 101101 | 110010 |
Color Harmonies of #B9A848
Complementary color
Monochromatic Colors of #B9A848
Black with #B9A848
Text Example
Text Example
White with #B9A848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A848; }
p { color: rgb(185,168,72); }
H1.HeaderClassName
{
color: #B9A848;
}
.AnyTagClassName
{
color: #B9A848;
}
</style>
background-color css
<style>
a { background-color: #B9A848; }
a { background-color: rgb(185,168,72); }
div.DivClassName
{
background-color: #B9A848;
}
.BgClassName
{
background-color: #B9A848;
}
</style>
border-color css
<style>
span { border-color: #B9A848; }
span { border-color: rgb(185,168,72); }
td.TdClassName
{
border-color: #B9A848;
}
.TagClassName
{
border-color: #B9A848;
}
</style>