Shades of Brass #B9B145
Tints of Brass #B9B145
RGB
CMYK
RGB Variations
Color information
#B9B145 (or 0xB9B145) is known color: Brass. HEX triplet: B9, B1 and 45. RGB value is (185,177,69). Sum of RGB (Red+Green+Blue) = 185+177+69=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 69 (27.34% from 255 or 16.01% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B145 is #464EBA. Grayscale: #A7A7A7. Windows color (decimal): -4607675 or 4567481. OLE color: 4567481.
HSL color Cylindrical-coordinate representation of color #B9B145: hue angle of 55.86º 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 #B9B145 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 177 | 69 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.27 |
| HSL | 55.86º | 0.46% | 0.5% | - |
| HSV(B) | 55.86º | 0.63% | 0.73% | - |
| XYZ | 36.8 | 42.19 | 11.83 | - |
| YUV | 167.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 177 | 69 | 0 | 0.04 | 0.63 | 0.27 | 55.86 | 0.46 | 0.5 |
| Hex | B9 | B1 | 45 | 0 | 4 | 3F | 1B | 38 | 2E | 32 |
| Octal | 271 | 261 | 105 | 0 | 4 | 77 | 33 | 70 | 56 | 62 |
| Binary | 10111001 | 10110001 | 1000101 | 0 | 100 | 111111 | 11011 | 111000 | 101110 | 110010 |
Color Harmonies of #B9B145
Complementary color
Monochromatic Colors of #B9B145
Black with #B9B145
Text Example
Text Example
White with #B9B145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B145; }
p { color: rgb(185,177,69); }
H1.HeaderClassName
{
color: #B9B145;
}
.AnyTagClassName
{
color: #B9B145;
}
</style>
background-color css
<style>
a { background-color: #B9B145; }
a { background-color: rgb(185,177,69); }
div.DivClassName
{
background-color: #B9B145;
}
.BgClassName
{
background-color: #B9B145;
}
</style>
border-color css
<style>
span { border-color: #B9B145; }
span { border-color: rgb(185,177,69); }
td.TdClassName
{
border-color: #B9B145;
}
.TagClassName
{
border-color: #B9B145;
}
</style>