Shades of Brass #B9B136
Tints of Brass #B9B136
RGB
CMYK
RGB Variations
Color information
#B9B136 (or 0xB9B136) is known color: Brass. HEX triplet: B9, B1 and 36. RGB value is (185,177,54). Sum of RGB (Red+Green+Blue) = 185+177+54=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 54 (21.48% from 255 or 12.98% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B136 is #464EC9. Grayscale: #A5A5A5. Windows color (decimal): -4607690 or 3584441. OLE color: 3584441.
HSL color Cylindrical-coordinate representation of color #B9B136: hue angle of 56.34º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9B136 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 177 | 54 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.27 |
| HSL | 56.34º | 0.55% | 0.47% | - |
| HSV(B) | 56.34º | 0.71% | 0.73% | - |
| XYZ | 36.4 | 42.02 | 9.68 | - |
| YUV | 165.37 | 65.15 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 177 | 54 | 0 | 0.04 | 0.71 | 0.27 | 56.34 | 0.55 | 0.47 |
| Hex | B9 | B1 | 36 | 0 | 4 | 47 | 1B | 38 | 37 | 2F |
| Octal | 271 | 261 | 66 | 0 | 4 | 107 | 33 | 70 | 67 | 57 |
| Binary | 10111001 | 10110001 | 110110 | 0 | 100 | 1000111 | 11011 | 111000 | 110111 | 101111 |
Color Harmonies of #B9B136
Complementary color
Monochromatic Colors of #B9B136
Black with #B9B136
Text Example
Text Example
White with #B9B136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B136; }
p { color: rgb(185,177,54); }
H1.HeaderClassName
{
color: #B9B136;
}
.AnyTagClassName
{
color: #B9B136;
}
</style>
background-color css
<style>
a { background-color: #B9B136; }
a { background-color: rgb(185,177,54); }
div.DivClassName
{
background-color: #B9B136;
}
.BgClassName
{
background-color: #B9B136;
}
</style>
border-color css
<style>
span { border-color: #B9B136; }
span { border-color: rgb(185,177,54); }
td.TdClassName
{
border-color: #B9B136;
}
.TagClassName
{
border-color: #B9B136;
}
</style>