Shades of Brass #BBA137
Tints of Brass #BBA137
RGB
CMYK
RGB Variations
Color information
#BBA137 (or 0xBBA137) is known color: Brass. HEX triplet: BB, A1 and 37. RGB value is (187,161,55). Sum of RGB (Red+Green+Blue) = 187+161+55=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 55 (21.88% from 255 or 13.65% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA137 is #445EC8. Grayscale: #9D9D9D. Windows color (decimal): -4480713 or 3645883. OLE color: 3645883.
HSL color Cylindrical-coordinate representation of color #BBA137: hue angle of 48.18º 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 #BBA137 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 55 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.27 |
| HSL | 48.18º | 0.55% | 0.47% | - |
| HSV(B) | 48.18º | 0.71% | 0.73% | - |
| XYZ | 33.93 | 36.33 | 8.84 | - |
| YUV | 156.69 | 70.61 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 55 | 0 | 0.14 | 0.71 | 0.27 | 48.18 | 0.55 | 0.47 |
| Hex | BB | A1 | 37 | 0 | E | 47 | 1B | 30 | 37 | 2F |
| Octal | 273 | 241 | 67 | 0 | 16 | 107 | 33 | 60 | 67 | 57 |
| Binary | 10111011 | 10100001 | 110111 | 0 | 1110 | 1000111 | 11011 | 110000 | 110111 | 101111 |
Color Harmonies of #BBA137
Complementary color
Monochromatic Colors of #BBA137
Black with #BBA137
Text Example
Text Example
White with #BBA137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA137; }
p { color: rgb(187,161,55); }
H1.HeaderClassName
{
color: #BBA137;
}
.AnyTagClassName
{
color: #BBA137;
}
</style>
background-color css
<style>
a { background-color: #BBA137; }
a { background-color: rgb(187,161,55); }
div.DivClassName
{
background-color: #BBA137;
}
.BgClassName
{
background-color: #BBA137;
}
</style>
border-color css
<style>
span { border-color: #BBA137; }
span { border-color: rgb(187,161,55); }
td.TdClassName
{
border-color: #BBA137;
}
.TagClassName
{
border-color: #BBA137;
}
</style>