Shades of Brass #BBB137
Tints of Brass #BBB137
RGB
CMYK
RGB Variations
Color information
#BBB137 (or 0xBBB137) is known color: Brass. HEX triplet: BB, B1 and 37. RGB value is (187,177,55). Sum of RGB (Red+Green+Blue) = 187+177+55=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 55 (21.88% from 255 or 13.13% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB137 is #444EC8. Grayscale: #A6A6A6. Windows color (decimal): -4476617 or 3649979. OLE color: 3649979.
HSL color Cylindrical-coordinate representation of color #BBB137: hue angle of 55.45º 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 #BBB137 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 55 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.27 |
| HSL | 55.45º | 0.55% | 0.47% | - |
| HSV(B) | 55.45º | 0.71% | 0.73% | - |
| XYZ | 36.91 | 42.28 | 9.83 | - |
| YUV | 166.08 | 65.31 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 55 | 0 | 0.05 | 0.71 | 0.27 | 55.45 | 0.55 | 0.47 |
| Hex | BB | B1 | 37 | 0 | 5 | 47 | 1B | 37 | 37 | 2F |
| Octal | 273 | 261 | 67 | 0 | 5 | 107 | 33 | 67 | 67 | 57 |
| Binary | 10111011 | 10110001 | 110111 | 0 | 101 | 1000111 | 11011 | 110111 | 110111 | 101111 |
Color Harmonies of #BBB137
Complementary color
Monochromatic Colors of #BBB137
Black with #BBB137
Text Example
Text Example
White with #BBB137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB137; }
p { color: rgb(187,177,55); }
H1.HeaderClassName
{
color: #BBB137;
}
.AnyTagClassName
{
color: #BBB137;
}
</style>
background-color css
<style>
a { background-color: #BBB137; }
a { background-color: rgb(187,177,55); }
div.DivClassName
{
background-color: #BBB137;
}
.BgClassName
{
background-color: #BBB137;
}
</style>
border-color css
<style>
span { border-color: #BBB137; }
span { border-color: rgb(187,177,55); }
td.TdClassName
{
border-color: #BBB137;
}
.TagClassName
{
border-color: #BBB137;
}
</style>