Shades of Brass #B9AB45
Tints of Brass #B9AB45
RGB
CMYK
RGB Variations
Color information
#B9AB45 (or 0xB9AB45) is known color: Brass. HEX triplet: B9, AB and 45. RGB value is (185,171,69). Sum of RGB (Red+Green+Blue) = 185+171+69=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB45 is #4654BA. Grayscale: #A3A3A3. Windows color (decimal): -4609211 or 4565945. OLE color: 4565945.
HSL color Cylindrical-coordinate representation of color #B9AB45: hue angle of 52.76º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9AB45 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 69 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.27 |
| HSL | 52.76º | 0.46% | 0.5% | - |
| HSV(B) | 52.76º | 0.63% | 0.73% | - |
| XYZ | 35.64 | 39.87 | 11.45 | - |
| YUV | 163.56 | 74.64 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 69 | 0 | 0.08 | 0.63 | 0.27 | 52.76 | 0.46 | 0.5 |
| Hex | B9 | AB | 45 | 0 | 8 | 3F | 1B | 35 | 2E | 32 |
| Octal | 271 | 253 | 105 | 0 | 10 | 77 | 33 | 65 | 56 | 62 |
| Binary | 10111001 | 10101011 | 1000101 | 0 | 1000 | 111111 | 11011 | 110101 | 101110 | 110010 |
Color Harmonies of #B9AB45
Complementary color
Monochromatic Colors of #B9AB45
Black with #B9AB45
Text Example
Text Example
White with #B9AB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB45; }
p { color: rgb(185,171,69); }
H1.HeaderClassName
{
color: #B9AB45;
}
.AnyTagClassName
{
color: #B9AB45;
}
</style>
background-color css
<style>
a { background-color: #B9AB45; }
a { background-color: rgb(185,171,69); }
div.DivClassName
{
background-color: #B9AB45;
}
.BgClassName
{
background-color: #B9AB45;
}
</style>
border-color css
<style>
span { border-color: #B9AB45; }
span { border-color: rgb(185,171,69); }
td.TdClassName
{
border-color: #B9AB45;
}
.TagClassName
{
border-color: #B9AB45;
}
</style>