Shades of Brass #BBA237
Tints of Brass #BBA237
RGB
CMYK
RGB Variations
Color information
#BBA237 (or 0xBBA237) is known color: Brass. HEX triplet: BB, A2 and 37. RGB value is (187,162,55). Sum of RGB (Red+Green+Blue) = 187+162+55=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 55 (21.88% from 255 or 13.61% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA237 is #445DC8. Grayscale: #9D9D9D. Windows color (decimal): -4480457 or 3646139. OLE color: 3646139.
HSL color Cylindrical-coordinate representation of color #BBA237: hue angle of 48.64º 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 #BBA237 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 55 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.27 |
| HSL | 48.64º | 0.55% | 0.47% | - |
| HSV(B) | 48.64º | 0.71% | 0.73% | - |
| XYZ | 34.1 | 36.68 | 8.9 | - |
| YUV | 157.28 | 70.28 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 55 | 0 | 0.13 | 0.71 | 0.27 | 48.64 | 0.55 | 0.47 |
| Hex | BB | A2 | 37 | 0 | D | 47 | 1B | 31 | 37 | 2F |
| Octal | 273 | 242 | 67 | 0 | 15 | 107 | 33 | 61 | 67 | 57 |
| Binary | 10111011 | 10100010 | 110111 | 0 | 1101 | 1000111 | 11011 | 110001 | 110111 | 101111 |
Color Harmonies of #BBA237
Complementary color
Monochromatic Colors of #BBA237
Black with #BBA237
Text Example
Text Example
White with #BBA237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA237; }
p { color: rgb(187,162,55); }
H1.HeaderClassName
{
color: #BBA237;
}
.AnyTagClassName
{
color: #BBA237;
}
</style>
background-color css
<style>
a { background-color: #BBA237; }
a { background-color: rgb(187,162,55); }
div.DivClassName
{
background-color: #BBA237;
}
.BgClassName
{
background-color: #BBA237;
}
</style>
border-color css
<style>
span { border-color: #BBA237; }
span { border-color: rgb(187,162,55); }
td.TdClassName
{
border-color: #BBA237;
}
.TagClassName
{
border-color: #BBA237;
}
</style>